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

Theom - Critical data in API headers or body

Back
Id2ef36aaa-ec4a-473a-9734-f364ce8868f8
RulenameTheom - Critical data in API headers or body
Description“Creates Sentinel incidents for critical/high Theom risks, associated with ruleId’s TRIS0007 to TRIS0010 and TRIS0014”
SeverityHigh
TacticsCollection
TechniquesT1119
Required data connectorsTheom
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TRIS0007-10_TRIS0014_Critical_data_in_API_headers_or_body.yaml
Version1.0.2
Arm template2ef36aaa-ec4a-473a-9734-f364ce8868f8.json
Deploy To Azure
TheomAlerts_CL
  | where ( customProps_RuleId_s == "TRIS0007" or customProps_RuleId_s == "TRIS0008" or
    customProps_RuleId_s == "TRIS0009" or customProps_RuleId_s == "TRIS0010" or customProps_RuleId_s == "TRIS0014" )  
    and (priority_s == "P1" or priority_s == "P2")
queryFrequency: 5m
triggerThreshold: 0
query: |
  TheomAlerts_CL
    | where ( customProps_RuleId_s == "TRIS0007" or customProps_RuleId_s == "TRIS0008" or
      customProps_RuleId_s == "TRIS0009" or customProps_RuleId_s == "TRIS0010" or customProps_RuleId_s == "TRIS0014" )  
      and (priority_s == "P1" or priority_s == "P2")  
kind: Scheduled
eventGroupingSettings:
  aggregationKind: AlertPerResult
description: |
    "Creates Sentinel incidents for critical/high Theom risks, associated with ruleId's TRIS0007 to TRIS0010 and TRIS0014"
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TRIS0007-10_TRIS0014_Critical_data_in_API_headers_or_body.yaml
status: Available
alertDetailsOverride:
  alertDescriptionFormat: |2

    Summary: {{summary_s}}  
    Additional info: {{details_s}}
    Please investigate further on Theom UI at {{deepLink_s}}
  alertDisplayNameFormat: 'Theom Alert ID: {{id_s}} '
requiredDataConnectors:
- connectorId: Theom
  dataTypes:
  - TheomAlerts_CL
tactics:
- Collection
severity: High
triggerOperator: gt
id: 2ef36aaa-ec4a-473a-9734-f364ce8868f8
queryPeriod: 5m
entityMappings:
- fieldMappings:
  - columnName: customProps_AssetName_s
    identifier: Name
  entityType: CloudApplication
- fieldMappings:
  - columnName: deepLink_s
    identifier: Url
  entityType: URL
name: Theom - Critical data in API headers or body
relevantTechniques:
- T1119