FireworkV2_CL
| where notempty(uid) and RiskScore >= 3
| extend index_name = split(uid, "/")[0]
| extend category_name = split(uid, "/")[1]
| where index_name == "driller" and category_name contains "github"
queryFrequency: 1h
triggerThreshold: 0
name: Flare source code results
relevantTechniques:
- T1593
id: 9cb7c337-f178-4af6-b0e8-b6b7552d762d
query: |
FireworkV2_CL
| where notempty(uid) and RiskScore >= 3
| extend index_name = split(uid, "/")[0]
| extend category_name = split(uid, "/")[1]
| where index_name == "driller" and category_name contains "github"
severity: Medium
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Flare/Analytic Rules/FlareSourceCode.yaml
version: 3.0.0
queryPeriod: 1h
tactics:
- Reconnaissance
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- FireworkV2_CL
connectorId: Flare
status: Available
kind: Scheduled
description: |
'This query searches for events found on code sharing platforms.'