CiscoSecureEndpoint
| where EventMessage has 'Suspected botnet connection'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName
description: |
'This rule is triggered when connection to known C2 is detected from host.'
status: Available
triggerThreshold: 0
tactics:
- CommandAndControl
requiredDataConnectors:
- connectorId: CiscoSecureEndpoint
dataTypes:
- CiscoSecureEndpoint
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco Secure Endpoint/Analytic Rules/CiscoSEC2Connection.yaml
queryPeriod: 15m
entityMappings:
- entityType: Host
fieldMappings:
- columnName: HostCustomEntity
identifier: HostName
- entityType: Malware
fieldMappings:
- columnName: MalwareCustomEntity
identifier: Name
relevantTechniques:
- T1071
severity: High
triggerOperator: gt
id: 0f788a93-dc88-4f80-89ef-bef7cd0fef05
version: 1.0.0
kind: Scheduled
name: Cisco SE - Connection to known C2 server
queryFrequency: 15m
query: |
CiscoSecureEndpoint
| where EventMessage has 'Suspected botnet connection'
| extend HostCustomEntity = DstHostname, MalwareCustomEntity = ThreatName