DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| where isnotempty(inspected_document)
| where NetworkApplicationProtocol =~ 'HTTP'
| extend AccountCustomEntity = SrcUserName, IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
tactics:
- Exfiltration
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
id: b52cda18-c1af-40e5-91f3-1fcbf9fa267e
severity: Medium
status: Available
query: |
DigitalGuardianDLPEvent
| where isnotempty(MatchedPolicies)
| where isnotempty(inspected_document)
| where NetworkApplicationProtocol =~ 'HTTP'
| extend AccountCustomEntity = SrcUserName, IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Digital Guardian Data Loss Prevention/Analytic Rules/DigitalGuardianClassifiedDataInsecureTransfer.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.2
name: Digital Guardian - Sensitive data transfer over insecure channel
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1048
description: |
'Detects sensitive data transfer over insecure channel.'
triggerOperator: gt