You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/alerts.json
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -562,7 +562,7 @@
562
562
"inputs": [
563
563
{
564
564
"inputType": "autoComplete",
565
-
"inputLabel": "Threshold type absolute number or percent",
565
+
"inputLabel": "Threshold type",
566
566
"inputName": "ThresholdType",
567
567
"creatable": false,
568
568
"multiple": false,
@@ -574,23 +574,33 @@
574
574
{
575
575
"label": "Absolute",
576
576
"value": "absolute"
577
+
},
578
+
{
579
+
"label": "Drop (% decrease from previous score)",
580
+
"value": "drop"
577
581
}
578
582
],
579
583
"required": true
580
584
},
581
585
{
582
586
"inputType": "number",
583
-
"inputLabel": "Threshold Value (below this will trigger the alert)",
587
+
"inputLabel": "Threshold Value (absolute/percent: alert when below this value, drop: alert when score decreases by this percentage)",
584
588
"inputName": "InputValue",
585
589
"required": true
586
590
}
587
591
],
588
-
"description": "Monitors Secure Score and alerts when it falls below the specified threshold (absolute or percent value). Helps identify security gaps and areas for improvement."
592
+
"description": "Monitors Secure Score and alerts when it falls below the specified threshold (absolute or percent value) or when it drops by a defined percentage compared to the previous score. Helps identify security gaps, regressions, and areas for improvement."
589
593
},
590
594
{
591
595
"name": "TenantAccess",
592
596
"label": "Alert on tenant accessibility issues (Graph, Exchange, GDAP roles)",
593
597
"recommendedRunInterval": "1d",
594
598
"description": "Proactively monitors tenant accessibility by testing Graph API connectivity, GDAP role assignments, and Exchange Online access. Alerts when tenants have lost permissions, removed GDAP consent, or are missing required roles. Helps identify tenants that need a permission refresh or offboarding."
599
+
},
600
+
{
601
+
"name": "CheckExtension",
602
+
"label": "Alert on new Check phishing extension detections",
603
+
"recommendedRunInterval": "15m",
604
+
"description": "Monitors for new phishing site detections reported by the Check browser extension. Alerts when a user visits a page that the extension flags as a potential credential phishing or AiTM attack. Requires the Check browser extension to be deployed to users."
0 commit comments