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