Infoblox - Data Exfiltration Attack
| Id | 8db2b374-0337-49bd-94c9-cfbf8e5d83ad |
| Rulename | Infoblox - Data Exfiltration Attack |
| Description | Data exfiltration attack detected by Infoblox Threat Insight. Customize query count, scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called **InfobloxCDC**. |
| Severity | Medium |
| Tactics | Impact |
| Techniques | T1498 T1565 |
| Required data connectors | CefAma |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox Cloud Data Connector/Analytic Rules/Infoblox-DataExfiltrationAttack.yaml |
| Version | 1.0.3 |
| Arm template | 8db2b374-0337-49bd-94c9-cfbf8e5d83ad.json |
let threshold = 1;
InfobloxCDC
| where DeviceEventClassID has_cs "RPZ"
| where InfobloxB1FeedName == "Threat Insight - Data Exfiltration"
| summarize count() by SourceIP
| where count_ > threshold
| join kind=innerunique (InfobloxCDC
| where DeviceEventClassID has_cs "RPZ"
| where InfobloxB1FeedName == "Threat Insight - Data Exfiltration"
) on SourceIP
name: Infoblox - Data Exfiltration Attack
relevantTechniques:
- T1498
- T1565
id: 8db2b374-0337-49bd-94c9-cfbf8e5d83ad
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Infoblox Cloud Data Connector/Analytic Rules/Infoblox-DataExfiltrationAttack.yaml
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
eventGroupingSettings:
aggregationKind: SingleAlert
version: 1.0.3
severity: Medium
triggerThreshold: 0
queryPeriod: 1h
entityMappings:
- fieldMappings:
- identifier: Address
columnName: SourceIP
entityType: IP
- fieldMappings:
- identifier: HostName
columnName: DeviceName
- identifier: OSVersion
columnName: InfobloxB1SrcOSVersion
- identifier: FullName
columnName: SourceUserName
entityType: Host
- fieldMappings:
- identifier: Name
columnName: InfobloxB1FeedName
- identifier: Category
columnName: InfobloxB1FeedName
entityType: Malware
kind: Scheduled
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: true
matchingMethod: AllEntities
lookbackDuration: 7d
enabled: true
createIncident: true
queryFrequency: 1h
status: Available
query: |
let threshold = 1;
InfobloxCDC
| where DeviceEventClassID has_cs "RPZ"
| where InfobloxB1FeedName == "Threat Insight - Data Exfiltration"
| summarize count() by SourceIP
| where count_ > threshold
| join kind=innerunique (InfobloxCDC
| where DeviceEventClassID has_cs "RPZ"
| where InfobloxB1FeedName == "Threat Insight - Data Exfiltration"
) on SourceIP
tactics:
- Impact
customDetails:
InfobloxB1FeedName: InfobloxB1FeedName
InfobloxB1PolicyName: InfobloxB1PolicyName
InfobloxB1Network: InfobloxB1Network
InfobloxB1Action: InfobloxB1PolicyAction
SourceMACAddress: SourceMACAddress
description: |
'Data exfiltration attack detected by Infoblox Threat Insight. Customize query count, scheduling, responses and more. This rule depends on a parser based on a Kusto Function to work as expected called [**InfobloxCDC**](https://aka.ms/sentinel-InfobloxCloudDataConnector-parser).'
triggerOperator: gt