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

BitSight - drop in company ratings

Back
Idd8844f11-3a36-4b97-9062-1e6d57c00e37
RulenameBitSight - drop in company ratings
DescriptionRule helps to detect when there is a drop of 10% or more in BitSight company ratings.
SeverityHigh
TacticsReconnaissance
CommandAndControl
TechniquesT1591
T1090
Required data connectorsBitSight
KindScheduled
Query frequency1d
Query period24h
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightDropInCompanyRatings.yaml
Version1.0.2
Arm templated8844f11-3a36-4b97-9062-1e6d57c00e37.json
Deploy To Azure
let timeframe = 24h;
BitSightGraphData
| where ingestion_time() > ago(timeframe)and toint(RatingDifferance) < 0
| extend percentage = -(toreal(RatingDifferance)/toreal(Rating))*100
| where percentage >= 10
| project RatingDate, Rating, CompanyName, percentage
customDetails:
  CompanyName: CompanyName
  CompanyRating: Rating
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightDropInCompanyRatings.yaml
alertDetailsOverride:
  alertDisplayNameFormat: 'BitSight : Alert for >10% drop in ratings of {{CompanyName}}.'
  alertDescriptionFormat: 'Alert is generated for {{CompanyName}}.\n\nRating Date: {{RatingDate}}\nPercentage Drop: {{percentage}}%'
query: |
  let timeframe = 24h;
  BitSightGraphData
  | where ingestion_time() > ago(timeframe)and toint(RatingDifferance) < 0
  | extend percentage = -(toreal(RatingDifferance)/toreal(Rating))*100
  | where percentage >= 10
  | project RatingDate, Rating, CompanyName, percentage  
requiredDataConnectors:
- dataTypes:
  - BitSightGraphData
  connectorId: BitSight
incidentConfiguration:
  createIncident: false
tactics:
- Reconnaissance
- CommandAndControl
name: BitSight - drop in company ratings
relevantTechniques:
- T1591
- T1090
severity: High
kind: Scheduled
queryFrequency: 1d
description: |
    'Rule helps to detect when there is a drop of 10% or more in BitSight company ratings.'
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
triggerOperator: GreaterThan
version: 1.0.2
queryPeriod: 24h
id: d8844f11-3a36-4b97-9062-1e6d57c00e37