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

SPF Not Configured

Back
Idf78c03ec-4397-42f6-9c51-a54421817fd8
RulenameSPF Not Configured
DescriptionSPF Not Configured
SeverityLow
TacticsInitialAccess
Discovery
TechniquesT1189
T1087
Required data connectorsHVPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SPFNotConfigured.yaml
Version1.0.4
Arm templatef78c03ec-4397-42f6-9c51-a54421817fd8.json
Deploy To Azure
HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "SPF Not Configured"
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SPFNotConfigured.yaml
version: 1.0.4
suppressionEnabled: false
queryPeriod: 5m
query: HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "SPF Not Configured"
kind: Scheduled
name: SPF Not Configured
triggerOperator: gt
severity: Low
eventGroupingSettings:
  aggregationKind: SingleAlert
id: f78c03ec-4397-42f6-9c51-a54421817fd8
triggerThreshold: 0
entityMappings:
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: meta_resolved_ip_s
- entityType: Host
  fieldMappings:
  - identifier: HostName
    columnName: meta_host_s
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: hackerview_link_s
queryFrequency: 5m
description: |
    'SPF Not Configured'
requiredDataConnectors:
- connectorId: HVPollingIDAzureFunctions
  dataTypes:
  - HackerViewLog_Azure_1_CL
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
suppressionDuration: 5h
relevantTechniques:
- T1189
- T1087
tactics:
- InitialAccess
- Discovery