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

SPF Policy Set to Soft Fail

Back
Id32f4eb88-0d23-4185-8579-f1645412e9de
RulenameSPF Policy Set to Soft Fail
DescriptionSPF Policy Set to Soft Fail
SeverityLow
TacticsInitialAccess
Discovery
TechniquesT1566
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/SPFPolicySetToSoftFail.yaml
Version1.0.4
Arm template32f4eb88-0d23-4185-8579-f1645412e9de.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 Policy Set to Soft Fail"
query: HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "SPF Policy Set to Soft Fail"
version: 1.0.4
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SPFPolicySetToSoftFail.yaml
status: Available
description: |
    'SPF Policy Set to Soft Fail'
suppressionEnabled: false
queryFrequency: 5m
name: SPF Policy Set to Soft Fail
kind: Scheduled
triggerThreshold: 0
id: 32f4eb88-0d23-4185-8579-f1645412e9de
requiredDataConnectors:
- connectorId: HVPollingIDAzureFunctions
  dataTypes:
  - HackerViewLog_Azure_1_CL
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
    lookbackDuration: PT5H
severity: Low
eventGroupingSettings:
  aggregationKind: SingleAlert
queryPeriod: 5m
suppressionDuration: 5h
entityMappings:
- fieldMappings:
  - columnName: meta_resolved_ip_s
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: meta_host_s
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: hackerview_link_s
    identifier: Url
  entityType: URL
relevantTechniques:
- T1566
- T1087
tactics:
- InitialAccess
- Discovery