Detection rules › Kusto
Theom Medium Risks
This is a third-party alert feed, not a detection over modeled telemetry. The vendor product raised the finding; this rule forwards it into the SIEM. It is searchable for reference but is excluded from the detection-rule browse and the ATT&CK coverage matrix.
"Creates Microsoft Sentinel incidents for medium risk Theom alerts."
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Reconnaissance | T1589 Gather Victim Identity Information, T1592 Gather Victim Host Information |
| Stealth | T1070 Indicator Removal |
| Credential Access | T1552 Unsecured Credentials |
| Discovery | T1619 Cloud Storage Object Discovery |
| Collection | T1119 Automated Collection, T1213 Data from Information Repositories, T1530 Data from Cloud Storage, T1560 Archive Collected Data |
| Command & Control | T1001 Data Obfuscation |
| Exfiltration | T1041 Exfiltration Over C2 Channel, T1537 Transfer Data to Cloud Account |
| Impact | T1485 Data Destruction, T1486 Data Encrypted for Impact, T1565 Data Manipulation |
Rule body kusto
id: 4cb34832-f73a-49f2-8d38-c2d135c5440b
name: Theom Medium Risks
description: |
"Creates Microsoft Sentinel incidents for medium risk Theom alerts."
severity: High
status : Available
requiredDataConnectors:
- connectorId: Theom
dataTypes:
- TheomAlerts_CL
queryPeriod: 5m
queryFrequency: 5m
triggerOperator: gt
triggerThreshold: 0
tactics:
- Collection
- CommandAndControl
- CredentialAccess
- DefenseEvasion
- Discovery
- Exfiltration
- Impact
- Reconnaissance
relevantTechniques:
- T1592
- T1589
- T1070
- T1552
- T1619
- T1119
- T1560
- T1530
- T1213
- T1001
- T1041
- T1537
- T1485
- T1486
- T1565
query: |
TheomAlerts_CL
| where priority_s == "P3"
eventGroupingSettings:
aggregationKind: AlertPerResult
alertDetailsOverride:
alertDisplayNameFormat: "Theom Alert ID: {{id_s}} "
alertDescriptionFormat: "\nSummary: {{summary_s}} \nAdditional info: {{details_s}}\nPlease investigate further on Theom UI at {{deepLink_s}}\n"
entityMappings:
- entityType: CloudApplication
fieldMappings:
- identifier: Name
columnName: customProps_AssetName_s
- entityType: URL
fieldMappings:
- identifier: Url
columnName: deepLink_s
version: 1.0.2
kind: Scheduled
Stages and Predicates
Stage 1: source
TheomAlerts_CL
Stage 2: where
| where priority_s == "P3"
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
priority_s | eq |
|