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