BitSight - drop in the headline rating
| Id | b11fdc35-6368-4cc0-8128-52cd2e2cdda0 |
| Rulename | BitSight - drop in the headline rating |
| Description | Rule helps to detect if headline ratings is drop in BitSight. |
| Severity | High |
| Tactics | Reconnaissance CommandAndControl |
| Techniques | T1591 T1090 |
| Required data connectors | BitSight |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 24h |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightDropInHeadlineRating.yaml |
| Version | 1.0.2 |
| Arm template | b11fdc35-6368-4cc0-8128-52cd2e2cdda0.json |
let timeframe = 24h;
BitSightGraphData
| where ingestion_time() > ago(timeframe)
| where toint(RatingDifferance) < 0
| project RatingDate, Rating, CompanyName, RatingDifferance
alertDetailsOverride:
alertDescriptionFormat: 'Alert is generated for {{CompanyName}}.\n\nRating Date: {{RatingDate}}\nRating Drop: {{RatingDifferance}}'
alertDisplayNameFormat: 'BitSight : Alert for drop in the headline rating of {{CompanyName}}.'
customDetails:
CompanyName: CompanyName
CompanyRating: Rating
incidentConfiguration:
createIncident: false
kind: Scheduled
tactics:
- Reconnaissance
- CommandAndControl
query: |
let timeframe = 24h;
BitSightGraphData
| where ingestion_time() > ago(timeframe)
| where toint(RatingDifferance) < 0
| project RatingDate, Rating, CompanyName, RatingDifferance
name: BitSight - drop in the headline rating
queryFrequency: 1d
queryPeriod: 24h
triggerThreshold: 0
triggerOperator: GreaterThan
severity: High
relevantTechniques:
- T1591
- T1090
requiredDataConnectors:
- connectorId: BitSight
dataTypes:
- BitSightGraphData
version: 1.0.2
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available
description: |
'Rule helps to detect if headline ratings is drop in BitSight.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightDropInHeadlineRating.yaml
id: b11fdc35-6368-4cc0-8128-52cd2e2cdda0