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 Malicious Ads Detected

Back
Idcf0a9691-5716-42e0-bfa1-49b35d3a7892
RulenameCyble Vision Alerts Malicious Ads Detected
DescriptionGenerates an incident when Cyble Intelligence detects a malicious advertisement, malvertising activity, or redirect attempting to impersonate a legitimate brand.
SeverityLow
TacticsInitialAccess
Execution
TechniquesT1189
T1566
T1059
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_Malicious_ads.yaml
Version1.0.0
Arm templatecf0a9691-5716-42e0-bfa1-49b35d3a7892.json
Deploy To Azure
Alerts_malicious_ads
| where Service == "malicious_ads"
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Malicious Ads Detected
query: |
  Alerts_malicious_ads
  | where Service == "malicious_ads"
  | extend MappedSeverity = Severity  
id: cf0a9691-5716-42e0-bfa1-49b35d3a7892
enabled: true
entityMappings:
- fieldMappings:
  - columnName: MA_Domain_URL
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: MA_DomainName_Nested
    identifier: DomainName
  entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5M
description: |
    'Generates an incident when Cyble Intelligence detects a malicious advertisement, malvertising activity, or redirect attempting to impersonate a legitimate brand.'
kind: Scheduled
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Malicious_ads.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Malicious Ad Detected  {{MA_DomainName_Nested}}
  alertDetailsOverride: 
  alertDescriptionFormat: |
    Cyble Intelligence detected a malicious advertisement or suspicious redirect.
    Domain {{MA_Domain_URL}}
    Brand/Keyword {{MA_Keyword_Nested}}
    Status Code {{MA_StatusCode}}    
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  Domain: MA_Domain_URL
  IsLive: MA_IsLive
  Service: Service
  Keyword: MA_Keyword_Nested
  Status: Status
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1189
- T1566
- T1059
tactics:
- InitialAccess
- Execution