Detection rules › Kusto

Guardian- Same Input/Output Language Detection Policy Violation Detection

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

'This alert creates an incident when Same Input/Output Language Detection Policy Violation detected from the Guardian.'

Rule body

id: b2841802-c53c-4667-be8a-9ea8771c944a
name: Guardian- Same Input/Output Language Detection Policy Violation Detection
description: |
  'This alert creates an incident when Same Input/Output Language Detection Policy Violation detected from the Guardian.'
severity: Informational
status: Available
requiredDataConnectors:
  - connectorId: BoschAIShield
    dataTypes:
      - Guardian
queryFrequency: 1h
queryPeriod: 1h
triggerOperator: gt
triggerThreshold: 0
tactics: []
relevantTechniques: []
query: |
  Guardian
  | where PolicyViolatedControlFeature =~ 'Same Input/Output Language Detection'
  | where Severity =~ 'Informational'
entityMappings:
  - entityType: Host
    fieldMappings:
      - identifier: HostName
        columnName: HostName
      - identifier: NTDomain
        columnName: NTDomain
  - entityType: IP
    fieldMappings:
      - identifier: Address
        columnName: SourceIP
eventGroupingSettings:
  aggregationKind: SingleAlert
alertDetailsOverride:
  alertDisplayNameFormat: Guardian- Same Input/Output Language Detection Policy Violation detection
  alertDescriptionFormat: |
    This query detects Same Input/Output Language Detection Policy Violation detected from the Guardian generated at {{TimeGenerated}}.\n\nPlease check the source for more information and investigate further.
  alertTacticsColumnName: null
  alertSeverityColumnName: Severity
version: 1.0.0
kind: Scheduled

Stages and Predicates

Stage 1: source

Guardian

Stage 2: where

| where PolicyViolatedControlFeature =~ 'Same Input/Output Language Detection'

Stage 3: where

| where Severity =~ 'Informational'

Indicators

These rows show field, operator, and value matches.