Detection rules › Kusto
Zero Networks Segment - New API Token created
'Detects when a api token has been created.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Credential Access | T1528 Steal Application Access Token |
Rule body kusto
id: 603a6b18-b54a-43b7-bb61-d2b0b47d224a
name: Zero Networks Segment - New API Token created
description: |
'Detects when a api token has been created.'
severity: Low
status: Available
requiredDataConnectors:
- connectorId: ZeroNetworksSegmentAuditFunction
dataTypes:
- ZNSegmentAudit_CL
- connectorId: ZeroNetworksSegmentAuditNativePoller
dataTypes:
- ZNSegmentAuditNativePoller_CL
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
triggerThreshold: 0
tactics:
- CredentialAccess
relevantTechniques:
- T1528
query: |
ZNSegmentAudit
| where AuditTypeId == 25
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: PerformedByName
version: 1.0.1
kind: Scheduled
Stages and Predicates
Stage 1: source
ZNSegmentAudit
Stage 2: where
| where AuditTypeId == 25
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 |
|---|---|---|
AuditTypeId | eq |
|