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

Flare host results

Back
Id9cb7c337-f175-4af6-b0e8-b6b7552d762d
RulenameFlare host results
DescriptionThis query searches for events relating to IP, domain or host
SeverityMedium
TacticsReconnaissance
TechniquesT1596
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/FlareHost.yaml
Version3.0.0
Arm template9cb7c337-f175-4af6-b0e8-b6b7552d762d.json
Deploy To Azure
FireworkV2_CL
| where notempty(uid) and RiskScore >= 3
| extend index_name = split(uid, "/")[0]
| where index_name == "service"
triggerOperator: gt
tactics:
- Reconnaissance
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Flare/Analytic Rules/FlareHost.yaml
version: 3.0.0
query: |
  FireworkV2_CL
  | where notempty(uid) and RiskScore >= 3
  | extend index_name = split(uid, "/")[0]
  | where index_name == "service"  
triggerThreshold: 0
relevantTechniques:
- T1596
queryPeriod: 1h
status: Available
severity: Medium
kind: Scheduled
name: Flare host results
queryFrequency: 1h
id: 9cb7c337-f175-4af6-b0e8-b6b7552d762d
description: |
    'This query searches for events relating to IP, domain or host'
requiredDataConnectors:
- dataTypes:
  - FireworkV2_CL
  connectorId: Flare