main
json 109 lines 2.96 KB
Raw
1 {
2 "id": "O365_MITRE",
3 "title": "Office 365 - MITRE ATT&CK",
4 "description": "MITRE ATT&CK enrichment across all Office 365 workloads: tactic and technique distributions, affected accounts, operations mapped to MITRE, and enriched alert telemetry.",
5 "panels": [
6 {
7 "id": "mitre_events",
8 "title": "MITRE ATT&CK Enriched Events",
9 "type": "stat",
10 "w": 4,
11 "h": 100,
12 "lucene": "_exists_:rule_mitre_id AND data_office365_Workload:*"
13 },
14 {
15 "id": "mitre_alerts",
16 "title": "MITRE ATT&CK Alerts (≥ 12)",
17 "type": "stat",
18 "w": 4,
19 "h": 100,
20 "lucene": "_exists_:rule_mitre_tactic AND data_office365_Workload:* AND rule_level:>=12"
21 },
22 {
23 "id": "accounts_affected",
24 "title": "Accounts Affected",
25 "type": "stat",
26 "w": 4,
27 "h": 100,
28 "lucene": "_exists_:rule_mitre_tactic AND data_office365_Workload:* AND rule_level:>=12"
29 },
30 {
31 "id": "mitre_over_time",
32 "title": "MITRE Events Over Time",
33 "type": "histogram",
34 "w": 12,
35 "h": 200,
36 "lucene": "_exists_:rule_mitre_tactic AND data_office365_Workload:*"
37 },
38 {
39 "id": "by_tactic",
40 "title": "MITRE ATT&CK Tactics (Top 10)",
41 "type": "pie",
42 "w": 4,
43 "h": 300,
44 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
45 "field": "rule_mitre_tactic",
46 "size": 10
47 },
48 {
49 "id": "by_technique",
50 "title": "MITRE ATT&CK Techniques (Top 10)",
51 "type": "pie",
52 "w": 4,
53 "h": 300,
54 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
55 "field": "rule_mitre_technique",
56 "size": 10
57 },
58 {
59 "id": "by_workload",
60 "title": "By Workload",
61 "type": "pie",
62 "w": 4,
63 "h": 300,
64 "lucene": "_exists_:rule_mitre_tactic AND data_office365_Workload:*",
65 "field": "data_office365_Workload",
66 "size": 10
67 },
68 {
69 "id": "top_tactics",
70 "title": "Top MITRE Tactics",
71 "type": "bar_h",
72 "w": 6,
73 "h": 320,
74 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
75 "field": "rule_mitre_tactic",
76 "size": 15
77 },
78 {
79 "id": "top_technique_ids",
80 "title": "Top MITRE Technique IDs",
81 "type": "bar_h",
82 "w": 6,
83 "h": 320,
84 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
85 "field": "rule_mitre_id",
86 "size": 15
87 },
88 {
89 "id": "top_techniques",
90 "title": "Top MITRE Techniques (by name)",
91 "type": "bar_h",
92 "w": 6,
93 "h": 320,
94 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
95 "field": "rule_mitre_technique",
96 "size": 15
97 },
98 {
99 "id": "top_accounts",
100 "title": "Top Affected Accounts",
101 "type": "bar_h",
102 "w": 6,
103 "h": 320,
104 "lucene": "data_office365_Workload:* AND _exists_:rule_mitre_tactic",
105 "field": "data_office365_UserId",
106 "size": 10
107 }
108 ]
109 }