Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Flare Paste result

Back
Id9cb7c337-f177-4af6-b0e8-b6b7552d762d
RulenameFlare Paste result
DescriptionResult found on code Snippet (paste) sharing platform
SeverityMedium
TacticsReconnaissance
TechniquesT1593
Required data connectorsFlare
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Flare/Analytic Rules/FlarePaste.yaml
Version1.0.1
Arm template9cb7c337-f177-4af6-b0e8-b6b7552d762d.json
Deploy To Azure
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