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 IOCS

Back
Idc8cf42d5-8684-435f-9c4d-9dd0cc47eaec
RulenameCyble Vision Alerts IOC’S
DescriptionDetects malicious Indicators of Compromise such as IPs, domains, URLs, and hashes. Extracts IOC type, behaviour tags, risk rating, and timestamps using Alerts_IOCs parser. Triggers an incident with mapped entities, severity, and details.
SeverityLow
TacticsReconnaissance
InitialAccess
Discovery
CommandAndControl
Impact
TechniquesT1595
T1133
T1046
T1071
T1486
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_IOC’S.yaml
Version1.0.0
Arm templatec8cf42d5-8684-435f-9c4d-9dd0cc47eaec.json
Deploy To Azure
Alerts_iocs 
| where Service == "iocs" 
| extend MappedSeverity = Severity
alertDetailsOverride:
  alertDisplayNameFormat: CybleVision IOC Detected {{IOC_Value}}
  alertDynamicProperties: []
  alertDescriptionFormat: |
        Type {{IOC_Type}} Behaviour {{IOC_BehaviourTags}} Risk Rating {{IOC_RiskRating}}'
subTechniques: []
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IOC_Value
    identifier: Address
relevantTechniques:
- T1595
- T1133
- T1046
- T1071
- T1486
queryFrequency: 30m
tactics:
- Reconnaissance
- InitialAccess
- Discovery
- CommandAndControl
- Impact
suppressionDuration: PT5H
triggerOperator: GreaterThan
name: Cyble Vision Alerts IOC'S
description: |
    'Detects malicious Indicators of Compromise such as IPs, domains, URLs, and hashes. Extracts IOC type, behaviour tags, risk rating, and timestamps using Alerts_IOCs parser. Triggers an incident with mapped entities, severity, and details.'
kind: Scheduled
customDetails:
  IOCConfidentRating: IOC_ConfidentRating
  IOCAttackName: IOC_AttackName
  AlertID: AlertID
  IOCType: IOC_Type
  MappedSeverity: Severity
  UUID: IOC_UUID
  LastSeen: IOC_LastSeen
  Reference: IOC_ReferenceLink
  Status: Status
  Service: Service
  Tags: IOC_Tags
  IOCRiskRating: IOC_RiskRating
  IOC: IOC_Value
  FirstSeen: IOC_FirstSeen
  IOCBehaviour: IOC_BehaviourTags
version: 1.0.0
eventGroupingSettings:
  aggregationKind: AlertPerResult
status: Available
id: c8cf42d5-8684-435f-9c4d-9dd0cc47eaec
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_IOC'S.yaml
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  createIncident: true
triggerThreshold: 0
queryPeriod: 30m
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
severity: Low
enabled: true
query: |
  Alerts_iocs 
  | where Service == "iocs" 
  | extend MappedSeverity = Severity