PaloAlto - File type changed
| Id | 9150ad68-51c8-11ec-bf63-0242ac130002 |
| Rulename | PaloAlto - File type changed |
| Description | Detects when file type changed. |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| 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/PaloAltoCDL/Analytic Rules/PaloAltoCDLFileTypeWasChanged.yaml |
| Version | 1.0.3 |
| Arm template | 9150ad68-51c8-11ec-bf63-0242ac130002.json |
PaloAltoCDLEvent
| where EventResourceId =~ 'THREAT'
| where EventResult =~ 'file'
| where FileType != OldFileType
| extend FileCustomEntity = SrcFileName, AccountCustomEntity = DstUsername
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
queryPeriod: 1h
triggerThreshold: 0
queryFrequency: 1h
version: 1.0.3
status: Available
severity: Medium
description: |
'Detects when file type changed.'
name: PaloAlto - File type changed
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
- fieldMappings:
- identifier: Name
columnName: FileCustomEntity
entityType: File
triggerOperator: gt
id: 9150ad68-51c8-11ec-bf63-0242ac130002
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/PaloAltoCDL/Analytic Rules/PaloAltoCDLFileTypeWasChanged.yaml
tactics:
- InitialAccess
relevantTechniques:
- T1190
- T1133
kind: Scheduled
query: |
PaloAltoCDLEvent
| where EventResourceId =~ 'THREAT'
| where EventResult =~ 'file'
| where FileType != OldFileType
| extend FileCustomEntity = SrcFileName, AccountCustomEntity = DstUsername