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

Flare cloud bucket results

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