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

Cyble Vision Alerts Website Defacement Keyword

Back
Id754dbb50-8dc2-4b8b-86d8-a890a020ddc3
RulenameCyble Vision Alerts Website Defacement Keyword
DescriptionTriggers when monitored defacement keywords appear on a website, indicating potential early signs of website compromise or defacement-related activity.
SeverityLow
TacticsImpact
Reconnaissance
TechniquesT1491
T1598
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_defacement_keyword_rule.yaml
Version1.0.0
Arm template754dbb50-8dc2-4b8b-86d8-a890a020ddc3.json
Deploy To Azure
Alerts_defacement_keyword  
| where Service == "defacement_keyword" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Website Defacement Keyword
id: 754dbb50-8dc2-4b8b-86d8-a890a020ddc3
enabled: true
entityMappings:
- fieldMappings:
  - columnName: DK_URL
    identifier: Url
  entityType: Url
- fieldMappings:
  - columnName: DK_DomainName
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_defacement_keyword  
  | where Service == "defacement_keyword" 
  | extend MappedSeverity = Severity  
description: |
    'Triggers when monitored defacement keywords appear on a website, indicating potential early signs of website compromise or defacement-related activity.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_defacement_keyword_rule.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Defacement Keyword Detected {{DK_Keyword}} on {{DK_DomainName}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
        A defacement-related keyword was observed on the website. URL {{DK_URL}}. Frequency count {{DK_Frequency}}. This may indicate early-stage defacement activity.
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  DK_DomainName: DK_DomainName
  DK_Frequency: DK_Frequency
  DK_Keyword: DK_Keyword
  Service: Service
  DK_RecordID: DK_RecordID
  Status: Status
  DK_URL: DK_URL
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1491
- T1598
tactics:
- Impact
- Reconnaissance