Detection rules › Kusto

Deleted a Custom Field Mapping profile

Status
available
Severity
medium
Time window
1h
Source
github.com/Azure/Azure-Sentinel

'Deleted a Custom Field Mapping profile from SOC Prime platform'

MITRE ATT&CK coverage

TacticTechniques
Defense Impairment

Rule body

id: a1b2c3d4-e5f6-4078-9012-3456789abcde
name: Deleted a Custom Field Mapping profile
description: |
  'Deleted a Custom Field Mapping profile from SOC Prime platform'
severity: Medium
status: Available
requiredDataConnectors:
  - connectorId: SOCPrimeAuditLogsDataConnector
    dataTypes:
      - SOCPrimeAuditLogs_CL
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics:
  - DefenseEvasion
relevantTechniques:
  - T1562.001
query: |
  SOCPrimeAuditLogs_CL
  | where EventName == "Deleted a Custom Field Mapping profile"
  | project TimeGenerated, EventName, UserEmail, UserName, SourceIp, Uri, Type
entityMappings:
  - entityType: Account
    fieldMappings:
      - identifier: Name
        columnName: UserName
  - entityType: IP
    fieldMappings:
      - identifier: Address
        columnName: SourceIp
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

SOCPrimeAuditLogs_CL

Stage 2: where

| where EventName == "Deleted a Custom Field Mapping profile"

Stage 3: project

| project TimeGenerated, EventName, UserEmail, UserName, SourceIp, Uri, Type

Indicators

These rows show field, operator, and value matches.

FieldKindValuesSearch
EventNameeq
  • Deleted a Custom Field Mapping profile
field:"aws::eventName" kind:eq value:"Deleted a Custom Field Mapping profile"

Output fields

These fields are emitted when the rule matches.

FieldSource
EventNameproject
SourceIpproject
TimeGeneratedproject
Typeproject
Uriproject
UserEmailproject
UserNameproject