CiscoSecureEndpoint
| where EventMessage has 'Possible webshell'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
status: Available
queryFrequency: 15m
queryPeriod: 15m
triggerOperator: gt
query: |
CiscoSecureEndpoint
| where EventMessage has 'Possible webshell'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEWebshell.yaml
tactics:
- CommandAndControl
triggerThreshold: 0
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: HostCustomEntity
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: MalwareCustomEntity
requiredDataConnectors:
- connectorId: CiscoSecureEndpoint
dataTypes:
- CiscoSecureEndpoint
kind: Scheduled
relevantTechniques:
- T1102
description: |
'Detects possible webshell on host.'
name: Cisco SE - Possible webshell
version: 1.0.0
id: d2c97cc9-1ccc-494d-bad4-564700451a2b
severity: High