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
requiredDataConnectors:
- dataTypes:
- CiscoSecureEndpoint
connectorId: CiscoSecureEndpoint
name: Cisco SE - Possible webshell
entityMappings:
- fieldMappings:
- columnName: HostCustomEntity
identifier: HostName
entityType: Host
- fieldMappings:
- columnName: MalwareCustomEntity
identifier: Name
entityType: Malware
id: d2c97cc9-1ccc-494d-bad4-564700451a2b
description: |
'Detects possible webshell on host.'
tactics:
- CommandAndControl
triggerThreshold: 0
kind: Scheduled
query: |
CiscoSecureEndpoint
| where EventMessage has 'Possible webshell'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
triggerOperator: gt
status: Available
queryPeriod: 15m
queryFrequency: 15m
version: 1.0.0
severity: High
relevantTechniques:
- T1102