FireworkV2_CL
| where tolower(source) in ("gist_github","Pastebin","driller_stackexchange") and (RiskScore == 3 or RiskScore == 4 or RiskScore == 5)
name: Flare Paste result
kind: Scheduled
tactics:
- Reconnaissance
triggerThreshold: 0
triggerOperator: gt
version: 2.0.0
status: Available
queryFrequency: 1h
id: 9cb7c337-f177-4af6-b0e8-b6b7552d762d
requiredDataConnectors:
- connectorId: Flare
dataTypes:
- FireworkV2_CL
relevantTechniques:
- T1593
description: |
'Result found on code Snippet (paste) sharing platform'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Flare/Analytic Rules/FlarePaste.yaml
queryPeriod: 1h
severity: Medium
query: |
FireworkV2_CL
| where tolower(source) in ("gist_github","Pastebin","driller_stackexchange") and (RiskScore == 3 or RiskScore == 4 or RiskScore == 5)