TMApexOneEvent
| where EventMessage has "Endpoint Application"
| where Command has_any ("whoami", "dpkg", "useradd", "sudo")
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
status: Available
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
query: |
TMApexOneEvent
| where EventMessage has "Endpoint Application"
| where Command has_any ("whoami", "dpkg", "useradd", "sudo")
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneCommandLineSuspiciousRequests.yaml
tactics:
- Execution
triggerThreshold: 0
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
requiredDataConnectors:
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
kind: Scheduled
relevantTechniques:
- T1059
description: |
'Detects suspicious commandline arguments.'
name: ApexOne - Suspicious commandline arguments
version: 1.0.3
id: 4d7199b2-67b8-11ec-90d6-0242ac120003
severity: High