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
query: "dataSource.name='Abnormal\\ Security' event.source='Threat'\n| group count = count() by recipientAddress",
122
+
title: "Target Addresses",
123
+
totalNumberConfig: {
124
+
enabled: false,
125
+
label: ""
126
+
},
127
+
layout: {
128
+
h: 13,
129
+
w: 19,
130
+
x: 0,
131
+
y: 13
132
+
}
133
+
}, {
134
+
dataLabelType: "PERCENTAGE",
135
+
graphStyle: "pie",
136
+
layout: {
137
+
h: 13,
138
+
w: 22,
139
+
x: 19,
140
+
y: 13
141
+
},
142
+
maxPieSlices: 100,
143
+
query: "dataSource.name='Abnormal\\ Security' event.source='Threat'\n| let Country = geo_ip_country(senderIpAddress)\n| columns Country\n| group count = count() by Country",
144
+
title: "Attacker Region",
145
+
totalNumberConfig: {
146
+
enabled: false,
147
+
label: ""
148
+
}
149
+
}, {
150
+
graphStyle: "number",
151
+
layout: {
152
+
h: 5,
153
+
w: 11,
154
+
x: 0,
155
+
y: 0
156
+
},
157
+
query: "dataSource.name='Abnormal\\ Security' event.source='Threat'\n| group distinct_correlation_uuids = estimate_distinct(metadata.correlation_uid)",
158
+
sparklineConfig: {
159
+
enabled: false
160
+
},
161
+
title: "Threats",
162
+
trendConfig: {
163
+
enabled: true,
164
+
indicators: {
165
+
arrow: {
166
+
enabled: true
167
+
},
168
+
number: {
169
+
calculationType: "PERCENTAGE",
170
+
enabled: true
171
+
},
172
+
upwardsMeaning: "POSITIVE"
173
+
}
174
+
},
175
+
description: "Shows the number of cases involved with users protected by Abnormal Security."
176
+
}, {
177
+
dataLabelType: "PERCENTAGE",
178
+
graphStyle: "pie",
179
+
layout: {
180
+
h: 13,
181
+
i: "9",
182
+
minH: 3,
183
+
minW: 6,
184
+
w: 19,
185
+
x: 41,
186
+
y: 13
187
+
},
188
+
maxPieSlices: 100,
189
+
query: "dataSource.name='Abnormal\\ Security' event.source='Threat'\n| group count = count() by senderDomain",
190
+
title: "Attacker Domains",
191
+
totalNumberConfig: {
192
+
}
193
+
}, {
194
+
graphStyle: "number",
195
+
layout: {
196
+
h: 5,
197
+
w: 11,
198
+
x: 22,
199
+
y: 0
200
+
},
201
+
query: "dataSource.name='Abnormal\\ Security' event.source='Threat'\n| group distinct_address_targets = estimate_distinct(recipientAddress)",
202
+
sparklineConfig: {
203
+
enabled: false
204
+
},
205
+
title: "Mailboxes Targeted",
206
+
trendConfig: {
207
+
enabled: true,
208
+
indicators: {
209
+
arrow: {
210
+
enabled: true
211
+
},
212
+
number: {
213
+
calculationType: "PERCENTAGE",
214
+
enabled: true
215
+
},
216
+
upwardsMeaning: "POSITIVE"
217
+
}
218
+
},
219
+
description: "Shows the number of mailboxes targeted by threats."
0 commit comments