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