main
json 120 lines 3.03 KB
Raw
1 {
2 "id": "O365_EXCHANGE",
3 "title": "Office 365 - Exchange",
4 "description": "Exchange Online activity: mailbox operations, messages containing links, sessions started, user activity, source country analysis, and operation breakdowns.",
5 "panels": [
6 {
7 "id": "alerts",
8 "title": "Alerts (rule level ≥ 12)",
9 "type": "stat",
10 "w": 4,
11 "h": 100,
12 "lucene": "data_office365_Workload:Exchange AND rule_level:>=12"
13 },
14 {
15 "id": "total_events",
16 "title": "Events (Total)",
17 "type": "stat",
18 "w": 4,
19 "h": 100,
20 "lucene": "data_office365_Workload:Exchange"
21 },
22 {
23 "id": "max_severity",
24 "title": "Max Severity (0 - 15)",
25 "type": "stat",
26 "w": 4,
27 "h": 100,
28 "lucene": "data_office365_Workload:Exchange"
29 },
30
31 {
32 "id": "messages_with_links",
33 "title": "Messages Containing Link",
34 "type": "stat",
35 "w": 6,
36 "h": 100,
37 "lucene": "data_office365_Workload:Exchange AND data_office365_Operation:MessageCreatedHasLink"
38 },
39 {
40 "id": "sessions_started",
41 "title": "Sessions Started",
42 "type": "stat",
43 "w": 6,
44 "h": 100,
45 "lucene": "data_office365_Workload:Exchange AND data_office365_Operation:TeamsSessionStarted"
46 },
47
48 {
49 "id": "by_operation",
50 "title": "Events by Operation (Top 10)",
51 "type": "pie",
52 "w": 6,
53 "h": 300,
54 "lucene": "data_office365_Workload:Exchange",
55 "field": "data_office365_Operation",
56 "size": 10
57 },
58 {
59 "id": "top_operations",
60 "title": "Events by Operation",
61 "type": "bar_h",
62 "w": 6,
63 "h": 300,
64 "lucene": "data_office365_Workload:Exchange",
65 "field": "data_office365_Operation",
66 "size": 15
67 },
68
69 {
70 "id": "operations_over_time",
71 "title": "Top 10 Operations - Histogram",
72 "type": "histogram",
73 "w": 12,
74 "h": 250,
75 "lucene": "data_office365_Workload:Exchange"
76 },
77
78 {
79 "id": "top_users",
80 "title": "Exchange Events by Account",
81 "type": "bar_h",
82 "w": 6,
83 "h": 320,
84 "lucene": "data_office365_Workload:Exchange",
85 "field": "data_office365_UserId",
86 "size": 15
87 },
88 {
89 "id": "by_country",
90 "title": "All Events by Source Country",
91 "type": "bar_h",
92 "w": 6,
93 "h": 320,
94 "lucene": "data_office365_Workload:Exchange",
95 "field": "data_office365_ClientIP_country_code",
96 "size": 15
97 },
98
99 {
100 "id": "phishing_senders",
101 "title": "Top Phishing Senders",
102 "type": "bar_h",
103 "w": 6,
104 "h": 320,
105 "lucene": "data_office365_Workload:ThreatIntelligence AND data_office365_Verdict:Phish",
106 "field": "data_office365_P1Sender",
107 "size": 15
108 },
109 {
110 "id": "phishing_receivers",
111 "title": "Top Phishing Receivers",
112 "type": "bar_h",
113 "w": 6,
114 "h": 320,
115 "lucene": "data_office365_Workload:ThreatIntelligence AND data_office365_Verdict:Phish",
116 "field": "data_office365_Recipients",
117 "size": 15
118 }
119 ]
120 }