CiscoSecureEndpoint
| where EventMessage has 'Executed Malware'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
queryPeriod: 15m
relevantTechniques:
- T1204.002
kind: Scheduled
query: |
CiscoSecureEndpoint
| where EventMessage has 'Executed Malware'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
tactics:
- Execution
queryFrequency: 15m
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEMalwareExecution.yaml
id: aea4468e-6322-48b6-bd83-f9d300cce855
version: 1.0.0
entityMappings:
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: HostCustomEntity
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: MalwareCustomEntity
triggerThreshold: 0
status: Available
name: Cisco SE - Malware execusion on host
severity: High
requiredDataConnectors:
- dataTypes:
- CiscoSecureEndpoint
connectorId: CiscoSecureEndpoint
description: |
'Detects malware execution on host.'