Cyble Vision Alerts IOCS
| Id | c8cf42d5-8684-435f-9c4d-9dd0cc47eaec |
| Rulename | 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. |
| Severity | Low |
| Tactics | Reconnaissance InitialAccess Discovery CommandAndControl Impact |
| Techniques | T1595 T1133 T1046 T1071 T1486 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_IOC’S.yaml |
| Version | 1.0.0 |
| Arm template | c8cf42d5-8684-435f-9c4d-9dd0cc47eaec.json |
Alerts_iocs
| where Service == "iocs"
| extend MappedSeverity = Severity
name: Cyble Vision Alerts IOC'S
alertDetailsOverride:
alertDynamicProperties: []
alertDisplayNameFormat: CybleVision IOC Detected {{IOC_Value}}
alertDescriptionFormat: |
Type {{IOC_Type}} Behaviour {{IOC_BehaviourTags}} Risk Rating {{IOC_RiskRating}}'
query: |
Alerts_iocs
| where Service == "iocs"
| extend MappedSeverity = Severity
id: c8cf42d5-8684-435f-9c4d-9dd0cc47eaec
enabled: true
entityMappings:
- fieldMappings:
- columnName: IOC_Value
identifier: Address
entityType: IP
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5H
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
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_IOC'S.yaml
severity: Low
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
subTechniques: []
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
status: Available
customDetails:
Tags: IOC_Tags
IOCConfidentRating: IOC_ConfidentRating
MappedSeverity: Severity
Reference: IOC_ReferenceLink
IOCType: IOC_Type
LastSeen: IOC_LastSeen
FirstSeen: IOC_FirstSeen
IOCAttackName: IOC_AttackName
AlertID: AlertID
Service: Service
IOC: IOC_Value
IOCRiskRating: IOC_RiskRating
UUID: IOC_UUID
Status: Status
IOCBehaviour: IOC_BehaviourTags
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques:
- T1595
- T1133
- T1046
- T1071
- T1486
tactics:
- Reconnaissance
- InitialAccess
- Discovery
- CommandAndControl
- Impact