FireworkV2_CL
| where notempty(uid) and RiskScore >= 3
| extend index_name = split(uid, "/")[0]
| where index_name == "listing"
relevantTechniques:
- T1593
version: 1.0.0
id: 9265ae4d-6bb0-4c18-961d-f7aae67d1546
severity: Medium
kind: Scheduled
queryFrequency: 1h
description: |
'This query searches for underground markets and shops where illicit goods and services are bought and sold.'
requiredDataConnectors:
- connectorId: Flare
dataTypes:
- FireworkV2_CL
triggerOperator: gt
name: Flare marketplace results
tactics:
- Reconnaissance
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Flare/Analytic Rules/FlareMarket.yaml
triggerThreshold: 0
queryPeriod: 1h
query: |
FireworkV2_CL
| where notempty(uid) and RiskScore >= 3
| extend index_name = split(uid, "/")[0]
| where index_name == "listing"
status: Available