main
json 4,427 lines 94.3 KB
Raw
1 {
2 "annotations": {
3 "list": [
4 {
5 "builtIn": 1,
6 "datasource": {
7 "type": "datasource",
8 "uid": "grafana"
9 },
10 "enable": true,
11 "hide": true,
12 "iconColor": "rgba(0, 211, 255, 1)",
13 "name": "Annotations & Alerts",
14 "target": {
15 "limit": 100,
16 "matchAny": false,
17 "tags": [],
18 "type": "dashboard"
19 },
20 "type": "dashboard"
21 }
22 ]
23 },
24 "editable": false,
25 "fiscalYearStartMonth": 0,
26 "graphTooltip": 0,
27 "id": null,
28 "links": [
29 {
30 "asDropdown": true,
31 "icon": "external link",
32 "includeVars": true,
33 "keepTime": true,
34 "tags": ["O365"],
35 "targetBlank": true,
36 "title": "",
37 "type": "dashboards"
38 }
39 ],
40 "liveNow": false,
41 "panels": [
42 {
43 "datasource": {
44 "type": "grafana-opensearch-datasource",
45 "uid": "replace_datasource_uid"
46 },
47 "fieldConfig": {
48 "defaults": {
49 "mappings": [
50 {
51 "options": {
52 "match": "null",
53 "result": {
54 "text": "N/A"
55 }
56 },
57 "type": "special"
58 }
59 ],
60 "thresholds": {
61 "mode": "absolute",
62 "steps": [
63 {
64 "color": "red",
65 "value": null
66 }
67 ]
68 },
69 "unit": "locale"
70 },
71 "overrides": []
72 },
73 "gridPos": {
74 "h": 7,
75 "w": 4,
76 "x": 0,
77 "y": 0
78 },
79 "id": 43,
80 "options": {
81 "colorMode": "value",
82 "graphMode": "area",
83 "justifyMode": "auto",
84 "orientation": "horizontal",
85 "reduceOptions": {
86 "calcs": ["sum"],
87 "fields": "",
88 "values": false
89 },
90 "showPercentChange": false,
91 "text": {},
92 "textMode": "auto",
93 "wideLayout": true
94 },
95 "pluginVersion": "10.4.0",
96 "targets": [
97 {
98 "bucketAggs": [
99 {
100 "field": "timestamp",
101 "id": "2",
102 "settings": {
103 "interval": "auto",
104 "min_doc_count": 0,
105 "trimEdges": 0
106 },
107 "type": "date_histogram"
108 }
109 ],
110 "datasource": {
111 "type": "grafana-opensearch-datasource",
112 "uid": "replace_datasource_uid"
113 },
114 "metrics": [
115 {
116 "field": "select field",
117 "id": "1",
118 "type": "count"
119 }
120 ],
121 "query": "rule_level:>=12 AND data_office365_Operation:$operation",
122 "refId": "A",
123 "timeField": "timestamp"
124 }
125 ],
126 "title": "ALERTS",
127 "type": "stat"
128 },
129 {
130 "datasource": {
131 "type": "grafana-opensearch-datasource",
132 "uid": "replace_datasource_uid"
133 },
134 "fieldConfig": {
135 "defaults": {
136 "color": {
137 "mode": "palette-classic"
138 },
139 "custom": {
140 "hideFrom": {
141 "legend": false,
142 "tooltip": false,
143 "viz": false
144 }
145 },
146 "mappings": []
147 },
148 "overrides": [
149 {
150 "matcher": {
151 "id": "byName",
152 "options": "Count"
153 },
154 "properties": [
155 {
156 "id": "displayName",
157 "value": "EVENTS"
158 },
159 {
160 "id": "unit",
161 "value": "short"
162 },
163 {
164 "id": "decimals",
165 "value": -1
166 }
167 ]
168 }
169 ]
170 },
171 "gridPos": {
172 "h": 7,
173 "w": 4,
174 "x": 4,
175 "y": 0
176 },
177 "id": 53,
178 "options": {
179 "legend": {
180 "displayMode": "list",
181 "placement": "bottom",
182 "showLegend": false
183 },
184 "pieType": "donut",
185 "reduceOptions": {
186 "calcs": ["sum"],
187 "fields": "",
188 "values": false
189 },
190 "tooltip": {
191 "mode": "single",
192 "sort": "none"
193 }
194 },
195 "pluginVersion": "8.5.1",
196 "targets": [
197 {
198 "bucketAggs": [
199 {
200 "fake": true,
201 "field": "data_office365_Operation",
202 "id": "4",
203 "settings": {
204 "min_doc_count": 1,
205 "order": "desc",
206 "orderBy": "_count",
207 "size": "10"
208 },
209 "type": "terms"
210 },
211 {
212 "field": "data_office365_CreationTime",
213 "id": "5",
214 "settings": {
215 "interval": "auto",
216 "min_doc_count": "0",
217 "timeZone": "utc",
218 "trimEdges": "0"
219 },
220 "type": "date_histogram"
221 }
222 ],
223 "datasource": {
224 "type": "grafana-opensearch-datasource",
225 "uid": "replace_datasource_uid"
226 },
227 "metrics": [
228 {
229 "field": "select field",
230 "id": "1",
231 "type": "count"
232 }
233 ],
234 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
235 "refId": "A",
236 "timeField": "timestamp"
237 }
238 ],
239 "title": "EVENTS BY OPERATION (Top 10)",
240 "type": "piechart"
241 },
242 {
243 "datasource": {
244 "type": "grafana-opensearch-datasource",
245 "uid": "replace_datasource_uid"
246 },
247 "fieldConfig": {
248 "defaults": {
249 "color": {
250 "mode": "thresholds"
251 },
252 "custom": {
253 "align": "auto",
254 "cellOptions": {
255 "type": "auto"
256 },
257 "inspect": false
258 },
259 "mappings": [],
260 "thresholds": {
261 "mode": "absolute",
262 "steps": [
263 {
264 "color": "red",
265 "value": null
266 }
267 ]
268 }
269 },
270 "overrides": [
271 {
272 "matcher": {
273 "id": "byName",
274 "options": "Count"
275 },
276 "properties": [
277 {
278 "id": "displayName",
279 "value": "EVENTS"
280 },
281 {
282 "id": "unit",
283 "value": "short"
284 },
285 {
286 "id": "decimals",
287 "value": -1
288 },
289 {
290 "id": "custom.align"
291 },
292 {
293 "id": "thresholds",
294 "value": {
295 "mode": "absolute",
296 "steps": [
297 {
298 "color": "red",
299 "value": null
300 }
301 ]
302 }
303 }
304 ]
305 }
306 ]
307 },
308 "gridPos": {
309 "h": 7,
310 "w": 6,
311 "x": 8,
312 "y": 0
313 },
314 "id": 54,
315 "options": {
316 "cellHeight": "sm",
317 "footer": {
318 "countRows": false,
319 "fields": "",
320 "reducer": ["sum"],
321 "show": false
322 },
323 "showHeader": true
324 },
325 "pluginVersion": "10.4.0",
326 "targets": [
327 {
328 "bucketAggs": [
329 {
330 "fake": true,
331 "field": "data_office365_Operation",
332 "id": "4",
333 "settings": {
334 "min_doc_count": 1,
335 "order": "desc",
336 "orderBy": "_count",
337 "size": "0"
338 },
339 "type": "terms"
340 }
341 ],
342 "datasource": {
343 "type": "grafana-opensearch-datasource",
344 "uid": "replace_datasource_uid"
345 },
346 "metrics": [
347 {
348 "field": "select field",
349 "id": "1",
350 "type": "count"
351 }
352 ],
353 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
354 "refId": "A",
355 "timeField": "timestamp"
356 }
357 ],
358 "title": "EVENTS BY OPERATION",
359 "transformations": [
360 {
361 "id": "merge",
362 "options": {
363 "reducers": []
364 }
365 },
366 {
367 "id": "organize",
368 "options": {
369 "excludeByName": {},
370 "indexByName": {},
371 "renameByName": {
372 "Count": "EVENTS",
373 "data_office365_Operation": "OPERATION"
374 }
375 }
376 }
377 ],
378 "type": "table"
379 },
380 {
381 "datasource": {
382 "type": "grafana-opensearch-datasource",
383 "uid": "replace_datasource_uid"
384 },
385 "fieldConfig": {
386 "defaults": {
387 "mappings": [
388 {
389 "options": {
390 "match": "null",
391 "result": {
392 "text": "N/A"
393 }
394 },
395 "type": "special"
396 }
397 ],
398 "thresholds": {
399 "mode": "absolute",
400 "steps": [
401 {
402 "color": "blue",
403 "value": null
404 }
405 ]
406 },
407 "unit": "locale"
408 },
409 "overrides": []
410 },
411 "gridPos": {
412 "h": 7,
413 "w": 4,
414 "x": 14,
415 "y": 0
416 },
417 "id": 59,
418 "options": {
419 "colorMode": "value",
420 "graphMode": "area",
421 "justifyMode": "auto",
422 "orientation": "horizontal",
423 "reduceOptions": {
424 "calcs": ["sum"],
425 "fields": "",
426 "values": false
427 },
428 "showPercentChange": false,
429 "text": {},
430 "textMode": "auto",
431 "wideLayout": true
432 },
433 "pluginVersion": "10.4.0",
434 "targets": [
435 {
436 "bucketAggs": [
437 {
438 "$$hashKey": "object:331",
439 "field": "timestamp",
440 "id": "2",
441 "settings": {
442 "interval": "auto",
443 "min_doc_count": 0,
444 "trimEdges": 0
445 },
446 "type": "date_histogram"
447 }
448 ],
449 "datasource": {
450 "type": "grafana-opensearch-datasource",
451 "uid": "replace_datasource_uid"
452 },
453 "metrics": [
454 {
455 "$$hashKey": "object:329",
456 "field": "select field",
457 "id": "1",
458 "type": "count"
459 }
460 ],
461 "query": "data_office365_Operation:\"Add device.\" OR data_office365_Operation:\"Add registered owner to device.\" OR data_office365_Operation:\"Add registered users to device.\"",
462 "refId": "A",
463 "timeField": "timestamp"
464 }
465 ],
466 "title": "DEVICE EVENTS (Total)",
467 "type": "stat"
468 },
469 {
470 "datasource": {
471 "type": "grafana-opensearch-datasource",
472 "uid": "replace_datasource_uid"
473 },
474 "fieldConfig": {
475 "defaults": {
476 "color": {
477 "mode": "thresholds"
478 },
479 "custom": {
480 "align": "auto",
481 "cellOptions": {
482 "type": "auto"
483 },
484 "inspect": false
485 },
486 "mappings": [],
487 "thresholds": {
488 "mode": "absolute",
489 "steps": [
490 {
491 "color": "red",
492 "value": null
493 }
494 ]
495 }
496 },
497 "overrides": [
498 {
499 "matcher": {
500 "id": "byName",
501 "options": "Count"
502 },
503 "properties": [
504 {
505 "id": "displayName",
506 "value": "EVENTS"
507 },
508 {
509 "id": "unit",
510 "value": "short"
511 },
512 {
513 "id": "decimals",
514 "value": -1
515 },
516 {
517 "id": "custom.align"
518 },
519 {
520 "id": "thresholds",
521 "value": {
522 "mode": "absolute",
523 "steps": [
524 {
525 "color": "red",
526 "value": null
527 }
528 ]
529 }
530 }
531 ]
532 }
533 ]
534 },
535 "gridPos": {
536 "h": 7,
537 "w": 6,
538 "x": 18,
539 "y": 0
540 },
541 "id": 60,
542 "options": {
543 "cellHeight": "sm",
544 "footer": {
545 "countRows": false,
546 "fields": "",
547 "reducer": ["sum"],
548 "show": false
549 },
550 "showHeader": true
551 },
552 "pluginVersion": "10.4.0",
553 "targets": [
554 {
555 "bucketAggs": [
556 {
557 "fake": true,
558 "field": "data_office365_Operation",
559 "id": "4",
560 "settings": {
561 "min_doc_count": 1,
562 "order": "desc",
563 "orderBy": "_count",
564 "size": "0"
565 },
566 "type": "terms"
567 }
568 ],
569 "datasource": {
570 "type": "grafana-opensearch-datasource",
571 "uid": "replace_datasource_uid"
572 },
573 "metrics": [
574 {
575 "field": "select field",
576 "id": "1",
577 "type": "count"
578 }
579 ],
580 "query": "data_office365_Operation:\"Add device.\" OR data_office365_Operation:\"Add registered owner to device.\" OR data_office365_Operation:\"Add registered users to device.\"",
581 "refId": "A",
582 "timeField": "timestamp"
583 }
584 ],
585 "title": "DEVICE EVENTS BY OPERATION",
586 "transformations": [
587 {
588 "id": "merge",
589 "options": {
590 "reducers": []
591 }
592 },
593 {
594 "id": "organize",
595 "options": {
596 "excludeByName": {},
597 "indexByName": {},
598 "renameByName": {
599 "Count": "EVENTS",
600 "data_office365_Operation": "OPERATION"
601 }
602 }
603 }
604 ],
605 "type": "table"
606 },
607 {
608 "datasource": {
609 "type": "grafana-opensearch-datasource",
610 "uid": "replace_datasource_uid"
611 },
612 "fieldConfig": {
613 "defaults": {
614 "mappings": [
615 {
616 "options": {
617 "match": "null",
618 "result": {
619 "text": "N/A"
620 }
621 },
622 "type": "special"
623 }
624 ],
625 "thresholds": {
626 "mode": "absolute",
627 "steps": [
628 {
629 "color": "blue",
630 "value": null
631 }
632 ]
633 },
634 "unit": "locale"
635 },
636 "overrides": []
637 },
638 "gridPos": {
639 "h": 7,
640 "w": 4,
641 "x": 0,
642 "y": 7
643 },
644 "id": 65,
645 "options": {
646 "colorMode": "value",
647 "graphMode": "area",
648 "justifyMode": "auto",
649 "orientation": "horizontal",
650 "reduceOptions": {
651 "calcs": ["sum"],
652 "fields": "",
653 "values": false
654 },
655 "showPercentChange": false,
656 "text": {},
657 "textMode": "auto",
658 "wideLayout": true
659 },
660 "pluginVersion": "10.4.0",
661 "targets": [
662 {
663 "bucketAggs": [
664 {
665 "$$hashKey": "object:331",
666 "field": "timestamp",
667 "id": "2",
668 "settings": {
669 "interval": "auto",
670 "min_doc_count": 0,
671 "trimEdges": 0
672 },
673 "type": "date_histogram"
674 }
675 ],
676 "datasource": {
677 "type": "grafana-opensearch-datasource",
678 "uid": "replace_datasource_uid"
679 },
680 "metrics": [
681 {
682 "$$hashKey": "object:329",
683 "field": "select field",
684 "id": "1",
685 "type": "count"
686 }
687 ],
688 "query": "data_office365_Operation:\"Add user.\"",
689 "refId": "A",
690 "timeField": "timestamp"
691 }
692 ],
693 "title": "USERS ADDED EVENTS (Total)",
694 "type": "stat"
695 },
696 {
697 "datasource": {
698 "type": "grafana-opensearch-datasource",
699 "uid": "replace_datasource_uid"
700 },
701 "fieldConfig": {
702 "defaults": {
703 "color": {
704 "mode": "palette-classic"
705 },
706 "custom": {
707 "hideFrom": {
708 "legend": false,
709 "tooltip": false,
710 "viz": false
711 }
712 },
713 "mappings": []
714 },
715 "overrides": [
716 {
717 "matcher": {
718 "id": "byName",
719 "options": "Count"
720 },
721 "properties": [
722 {
723 "id": "displayName",
724 "value": "EVENTS"
725 },
726 {
727 "id": "unit",
728 "value": "short"
729 },
730 {
731 "id": "decimals",
732 "value": -1
733 }
734 ]
735 },
736 {
737 "matcher": {
738 "id": "byName",
739 "options": "Failure"
740 },
741 "properties": [
742 {
743 "id": "color",
744 "value": {
745 "fixedColor": "orange",
746 "mode": "fixed"
747 }
748 }
749 ]
750 }
751 ]
752 },
753 "gridPos": {
754 "h": 7,
755 "w": 4,
756 "x": 4,
757 "y": 7
758 },
759 "id": 66,
760 "options": {
761 "legend": {
762 "displayMode": "table",
763 "placement": "bottom",
764 "showLegend": true
765 },
766 "pieType": "donut",
767 "reduceOptions": {
768 "calcs": ["sum"],
769 "fields": "",
770 "values": false
771 },
772 "tooltip": {
773 "mode": "single",
774 "sort": "none"
775 }
776 },
777 "pluginVersion": "8.5.1",
778 "targets": [
779 {
780 "bucketAggs": [
781 {
782 "fake": true,
783 "field": "data_office365_ResultStatus",
784 "id": "4",
785 "settings": {
786 "min_doc_count": 1,
787 "order": "desc",
788 "orderBy": "_count",
789 "size": "10"
790 },
791 "type": "terms"
792 },
793 {
794 "field": "data_office365_CreationTime",
795 "id": "5",
796 "settings": {
797 "interval": "auto",
798 "min_doc_count": "0",
799 "timeZone": "utc",
800 "trimEdges": "0"
801 },
802 "type": "date_histogram"
803 }
804 ],
805 "datasource": {
806 "type": "grafana-opensearch-datasource",
807 "uid": "replace_datasource_uid"
808 },
809 "metrics": [
810 {
811 "field": "select field",
812 "id": "1",
813 "type": "count"
814 }
815 ],
816 "query": "data_office365_Operation:\"Add user.\" AND rule_level:$rule_level",
817 "refId": "A",
818 "timeField": "timestamp"
819 }
820 ],
821 "title": "USERS ADDED EVENTS (Results)",
822 "type": "piechart"
823 },
824 {
825 "datasource": {
826 "type": "grafana-opensearch-datasource",
827 "uid": "replace_datasource_uid"
828 },
829 "fieldConfig": {
830 "defaults": {
831 "color": {
832 "mode": "thresholds"
833 },
834 "custom": {
835 "align": "auto",
836 "cellOptions": {
837 "type": "auto"
838 },
839 "inspect": false
840 },
841 "mappings": [],
842 "thresholds": {
843 "mode": "absolute",
844 "steps": [
845 {
846 "color": "red",
847 "value": null
848 }
849 ]
850 }
851 },
852 "overrides": [
853 {
854 "matcher": {
855 "id": "byName",
856 "options": "Count"
857 },
858 "properties": [
859 {
860 "id": "displayName",
861 "value": "EVENTS"
862 },
863 {
864 "id": "unit",
865 "value": "short"
866 },
867 {
868 "id": "decimals",
869 "value": -1
870 },
871 {
872 "id": "custom.align"
873 },
874 {
875 "id": "thresholds",
876 "value": {
877 "mode": "absolute",
878 "steps": [
879 {
880 "color": "red",
881 "value": null
882 }
883 ]
884 }
885 }
886 ]
887 },
888 {
889 "matcher": {
890 "id": "byName",
891 "options": "data_office365_ResultStatus"
892 },
893 "properties": [
894 {
895 "id": "custom.cellOptions",
896 "value": {
897 "type": "color-text"
898 }
899 },
900 {
901 "id": "mappings",
902 "value": [
903 {
904 "options": {
905 "Failure": {
906 "color": "orange",
907 "index": 0
908 },
909 "Success": {
910 "color": "green",
911 "index": 1
912 }
913 },
914 "type": "value"
915 }
916 ]
917 }
918 ]
919 }
920 ]
921 },
922 "gridPos": {
923 "h": 7,
924 "w": 6,
925 "x": 8,
926 "y": 7
927 },
928 "id": 67,
929 "options": {
930 "cellHeight": "sm",
931 "footer": {
932 "countRows": false,
933 "fields": "",
934 "reducer": ["sum"],
935 "show": false
936 },
937 "showHeader": true
938 },
939 "pluginVersion": "10.4.0",
940 "targets": [
941 {
942 "bucketAggs": [
943 {
944 "fake": true,
945 "field": "data_office365_ResultStatus",
946 "id": "4",
947 "settings": {
948 "min_doc_count": 1,
949 "order": "desc",
950 "orderBy": "_count",
951 "size": "0"
952 },
953 "type": "terms"
954 }
955 ],
956 "datasource": {
957 "type": "grafana-opensearch-datasource",
958 "uid": "replace_datasource_uid"
959 },
960 "metrics": [
961 {
962 "field": "select field",
963 "id": "1",
964 "type": "count"
965 }
966 ],
967 "query": "data_office365_Operation:\"Add user.\" AND rule_level:$rule_level",
968 "refId": "A",
969 "timeField": "timestamp"
970 }
971 ],
972 "title": "USERS ADDED EVENTS (Results)",
973 "transformations": [
974 {
975 "id": "merge",
976 "options": {
977 "reducers": []
978 }
979 },
980 {
981 "id": "organize",
982 "options": {
983 "excludeByName": {},
984 "indexByName": {},
985 "renameByName": {
986 "Count": "EVENTS",
987 "data_office365_Operation": "OPERATION",
988 "data_office365_ResultStatus": "RESULT"
989 }
990 }
991 }
992 ],
993 "type": "table"
994 },
995 {
996 "datasource": {
997 "type": "grafana-opensearch-datasource",
998 "uid": "replace_datasource_uid"
999 },
1000 "fieldConfig": {
1001 "defaults": {
1002 "color": {
1003 "mode": "thresholds"
1004 },
1005 "custom": {
1006 "align": "auto",
1007 "cellOptions": {
1008 "type": "auto"
1009 },
1010 "inspect": false
1011 },
1012 "mappings": [],
1013 "thresholds": {
1014 "mode": "absolute",
1015 "steps": [
1016 {
1017 "color": "red",
1018 "value": null
1019 }
1020 ]
1021 }
1022 },
1023 "overrides": [
1024 {
1025 "matcher": {
1026 "id": "byName",
1027 "options": "Count"
1028 },
1029 "properties": [
1030 {
1031 "id": "displayName",
1032 "value": "EVENTS"
1033 },
1034 {
1035 "id": "unit",
1036 "value": "short"
1037 },
1038 {
1039 "id": "decimals",
1040 "value": -1
1041 },
1042 {
1043 "id": "custom.align"
1044 },
1045 {
1046 "id": "thresholds",
1047 "value": {
1048 "mode": "absolute",
1049 "steps": [
1050 {
1051 "color": "red",
1052 "value": null
1053 }
1054 ]
1055 }
1056 }
1057 ]
1058 },
1059 {
1060 "matcher": {
1061 "id": "byName",
1062 "options": "RESULT"
1063 },
1064 "properties": [
1065 {
1066 "id": "custom.cellOptions",
1067 "value": {
1068 "type": "color-text"
1069 }
1070 },
1071 {
1072 "id": "mappings",
1073 "value": [
1074 {
1075 "options": {
1076 "Failure": {
1077 "color": "orange",
1078 "index": 0
1079 },
1080 "Success": {
1081 "color": "green",
1082 "index": 1
1083 }
1084 },
1085 "type": "value"
1086 }
1087 ]
1088 }
1089 ]
1090 }
1091 ]
1092 },
1093 "gridPos": {
1094 "h": 7,
1095 "w": 10,
1096 "x": 14,
1097 "y": 7
1098 },
1099 "id": 68,
1100 "options": {
1101 "cellHeight": "sm",
1102 "footer": {
1103 "countRows": false,
1104 "fields": "",
1105 "reducer": ["sum"],
1106 "show": false
1107 },
1108 "showHeader": true
1109 },
1110 "pluginVersion": "10.4.0",
1111 "targets": [
1112 {
1113 "bucketAggs": [
1114 {
1115 "fake": true,
1116 "field": "data_office365_ObjectId",
1117 "id": "4",
1118 "settings": {
1119 "min_doc_count": 1,
1120 "order": "desc",
1121 "orderBy": "_count",
1122 "size": "0"
1123 },
1124 "type": "terms"
1125 },
1126 {
1127 "field": "data_office365_ResultStatus",
1128 "id": "5",
1129 "settings": {
1130 "min_doc_count": "1",
1131 "order": "desc",
1132 "orderBy": "_count",
1133 "size": "10"
1134 },
1135 "type": "terms"
1136 }
1137 ],
1138 "datasource": {
1139 "type": "grafana-opensearch-datasource",
1140 "uid": "replace_datasource_uid"
1141 },
1142 "metrics": [
1143 {
1144 "field": "select field",
1145 "id": "1",
1146 "type": "count"
1147 }
1148 ],
1149 "query": "data_office365_Operation:\"Add user.\" AND rule_level:$rule_level",
1150 "refId": "A",
1151 "timeField": "timestamp"
1152 }
1153 ],
1154 "title": "USERS ADDED EVENTS (Accounts)",
1155 "transformations": [
1156 {
1157 "id": "merge",
1158 "options": {
1159 "reducers": []
1160 }
1161 },
1162 {
1163 "id": "organize",
1164 "options": {
1165 "excludeByName": {},
1166 "indexByName": {},
1167 "renameByName": {
1168 "Count": "EVENTS",
1169 "data_office365_ObjectId": "ACCOUNT",
1170 "data_office365_Operation": "OPERATION",
1171 "data_office365_ResultStatus": "RESULT"
1172 }
1173 }
1174 }
1175 ],
1176 "type": "table"
1177 },
1178 {
1179 "datasource": {
1180 "type": "grafana-opensearch-datasource",
1181 "uid": "replace_datasource_uid"
1182 },
1183 "fieldConfig": {
1184 "defaults": {
1185 "mappings": [
1186 {
1187 "options": {
1188 "match": "null",
1189 "result": {
1190 "text": "N/A"
1191 }
1192 },
1193 "type": "special"
1194 }
1195 ],
1196 "thresholds": {
1197 "mode": "absolute",
1198 "steps": [
1199 {
1200 "color": "orange",
1201 "value": null
1202 }
1203 ]
1204 },
1205 "unit": "locale"
1206 },
1207 "overrides": []
1208 },
1209 "gridPos": {
1210 "h": 7,
1211 "w": 4,
1212 "x": 0,
1213 "y": 14
1214 },
1215 "id": 69,
1216 "options": {
1217 "colorMode": "value",
1218 "graphMode": "area",
1219 "justifyMode": "auto",
1220 "orientation": "horizontal",
1221 "reduceOptions": {
1222 "calcs": ["sum"],
1223 "fields": "",
1224 "values": false
1225 },
1226 "showPercentChange": false,
1227 "text": {},
1228 "textMode": "auto",
1229 "wideLayout": true
1230 },
1231 "pluginVersion": "10.4.0",
1232 "targets": [
1233 {
1234 "bucketAggs": [
1235 {
1236 "$$hashKey": "object:331",
1237 "field": "timestamp",
1238 "id": "2",
1239 "settings": {
1240 "interval": "auto",
1241 "min_doc_count": 0,
1242 "trimEdges": 0
1243 },
1244 "type": "date_histogram"
1245 }
1246 ],
1247 "datasource": {
1248 "type": "grafana-opensearch-datasource",
1249 "uid": "replace_datasource_uid"
1250 },
1251 "metrics": [
1252 {
1253 "$$hashKey": "object:329",
1254 "field": "select field",
1255 "id": "1",
1256 "type": "count"
1257 }
1258 ],
1259 "query": "data_office365_Operation:UserLoggedIn AND (data_office365_UserId:*#EXT# OR data_office365_UserId:*gmail.com)",
1260 "refId": "A",
1261 "timeField": "timestamp"
1262 }
1263 ],
1264 "title": "EXTERNAL USERS LOGIN (Total)",
1265 "type": "stat"
1266 },
1267 {
1268 "datasource": {
1269 "type": "grafana-opensearch-datasource",
1270 "uid": "replace_datasource_uid"
1271 },
1272 "fieldConfig": {
1273 "defaults": {
1274 "color": {
1275 "mode": "thresholds"
1276 },
1277 "custom": {
1278 "align": "auto",
1279 "cellOptions": {
1280 "type": "auto"
1281 },
1282 "inspect": false
1283 },
1284 "mappings": [],
1285 "thresholds": {
1286 "mode": "absolute",
1287 "steps": [
1288 {
1289 "color": "red",
1290 "value": null
1291 }
1292 ]
1293 }
1294 },
1295 "overrides": [
1296 {
1297 "matcher": {
1298 "id": "byName",
1299 "options": "Count"
1300 },
1301 "properties": [
1302 {
1303 "id": "displayName",
1304 "value": "EVENTS"
1305 },
1306 {
1307 "id": "unit",
1308 "value": "short"
1309 },
1310 {
1311 "id": "decimals",
1312 "value": -1
1313 },
1314 {
1315 "id": "custom.align"
1316 },
1317 {
1318 "id": "thresholds",
1319 "value": {
1320 "mode": "absolute",
1321 "steps": [
1322 {
1323 "color": "red",
1324 "value": null
1325 }
1326 ]
1327 }
1328 }
1329 ]
1330 },
1331 {
1332 "matcher": {
1333 "id": "byName",
1334 "options": "data_office365_ResultStatus"
1335 },
1336 "properties": [
1337 {
1338 "id": "custom.cellOptions",
1339 "value": {
1340 "type": "color-text"
1341 }
1342 },
1343 {
1344 "id": "mappings",
1345 "value": [
1346 {
1347 "options": {
1348 "Failure": {
1349 "color": "orange",
1350 "index": 0
1351 }
1352 },
1353 "type": "value"
1354 }
1355 ]
1356 }
1357 ]
1358 }
1359 ]
1360 },
1361 "gridPos": {
1362 "h": 7,
1363 "w": 5,
1364 "x": 4,
1365 "y": 14
1366 },
1367 "id": 70,
1368 "options": {
1369 "cellHeight": "sm",
1370 "footer": {
1371 "countRows": false,
1372 "fields": "",
1373 "reducer": ["sum"],
1374 "show": false
1375 },
1376 "showHeader": true
1377 },
1378 "pluginVersion": "10.4.0",
1379 "targets": [
1380 {
1381 "bucketAggs": [
1382 {
1383 "fake": true,
1384 "field": "data_office365_ResultStatus",
1385 "id": "4",
1386 "settings": {
1387 "min_doc_count": 1,
1388 "order": "desc",
1389 "orderBy": "_count",
1390 "size": "0"
1391 },
1392 "type": "terms"
1393 }
1394 ],
1395 "datasource": {
1396 "type": "grafana-opensearch-datasource",
1397 "uid": "replace_datasource_uid"
1398 },
1399 "metrics": [
1400 {
1401 "field": "select field",
1402 "id": "1",
1403 "type": "count"
1404 }
1405 ],
1406 "query": "data_office365_Operation:UserLoggedIn AND (data_office365_UserId:*#EXT# OR data_office365_UserId:*gmail.com) AND rule_level:$rule_level",
1407 "refId": "A",
1408 "timeField": "timestamp"
1409 }
1410 ],
1411 "title": "EXTERNAL USERS LOGIN (Results)",
1412 "transformations": [
1413 {
1414 "id": "merge",
1415 "options": {
1416 "reducers": []
1417 }
1418 },
1419 {
1420 "id": "organize",
1421 "options": {
1422 "excludeByName": {},
1423 "indexByName": {},
1424 "renameByName": {
1425 "Count": "EVENTS",
1426 "data_office365_Operation": "OPERATION",
1427 "data_office365_ResultStatus": "RESULT"
1428 }
1429 }
1430 }
1431 ],
1432 "type": "table"
1433 },
1434 {
1435 "datasource": {
1436 "type": "grafana-opensearch-datasource",
1437 "uid": "replace_datasource_uid"
1438 },
1439 "fieldConfig": {
1440 "defaults": {
1441 "color": {
1442 "mode": "thresholds"
1443 },
1444 "custom": {
1445 "align": "auto",
1446 "cellOptions": {
1447 "type": "auto"
1448 },
1449 "inspect": false
1450 },
1451 "mappings": [],
1452 "thresholds": {
1453 "mode": "absolute",
1454 "steps": [
1455 {
1456 "color": "red",
1457 "value": null
1458 }
1459 ]
1460 }
1461 },
1462 "overrides": [
1463 {
1464 "matcher": {
1465 "id": "byName",
1466 "options": "Count"
1467 },
1468 "properties": [
1469 {
1470 "id": "displayName",
1471 "value": "EVENTS"
1472 },
1473 {
1474 "id": "unit",
1475 "value": "short"
1476 },
1477 {
1478 "id": "decimals",
1479 "value": -1
1480 },
1481 {
1482 "id": "custom.align"
1483 },
1484 {
1485 "id": "thresholds",
1486 "value": {
1487 "mode": "absolute",
1488 "steps": [
1489 {
1490 "color": "red",
1491 "value": null
1492 }
1493 ]
1494 }
1495 }
1496 ]
1497 },
1498 {
1499 "matcher": {
1500 "id": "byName",
1501 "options": "RESULT"
1502 },
1503 "properties": [
1504 {
1505 "id": "custom.cellOptions",
1506 "value": {
1507 "type": "color-text"
1508 }
1509 },
1510 {
1511 "id": "mappings",
1512 "value": [
1513 {
1514 "options": {
1515 "Failure": {
1516 "color": "orange",
1517 "index": 0
1518 }
1519 },
1520 "type": "value"
1521 }
1522 ]
1523 }
1524 ]
1525 }
1526 ]
1527 },
1528 "gridPos": {
1529 "h": 7,
1530 "w": 6,
1531 "x": 9,
1532 "y": 14
1533 },
1534 "id": 71,
1535 "options": {
1536 "cellHeight": "sm",
1537 "footer": {
1538 "countRows": false,
1539 "fields": "",
1540 "reducer": ["sum"],
1541 "show": false
1542 },
1543 "showHeader": true
1544 },
1545 "pluginVersion": "10.4.0",
1546 "targets": [
1547 {
1548 "bucketAggs": [
1549 {
1550 "fake": true,
1551 "field": "data_office365_UserId",
1552 "id": "4",
1553 "settings": {
1554 "min_doc_count": 1,
1555 "order": "desc",
1556 "orderBy": "_count",
1557 "size": "0"
1558 },
1559 "type": "terms"
1560 },
1561 {
1562 "field": "data_office365_ResultStatus",
1563 "id": "5",
1564 "settings": {
1565 "min_doc_count": "1",
1566 "order": "desc",
1567 "orderBy": "_count",
1568 "size": "10"
1569 },
1570 "type": "terms"
1571 }
1572 ],
1573 "datasource": {
1574 "type": "grafana-opensearch-datasource",
1575 "uid": "replace_datasource_uid"
1576 },
1577 "metrics": [
1578 {
1579 "field": "select field",
1580 "id": "1",
1581 "type": "count"
1582 }
1583 ],
1584 "query": "data_office365_Operation:UserLoggedIn AND (data_office365_UserId:*#EXT# OR data_office365_UserId:*gmail.com) AND rule_level:$rule_level",
1585 "refId": "A",
1586 "timeField": "timestamp"
1587 }
1588 ],
1589 "title": "EXTERNAL USERS LOGIN (Accounts)",
1590 "transformations": [
1591 {
1592 "id": "merge",
1593 "options": {
1594 "reducers": []
1595 }
1596 },
1597 {
1598 "id": "organize",
1599 "options": {
1600 "excludeByName": {},
1601 "indexByName": {},
1602 "renameByName": {
1603 "Count": "EVENTS",
1604 "data_office365_ObjectId": "ACCOUNT",
1605 "data_office365_Operation": "OPERATION",
1606 "data_office365_ResultStatus": "RESULT",
1607 "data_office365_UserId": "ACCOUNT"
1608 }
1609 }
1610 }
1611 ],
1612 "type": "table"
1613 },
1614 {
1615 "datasource": {
1616 "type": "grafana-opensearch-datasource",
1617 "uid": "replace_datasource_uid"
1618 },
1619 "fieldConfig": {
1620 "defaults": {
1621 "mappings": [
1622 {
1623 "options": {
1624 "match": "null",
1625 "result": {
1626 "text": "N/A"
1627 }
1628 },
1629 "type": "special"
1630 }
1631 ],
1632 "thresholds": {
1633 "mode": "absolute",
1634 "steps": [
1635 {
1636 "color": "orange",
1637 "value": null
1638 }
1639 ]
1640 },
1641 "unit": "locale"
1642 },
1643 "overrides": []
1644 },
1645 "gridPos": {
1646 "h": 7,
1647 "w": 4,
1648 "x": 15,
1649 "y": 14
1650 },
1651 "id": 73,
1652 "options": {
1653 "colorMode": "value",
1654 "graphMode": "area",
1655 "justifyMode": "auto",
1656 "orientation": "horizontal",
1657 "reduceOptions": {
1658 "calcs": ["sum"],
1659 "fields": "",
1660 "values": false
1661 },
1662 "showPercentChange": false,
1663 "text": {},
1664 "textMode": "auto",
1665 "wideLayout": true
1666 },
1667 "pluginVersion": "10.4.0",
1668 "targets": [
1669 {
1670 "bucketAggs": [
1671 {
1672 "$$hashKey": "object:331",
1673 "field": "timestamp",
1674 "id": "2",
1675 "settings": {
1676 "interval": "auto",
1677 "min_doc_count": 0,
1678 "trimEdges": 0
1679 },
1680 "type": "date_histogram"
1681 }
1682 ],
1683 "datasource": {
1684 "type": "grafana-opensearch-datasource",
1685 "uid": "replace_datasource_uid"
1686 },
1687 "metrics": [
1688 {
1689 "$$hashKey": "object:329",
1690 "field": "select field",
1691 "id": "1",
1692 "type": "count"
1693 }
1694 ],
1695 "query": "data_office365_Operation:UserLoggedIn AND data_office365_ResultStatus:Success AND data_office365_ExtendedProperties_UserAuthenticationMethod:1",
1696 "refId": "A",
1697 "timeField": "timestamp"
1698 }
1699 ],
1700 "title": "USERS LOGGEDIN NON MFA (Total)",
1701 "type": "stat"
1702 },
1703 {
1704 "datasource": {
1705 "type": "grafana-opensearch-datasource",
1706 "uid": "replace_datasource_uid"
1707 },
1708 "fieldConfig": {
1709 "defaults": {
1710 "color": {
1711 "mode": "thresholds"
1712 },
1713 "custom": {
1714 "align": "auto",
1715 "cellOptions": {
1716 "type": "auto"
1717 },
1718 "inspect": false
1719 },
1720 "mappings": [],
1721 "thresholds": {
1722 "mode": "absolute",
1723 "steps": [
1724 {
1725 "color": "red",
1726 "value": null
1727 }
1728 ]
1729 }
1730 },
1731 "overrides": [
1732 {
1733 "matcher": {
1734 "id": "byName",
1735 "options": "Count"
1736 },
1737 "properties": [
1738 {
1739 "id": "displayName",
1740 "value": "EVENTS"
1741 },
1742 {
1743 "id": "unit",
1744 "value": "short"
1745 },
1746 {
1747 "id": "decimals",
1748 "value": -1
1749 },
1750 {
1751 "id": "custom.align"
1752 },
1753 {
1754 "id": "thresholds",
1755 "value": {
1756 "mode": "absolute",
1757 "steps": [
1758 {
1759 "color": "red",
1760 "value": null
1761 }
1762 ]
1763 }
1764 }
1765 ]
1766 },
1767 {
1768 "matcher": {
1769 "id": "byName",
1770 "options": "RESULT"
1771 },
1772 "properties": [
1773 {
1774 "id": "custom.cellOptions",
1775 "value": {
1776 "type": "color-text"
1777 }
1778 },
1779 {
1780 "id": "mappings",
1781 "value": [
1782 {
1783 "options": {
1784 "Success": {
1785 "color": "orange",
1786 "index": 0
1787 }
1788 },
1789 "type": "value"
1790 }
1791 ]
1792 }
1793 ]
1794 }
1795 ]
1796 },
1797 "gridPos": {
1798 "h": 7,
1799 "w": 5,
1800 "x": 19,
1801 "y": 14
1802 },
1803 "id": 74,
1804 "options": {
1805 "cellHeight": "sm",
1806 "footer": {
1807 "countRows": false,
1808 "fields": "",
1809 "reducer": ["sum"],
1810 "show": false
1811 },
1812 "showHeader": true
1813 },
1814 "pluginVersion": "10.4.0",
1815 "targets": [
1816 {
1817 "bucketAggs": [
1818 {
1819 "fake": true,
1820 "field": "data_office365_UserId",
1821 "id": "4",
1822 "settings": {
1823 "min_doc_count": 1,
1824 "order": "desc",
1825 "orderBy": "_count",
1826 "size": "0"
1827 },
1828 "type": "terms"
1829 },
1830 {
1831 "field": "data_office365_ResultStatus",
1832 "id": "5",
1833 "settings": {
1834 "min_doc_count": "1",
1835 "order": "desc",
1836 "orderBy": "_count",
1837 "size": "10"
1838 },
1839 "type": "terms"
1840 }
1841 ],
1842 "datasource": {
1843 "type": "grafana-opensearch-datasource",
1844 "uid": "replace_datasource_uid"
1845 },
1846 "metrics": [
1847 {
1848 "field": "select field",
1849 "id": "1",
1850 "type": "count"
1851 }
1852 ],
1853 "query": "data_office365_Operation:UserLoggedIn AND data_office365_ResultStatus:Success AND data_office365_ExtendedProperties_UserAuthenticationMethod:1",
1854 "refId": "A",
1855 "timeField": "timestamp"
1856 }
1857 ],
1858 "title": "USERS LOGGEDIN NON MFA (Accounts)",
1859 "transformations": [
1860 {
1861 "id": "merge",
1862 "options": {
1863 "reducers": []
1864 }
1865 },
1866 {
1867 "id": "organize",
1868 "options": {
1869 "excludeByName": {},
1870 "indexByName": {},
1871 "renameByName": {
1872 "Count": "EVENTS",
1873 "data_office365_ObjectId": "ACCOUNT",
1874 "data_office365_Operation": "OPERATION",
1875 "data_office365_ResultStatus": "RESULT",
1876 "data_office365_UserId": "ACCOUNT"
1877 }
1878 }
1879 }
1880 ],
1881 "type": "table"
1882 },
1883 {
1884 "datasource": {
1885 "type": "grafana-opensearch-datasource",
1886 "uid": "replace_datasource_uid"
1887 },
1888 "fieldConfig": {
1889 "defaults": {
1890 "mappings": [
1891 {
1892 "options": {
1893 "match": "null",
1894 "result": {
1895 "text": "N/A"
1896 }
1897 },
1898 "type": "special"
1899 }
1900 ],
1901 "thresholds": {
1902 "mode": "absolute",
1903 "steps": [
1904 {
1905 "color": "orange",
1906 "value": null
1907 }
1908 ]
1909 },
1910 "unit": "locale"
1911 },
1912 "overrides": []
1913 },
1914 "gridPos": {
1915 "h": 7,
1916 "w": 4,
1917 "x": 0,
1918 "y": 21
1919 },
1920 "id": 61,
1921 "options": {
1922 "colorMode": "value",
1923 "graphMode": "area",
1924 "justifyMode": "auto",
1925 "orientation": "horizontal",
1926 "reduceOptions": {
1927 "calcs": ["sum"],
1928 "fields": "",
1929 "values": false
1930 },
1931 "showPercentChange": false,
1932 "text": {},
1933 "textMode": "auto",
1934 "wideLayout": true
1935 },
1936 "pluginVersion": "10.4.0",
1937 "targets": [
1938 {
1939 "bucketAggs": [
1940 {
1941 "field": "timestamp",
1942 "id": "2",
1943 "settings": {
1944 "interval": "auto",
1945 "min_doc_count": 0,
1946 "trimEdges": 0
1947 },
1948 "type": "date_histogram"
1949 }
1950 ],
1951 "datasource": {
1952 "type": "grafana-opensearch-datasource",
1953 "uid": "replace_datasource_uid"
1954 },
1955 "metrics": [
1956 {
1957 "field": "select field",
1958 "id": "1",
1959 "type": "count"
1960 }
1961 ],
1962 "query": "data_office365_Operation:UserLoggedIn AND !data_office365_ActorIpAddress_country_code:COMPANY_COUNTRY_CODE",
1963 "refId": "A",
1964 "timeField": "timestamp"
1965 }
1966 ],
1967 "title": "AUTHS NON TRUSTED SOURCE",
1968 "type": "stat"
1969 },
1970 {
1971 "datasource": {
1972 "type": "grafana-opensearch-datasource",
1973 "uid": "replace_datasource_uid"
1974 },
1975 "fieldConfig": {
1976 "defaults": {
1977 "color": {
1978 "mode": "thresholds"
1979 },
1980 "custom": {
1981 "hideFrom": {
1982 "legend": false,
1983 "tooltip": false,
1984 "viz": false
1985 }
1986 },
1987 "mappings": [],
1988 "thresholds": {
1989 "mode": "absolute",
1990 "steps": [
1991 {
1992 "color": "rgba(245, 54, 54, 0.9)",
1993 "value": null
1994 },
1995 {
1996 "color": "rgba(237, 129, 40, 0.89)",
1997 "value": 0
1998 },
1999 {
2000 "color": "rgba(50, 172, 45, 0.97)",
2001 "value": 10
2002 }
2003 ]
2004 }
2005 },
2006 "overrides": []
2007 },
2008 "gridPos": {
2009 "h": 14,
2010 "w": 10,
2011 "x": 4,
2012 "y": 21
2013 },
2014 "id": 62,
2015 "maxDataPoints": 1,
2016 "options": {
2017 "basemap": {
2018 "name": "Basemap",
2019 "type": "default"
2020 },
2021 "controls": {
2022 "mouseWheelZoom": false,
2023 "showAttribution": true,
2024 "showDebug": false,
2025 "showMeasure": false,
2026 "showScale": false,
2027 "showZoom": true
2028 },
2029 "layers": [
2030 {
2031 "config": {
2032 "showLegend": true,
2033 "style": {
2034 "color": {
2035 "fixed": "dark-green"
2036 },
2037 "opacity": 0.4,
2038 "rotation": {
2039 "fixed": 0,
2040 "max": 360,
2041 "min": -360,
2042 "mode": "mod"
2043 },
2044 "size": {
2045 "fixed": 5,
2046 "max": 30,
2047 "min": 2
2048 },
2049 "symbol": {
2050 "fixed": "img/icons/marker/circle.svg",
2051 "mode": "fixed"
2052 },
2053 "symbolAlign": {
2054 "horizontal": "center",
2055 "vertical": "center"
2056 },
2057 "textConfig": {
2058 "fontSize": 12,
2059 "offsetX": 0,
2060 "offsetY": 0,
2061 "textAlign": "center",
2062 "textBaseline": "middle"
2063 }
2064 }
2065 },
2066 "location": {
2067 "gazetteer": "public/gazetteer/countries.json",
2068 "mode": "lookup"
2069 },
2070 "name": "Layer 0",
2071 "tooltip": true,
2072 "type": "markers"
2073 }
2074 ],
2075 "tooltip": {
2076 "mode": "details"
2077 },
2078 "view": {
2079 "allLayers": true,
2080 "id": "zero",
2081 "lat": 0,
2082 "lon": 0,
2083 "zoom": 1
2084 }
2085 },
2086 "pluginVersion": "10.4.0",
2087 "targets": [
2088 {
2089 "bucketAggs": [
2090 {
2091 "fake": true,
2092 "field": "data_office365_ActorIpAddress_country_code",
2093 "id": "3",
2094 "settings": {
2095 "min_doc_count": 1,
2096 "order": "desc",
2097 "orderBy": "_term",
2098 "size": "0"
2099 },
2100 "type": "terms"
2101 },
2102 {
2103 "field": "timestamp",
2104 "id": "2",
2105 "settings": {
2106 "interval": "auto",
2107 "min_doc_count": 0,
2108 "trimEdges": 0
2109 },
2110 "type": "date_histogram"
2111 }
2112 ],
2113 "datasource": {
2114 "type": "grafana-opensearch-datasource",
2115 "uid": "replace_datasource_uid"
2116 },
2117 "metrics": [
2118 {
2119 "field": "select field",
2120 "id": "1",
2121 "type": "count"
2122 }
2123 ],
2124 "query": "data_office365_Operation:UserLoggedIn AND !data_office365_ActorIpAddress_country_code:COMPANY_COUNTRY_CODE",
2125 "refId": "A",
2126 "timeField": "timestamp"
2127 }
2128 ],
2129 "title": "AUTHS NON TRUSTED SOURCE BY COUNTRY",
2130 "transformations": [
2131 {
2132 "id": "reduce",
2133 "options": {
2134 "reducers": ["sum"]
2135 }
2136 }
2137 ],
2138 "type": "geomap"
2139 },
2140 {
2141 "datasource": {
2142 "type": "grafana-opensearch-datasource",
2143 "uid": "replace_datasource_uid"
2144 },
2145 "fieldConfig": {
2146 "defaults": {
2147 "color": {
2148 "mode": "thresholds"
2149 },
2150 "custom": {
2151 "align": "auto",
2152 "cellOptions": {
2153 "type": "auto"
2154 },
2155 "inspect": false
2156 },
2157 "mappings": [],
2158 "thresholds": {
2159 "mode": "absolute",
2160 "steps": [
2161 {
2162 "color": "orange",
2163 "value": null
2164 }
2165 ]
2166 }
2167 },
2168 "overrides": [
2169 {
2170 "matcher": {
2171 "id": "byName",
2172 "options": "Count"
2173 },
2174 "properties": [
2175 {
2176 "id": "displayName",
2177 "value": "EVENTS"
2178 },
2179 {
2180 "id": "unit",
2181 "value": "short"
2182 },
2183 {
2184 "id": "decimals",
2185 "value": -1
2186 },
2187 {
2188 "id": "custom.align"
2189 },
2190 {
2191 "id": "custom.cellOptions",
2192 "value": {
2193 "type": "color-text"
2194 }
2195 }
2196 ]
2197 },
2198 {
2199 "matcher": {
2200 "id": "byName",
2201 "options": "AD ACCOUNT"
2202 },
2203 "properties": [
2204 {
2205 "id": "custom.width",
2206 "value": 377
2207 },
2208 {
2209 "id": "custom.cellOptions",
2210 "value": {
2211 "type": "color-text"
2212 }
2213 }
2214 ]
2215 },
2216 {
2217 "matcher": {
2218 "id": "byName",
2219 "options": "SRC IP"
2220 },
2221 "properties": [
2222 {
2223 "id": "custom.width",
2224 "value": 166
2225 },
2226 {
2227 "id": "custom.cellOptions",
2228 "value": {
2229 "type": "color-text"
2230 }
2231 }
2232 ]
2233 },
2234 {
2235 "matcher": {
2236 "id": "byName",
2237 "options": "COUNTRY"
2238 },
2239 "properties": [
2240 {
2241 "id": "custom.cellOptions",
2242 "value": {
2243 "type": "color-text"
2244 }
2245 }
2246 ]
2247 }
2248 ]
2249 },
2250 "gridPos": {
2251 "h": 14,
2252 "w": 10,
2253 "x": 14,
2254 "y": 21
2255 },
2256 "id": 63,
2257 "options": {
2258 "cellHeight": "sm",
2259 "footer": {
2260 "countRows": false,
2261 "fields": "",
2262 "reducer": ["sum"],
2263 "show": false
2264 },
2265 "showHeader": true,
2266 "sortBy": []
2267 },
2268 "pluginVersion": "10.4.0",
2269 "targets": [
2270 {
2271 "bucketAggs": [
2272 {
2273 "fake": true,
2274 "field": "data_office365_UserId",
2275 "id": "4",
2276 "settings": {
2277 "min_doc_count": 1,
2278 "order": "desc",
2279 "orderBy": "_count",
2280 "size": "0"
2281 },
2282 "type": "terms"
2283 },
2284 {
2285 "field": "data_office365_ActorIpAddress",
2286 "id": "5",
2287 "settings": {
2288 "min_doc_count": "1",
2289 "order": "desc",
2290 "orderBy": "_term",
2291 "size": "10"
2292 },
2293 "type": "terms"
2294 },
2295 {
2296 "field": "data_office365_ActorIpAddress_country_code",
2297 "id": "6",
2298 "settings": {
2299 "min_doc_count": "1",
2300 "order": "desc",
2301 "orderBy": "_term",
2302 "size": "10"
2303 },
2304 "type": "terms"
2305 }
2306 ],
2307 "datasource": {
2308 "type": "grafana-opensearch-datasource",
2309 "uid": "replace_datasource_uid"
2310 },
2311 "metrics": [
2312 {
2313 "field": "select field",
2314 "id": "1",
2315 "type": "count"
2316 }
2317 ],
2318 "query": "data_office365_Operation:UserLoggedIn AND !data_office365_ActorIpAddress_country_code:COMPANY_COUNTRY_CODE",
2319 "refId": "A",
2320 "timeField": "timestamp"
2321 }
2322 ],
2323 "title": "AUTHS NON TRUSTED SOURCE BY ACCOUNT",
2324 "transformations": [
2325 {
2326 "id": "merge",
2327 "options": {
2328 "reducers": []
2329 }
2330 },
2331 {
2332 "id": "organize",
2333 "options": {
2334 "excludeByName": {},
2335 "indexByName": {},
2336 "renameByName": {
2337 "Count": "AUTH EVENTS",
2338 "data_office365_ActorIpAddress": "SRC IP",
2339 "data_office365_ActorIpAddress_country_code": "COUNTRY",
2340 "data_office365_LogonError": "ERROR",
2341 "data_office365_Operation": "WORKLOAD",
2342 "data_office365_UserId": "AD ACCOUNT"
2343 }
2344 }
2345 }
2346 ],
2347 "type": "table"
2348 },
2349 {
2350 "datasource": {
2351 "type": "grafana-opensearch-datasource",
2352 "uid": "replace_datasource_uid"
2353 },
2354 "fieldConfig": {
2355 "defaults": {
2356 "mappings": [
2357 {
2358 "options": {
2359 "match": "null",
2360 "result": {
2361 "text": "N/A"
2362 }
2363 },
2364 "type": "special"
2365 }
2366 ],
2367 "thresholds": {
2368 "mode": "absolute",
2369 "steps": [
2370 {
2371 "color": "orange",
2372 "value": null
2373 }
2374 ]
2375 },
2376 "unit": "locale"
2377 },
2378 "overrides": []
2379 },
2380 "gridPos": {
2381 "h": 7,
2382 "w": 4,
2383 "x": 0,
2384 "y": 28
2385 },
2386 "id": 64,
2387 "options": {
2388 "colorMode": "value",
2389 "graphMode": "area",
2390 "justifyMode": "auto",
2391 "orientation": "horizontal",
2392 "reduceOptions": {
2393 "calcs": ["sum"],
2394 "fields": "",
2395 "values": false
2396 },
2397 "showPercentChange": false,
2398 "text": {},
2399 "textMode": "auto",
2400 "wideLayout": true
2401 },
2402 "pluginVersion": "10.4.0",
2403 "targets": [
2404 {
2405 "bucketAggs": [
2406 {
2407 "field": "timestamp",
2408 "id": "2",
2409 "settings": {
2410 "interval": "365d",
2411 "min_doc_count": 0,
2412 "trimEdges": 0
2413 },
2414 "type": "date_histogram"
2415 }
2416 ],
2417 "datasource": {
2418 "type": "grafana-opensearch-datasource",
2419 "uid": "replace_datasource_uid"
2420 },
2421 "metrics": [
2422 {
2423 "field": "data_office365_UserId",
2424 "id": "1",
2425 "type": "cardinality"
2426 }
2427 ],
2428 "query": "data_office365_Operation:UserLoggedIn AND !data_office365_ActorIpAddress_country_code:COMPANY_COUNTRY_CODE",
2429 "refId": "A",
2430 "timeField": "timestamp"
2431 }
2432 ],
2433 "title": "AUTHS NON TRUSTED - ACCOUNTS",
2434 "type": "stat"
2435 },
2436 {
2437 "datasource": {
2438 "type": "grafana-opensearch-datasource",
2439 "uid": "replace_datasource_uid"
2440 },
2441 "fieldConfig": {
2442 "defaults": {
2443 "color": {
2444 "mode": "thresholds"
2445 },
2446 "mappings": [
2447 {
2448 "options": {
2449 "match": "null",
2450 "result": {
2451 "text": "N/A"
2452 }
2453 },
2454 "type": "special"
2455 }
2456 ],
2457 "max": 15,
2458 "min": 0,
2459 "thresholds": {
2460 "mode": "absolute",
2461 "steps": [
2462 {
2463 "color": "#299c46",
2464 "value": null
2465 },
2466 {
2467 "color": "rgba(237, 129, 40, 0.89)",
2468 "value": 8
2469 },
2470 {
2471 "color": "#d44a3a",
2472 "value": 12
2473 }
2474 ]
2475 },
2476 "unit": "none"
2477 },
2478 "overrides": []
2479 },
2480 "gridPos": {
2481 "h": 7,
2482 "w": 4,
2483 "x": 0,
2484 "y": 35
2485 },
2486 "id": 16,
2487 "options": {
2488 "minVizHeight": 75,
2489 "minVizWidth": 75,
2490 "orientation": "horizontal",
2491 "reduceOptions": {
2492 "calcs": ["max"],
2493 "fields": "",
2494 "values": false
2495 },
2496 "showThresholdLabels": false,
2497 "showThresholdMarkers": true,
2498 "sizing": "auto",
2499 "text": {}
2500 },
2501 "pluginVersion": "10.4.0",
2502 "targets": [
2503 {
2504 "bucketAggs": [
2505 {
2506 "field": "timestamp",
2507 "id": "2",
2508 "settings": {
2509 "interval": "auto",
2510 "min_doc_count": 0,
2511 "trimEdges": 0
2512 },
2513 "type": "date_histogram"
2514 }
2515 ],
2516 "datasource": {
2517 "type": "grafana-opensearch-datasource",
2518 "uid": "replace_datasource_uid"
2519 },
2520 "metrics": [
2521 {
2522 "field": "rule_level",
2523 "id": "1",
2524 "meta": {},
2525 "settings": {},
2526 "type": "max"
2527 }
2528 ],
2529 "query": "data_office365_Operation:$operation",
2530 "refId": "A",
2531 "timeField": "timestamp"
2532 }
2533 ],
2534 "title": "MAX SEVERITY (0 - 15)",
2535 "type": "gauge"
2536 },
2537 {
2538 "datasource": {
2539 "type": "grafana-opensearch-datasource",
2540 "uid": "replace_datasource_uid"
2541 },
2542 "fieldConfig": {
2543 "defaults": {
2544 "color": {
2545 "mode": "palette-classic"
2546 },
2547 "custom": {
2548 "axisBorderShow": false,
2549 "axisCenteredZero": false,
2550 "axisColorMode": "text",
2551 "axisLabel": "",
2552 "axisPlacement": "auto",
2553 "barAlignment": 0,
2554 "drawStyle": "bars",
2555 "fillOpacity": 0,
2556 "gradientMode": "none",
2557 "hideFrom": {
2558 "legend": false,
2559 "tooltip": false,
2560 "viz": false
2561 },
2562 "insertNulls": false,
2563 "lineInterpolation": "linear",
2564 "lineWidth": 1,
2565 "pointSize": 5,
2566 "scaleDistribution": {
2567 "type": "linear"
2568 },
2569 "showPoints": "auto",
2570 "spanNulls": false,
2571 "stacking": {
2572 "group": "A",
2573 "mode": "none"
2574 },
2575 "thresholdsStyle": {
2576 "mode": "off"
2577 }
2578 },
2579 "mappings": [],
2580 "thresholds": {
2581 "mode": "absolute",
2582 "steps": [
2583 {
2584 "color": "green",
2585 "value": null
2586 },
2587 {
2588 "color": "red",
2589 "value": 80
2590 }
2591 ]
2592 }
2593 },
2594 "overrides": []
2595 },
2596 "gridPos": {
2597 "h": 13,
2598 "w": 20,
2599 "x": 4,
2600 "y": 35
2601 },
2602 "id": 76,
2603 "options": {
2604 "legend": {
2605 "calcs": [],
2606 "displayMode": "table",
2607 "placement": "right",
2608 "showLegend": true
2609 },
2610 "tooltip": {
2611 "mode": "single",
2612 "sort": "none"
2613 }
2614 },
2615 "targets": [
2616 {
2617 "alias": "",
2618 "bucketAggs": [
2619 {
2620 "field": "data_office365_Operation",
2621 "id": "3",
2622 "settings": {
2623 "min_doc_count": "1",
2624 "order": "desc",
2625 "orderBy": "_count",
2626 "size": "10"
2627 },
2628 "type": "terms"
2629 },
2630 {
2631 "field": "data_office365_CreationTime",
2632 "id": "2",
2633 "settings": {
2634 "interval": "5m"
2635 },
2636 "type": "date_histogram"
2637 }
2638 ],
2639 "datasource": {
2640 "type": "grafana-opensearch-datasource",
2641 "uid": "replace_datasource_uid"
2642 },
2643 "metrics": [
2644 {
2645 "id": "1",
2646 "type": "count"
2647 }
2648 ],
2649 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
2650 "refId": "A",
2651 "timeField": "timestamp"
2652 }
2653 ],
2654 "title": "TOP 10 OPERATIONS - HISTOGRAM",
2655 "transparent": true,
2656 "type": "timeseries"
2657 },
2658 {
2659 "datasource": {
2660 "type": "grafana-opensearch-datasource",
2661 "uid": "replace_datasource_uid"
2662 },
2663 "fieldConfig": {
2664 "defaults": {
2665 "mappings": [
2666 {
2667 "options": {
2668 "match": "null",
2669 "result": {
2670 "text": "N/A"
2671 }
2672 },
2673 "type": "special"
2674 }
2675 ],
2676 "thresholds": {
2677 "mode": "absolute",
2678 "steps": [
2679 {
2680 "color": "blue",
2681 "value": null
2682 }
2683 ]
2684 },
2685 "unit": "locale"
2686 },
2687 "overrides": []
2688 },
2689 "gridPos": {
2690 "h": 6,
2691 "w": 4,
2692 "x": 0,
2693 "y": 42
2694 },
2695 "id": 51,
2696 "options": {
2697 "colorMode": "value",
2698 "graphMode": "area",
2699 "justifyMode": "auto",
2700 "orientation": "horizontal",
2701 "reduceOptions": {
2702 "calcs": ["sum"],
2703 "fields": "",
2704 "values": false
2705 },
2706 "showPercentChange": false,
2707 "text": {},
2708 "textMode": "auto",
2709 "wideLayout": true
2710 },
2711 "pluginVersion": "10.4.0",
2712 "targets": [
2713 {
2714 "bucketAggs": [
2715 {
2716 "$$hashKey": "object:331",
2717 "field": "timestamp",
2718 "id": "2",
2719 "settings": {
2720 "interval": "auto",
2721 "min_doc_count": 0,
2722 "trimEdges": 0
2723 },
2724 "type": "date_histogram"
2725 }
2726 ],
2727 "datasource": {
2728 "type": "grafana-opensearch-datasource",
2729 "uid": "replace_datasource_uid"
2730 },
2731 "metrics": [
2732 {
2733 "$$hashKey": "object:329",
2734 "field": "select field",
2735 "id": "1",
2736 "type": "count"
2737 }
2738 ],
2739 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
2740 "refId": "A",
2741 "timeField": "timestamp"
2742 }
2743 ],
2744 "title": "EVENTS (Total)",
2745 "type": "stat"
2746 },
2747 {
2748 "datasource": {
2749 "type": "grafana-opensearch-datasource",
2750 "uid": "replace_datasource_uid"
2751 },
2752 "fieldConfig": {
2753 "defaults": {
2754 "mappings": [
2755 {
2756 "options": {
2757 "match": "null",
2758 "result": {
2759 "text": "N/A"
2760 }
2761 },
2762 "type": "special"
2763 }
2764 ],
2765 "thresholds": {
2766 "mode": "absolute",
2767 "steps": [
2768 {
2769 "color": "red",
2770 "value": null
2771 }
2772 ]
2773 },
2774 "unit": "locale"
2775 },
2776 "overrides": []
2777 },
2778 "gridPos": {
2779 "h": 6,
2780 "w": 4,
2781 "x": 0,
2782 "y": 48
2783 },
2784 "id": 52,
2785 "options": {
2786 "colorMode": "value",
2787 "graphMode": "area",
2788 "justifyMode": "auto",
2789 "orientation": "horizontal",
2790 "reduceOptions": {
2791 "calcs": ["sum"],
2792 "fields": "",
2793 "values": false
2794 },
2795 "showPercentChange": false,
2796 "text": {},
2797 "textMode": "auto",
2798 "wideLayout": true
2799 },
2800 "pluginVersion": "10.4.0",
2801 "targets": [
2802 {
2803 "bucketAggs": [
2804 {
2805 "$$hashKey": "object:331",
2806 "field": "timestamp",
2807 "id": "2",
2808 "settings": {
2809 "interval": "auto",
2810 "min_doc_count": 0,
2811 "trimEdges": 0
2812 },
2813 "type": "date_histogram"
2814 }
2815 ],
2816 "datasource": {
2817 "type": "grafana-opensearch-datasource",
2818 "uid": "replace_datasource_uid"
2819 },
2820 "metrics": [
2821 {
2822 "$$hashKey": "object:329",
2823 "field": "select field",
2824 "id": "1",
2825 "type": "count"
2826 }
2827 ],
2828 "query": "data_office365_Operation:UserLoginFailed AND rule_level:$rule_level",
2829 "refId": "A",
2830 "timeField": "timestamp"
2831 }
2832 ],
2833 "title": "AZURE AD - FAILED AUTHS",
2834 "type": "stat"
2835 },
2836 {
2837 "datasource": {
2838 "type": "grafana-opensearch-datasource",
2839 "uid": "replace_datasource_uid"
2840 },
2841 "fieldConfig": {
2842 "defaults": {
2843 "color": {
2844 "mode": "thresholds"
2845 },
2846 "custom": {
2847 "hideFrom": {
2848 "legend": false,
2849 "tooltip": false,
2850 "viz": false
2851 }
2852 },
2853 "mappings": [],
2854 "thresholds": {
2855 "mode": "absolute",
2856 "steps": [
2857 {
2858 "color": "rgba(245, 54, 54, 0.9)",
2859 "value": null
2860 },
2861 {
2862 "color": "rgba(237, 129, 40, 0.89)",
2863 "value": 0
2864 },
2865 {
2866 "color": "rgba(50, 172, 45, 0.97)",
2867 "value": 10
2868 }
2869 ]
2870 }
2871 },
2872 "overrides": []
2873 },
2874 "gridPos": {
2875 "h": 12,
2876 "w": 10,
2877 "x": 4,
2878 "y": 48
2879 },
2880 "id": 50,
2881 "maxDataPoints": 1,
2882 "options": {
2883 "basemap": {
2884 "name": "Basemap",
2885 "type": "default"
2886 },
2887 "controls": {
2888 "mouseWheelZoom": false,
2889 "showAttribution": true,
2890 "showDebug": false,
2891 "showMeasure": false,
2892 "showScale": false,
2893 "showZoom": true
2894 },
2895 "layers": [
2896 {
2897 "config": {
2898 "showLegend": true,
2899 "style": {
2900 "color": {
2901 "fixed": "dark-green"
2902 },
2903 "opacity": 0.4,
2904 "rotation": {
2905 "fixed": 0,
2906 "max": 360,
2907 "min": -360,
2908 "mode": "mod"
2909 },
2910 "size": {
2911 "fixed": 5,
2912 "max": 30,
2913 "min": 2
2914 },
2915 "symbol": {
2916 "fixed": "img/icons/marker/circle.svg",
2917 "mode": "fixed"
2918 },
2919 "symbolAlign": {
2920 "horizontal": "center",
2921 "vertical": "center"
2922 },
2923 "textConfig": {
2924 "fontSize": 12,
2925 "offsetX": 0,
2926 "offsetY": 0,
2927 "textAlign": "center",
2928 "textBaseline": "middle"
2929 }
2930 }
2931 },
2932 "location": {
2933 "gazetteer": "public/gazetteer/countries.json",
2934 "mode": "lookup"
2935 },
2936 "name": "Layer 0",
2937 "tooltip": true,
2938 "type": "markers"
2939 }
2940 ],
2941 "tooltip": {
2942 "mode": "details"
2943 },
2944 "view": {
2945 "allLayers": true,
2946 "id": "zero",
2947 "lat": 0,
2948 "lon": 0,
2949 "zoom": 1
2950 }
2951 },
2952 "pluginVersion": "10.4.0",
2953 "targets": [
2954 {
2955 "bucketAggs": [
2956 {
2957 "fake": true,
2958 "field": "data_office365_ActorIpAddress_country_code",
2959 "id": "3",
2960 "settings": {
2961 "min_doc_count": 1,
2962 "order": "desc",
2963 "orderBy": "_term",
2964 "size": "0"
2965 },
2966 "type": "terms"
2967 },
2968 {
2969 "field": "timestamp",
2970 "id": "2",
2971 "settings": {
2972 "interval": "auto",
2973 "min_doc_count": 0,
2974 "trimEdges": 0
2975 },
2976 "type": "date_histogram"
2977 }
2978 ],
2979 "datasource": {
2980 "type": "grafana-opensearch-datasource",
2981 "uid": "replace_datasource_uid"
2982 },
2983 "metrics": [
2984 {
2985 "field": "select field",
2986 "id": "1",
2987 "type": "count"
2988 }
2989 ],
2990 "query": "data_office365_Workload:AzureActiveDirectory AND rule_level:$rule_level",
2991 "refId": "A",
2992 "timeField": "timestamp"
2993 }
2994 ],
2995 "title": "AZURE AD - ALL AUTH EVENTS BY COUNTRY",
2996 "transformations": [
2997 {
2998 "id": "reduce",
2999 "options": {
3000 "reducers": ["sum"]
3001 }
3002 }
3003 ],
3004 "type": "geomap"
3005 },
3006 {
3007 "datasource": {
3008 "type": "grafana-opensearch-datasource",
3009 "uid": "replace_datasource_uid"
3010 },
3011 "fieldConfig": {
3012 "defaults": {
3013 "color": {
3014 "mode": "thresholds"
3015 },
3016 "custom": {
3017 "align": "auto",
3018 "cellOptions": {
3019 "type": "auto"
3020 },
3021 "filterable": true,
3022 "inspect": false
3023 },
3024 "mappings": [],
3025 "thresholds": {
3026 "mode": "absolute",
3027 "steps": [
3028 {
3029 "color": "orange",
3030 "value": null
3031 }
3032 ]
3033 }
3034 },
3035 "overrides": [
3036 {
3037 "matcher": {
3038 "id": "byName",
3039 "options": "Count"
3040 },
3041 "properties": [
3042 {
3043 "id": "displayName",
3044 "value": "EVENTS"
3045 },
3046 {
3047 "id": "unit",
3048 "value": "short"
3049 },
3050 {
3051 "id": "decimals",
3052 "value": -1
3053 },
3054 {
3055 "id": "custom.align"
3056 },
3057 {
3058 "id": "custom.cellOptions",
3059 "value": {
3060 "type": "color-text"
3061 }
3062 }
3063 ]
3064 },
3065 {
3066 "matcher": {
3067 "id": "byName",
3068 "options": "AD ACCOUNT"
3069 },
3070 "properties": [
3071 {
3072 "id": "custom.width",
3073 "value": 377
3074 },
3075 {
3076 "id": "custom.cellOptions",
3077 "value": {
3078 "type": "color-text"
3079 }
3080 }
3081 ]
3082 },
3083 {
3084 "matcher": {
3085 "id": "byName",
3086 "options": "data_office365_LogonError"
3087 },
3088 "properties": [
3089 {
3090 "id": "custom.width",
3091 "value": 326
3092 },
3093 {
3094 "id": "custom.cellOptions",
3095 "value": {
3096 "type": "color-text"
3097 }
3098 },
3099 {
3100 "id": "links",
3101 "value": [
3102 {
3103 "targetBlank": true,
3104 "title": "MICROSOFT LOGON ERROR",
3105 "url": "https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-aadsts-error-codes"
3106 }
3107 ]
3108 }
3109 ]
3110 }
3111 ]
3112 },
3113 "gridPos": {
3114 "h": 32,
3115 "w": 10,
3116 "x": 14,
3117 "y": 48
3118 },
3119 "id": 58,
3120 "options": {
3121 "cellHeight": "sm",
3122 "footer": {
3123 "countRows": false,
3124 "fields": "",
3125 "reducer": ["sum"],
3126 "show": false
3127 },
3128 "showHeader": true,
3129 "sortBy": []
3130 },
3131 "pluginVersion": "10.4.0",
3132 "targets": [
3133 {
3134 "bucketAggs": [
3135 {
3136 "fake": true,
3137 "field": "data_office365_UserId",
3138 "id": "4",
3139 "settings": {
3140 "min_doc_count": 1,
3141 "order": "desc",
3142 "orderBy": "_count",
3143 "size": "0"
3144 },
3145 "type": "terms"
3146 },
3147 {
3148 "field": "data_office365_LogonError",
3149 "id": "5",
3150 "settings": {
3151 "min_doc_count": "1",
3152 "order": "desc",
3153 "orderBy": "_count",
3154 "size": "10"
3155 },
3156 "type": "terms"
3157 },
3158 {
3159 "field": "data_office365_ActorIpAddress_country_code",
3160 "id": "6",
3161 "settings": {
3162 "min_doc_count": "1",
3163 "order": "desc",
3164 "orderBy": "1",
3165 "size": "0"
3166 },
3167 "type": "terms"
3168 }
3169 ],
3170 "datasource": {
3171 "type": "grafana-opensearch-datasource",
3172 "uid": "replace_datasource_uid"
3173 },
3174 "metrics": [
3175 {
3176 "field": "select field",
3177 "id": "1",
3178 "type": "count"
3179 }
3180 ],
3181 "query": "data_office365_Operation:UserLoginFailed AND rule_level:$rule_level",
3182 "refId": "A",
3183 "timeField": "timestamp"
3184 }
3185 ],
3186 "title": "FAILED AUTHS BY ACCOUNT AND ERROR",
3187 "transformations": [
3188 {
3189 "id": "organize",
3190 "options": {
3191 "excludeByName": {},
3192 "indexByName": {},
3193 "renameByName": {
3194 "Count": "EVENTS",
3195 "data_office365_ActorIpAddress_country_code": "COUNTRY",
3196 "data_office365_LogonError": "ERROR",
3197 "data_office365_Operation": "WORKLOAD",
3198 "data_office365_UserId": "AD ACCOUNT"
3199 }
3200 }
3201 }
3202 ],
3203 "type": "table"
3204 },
3205 {
3206 "datasource": {
3207 "type": "grafana-opensearch-datasource",
3208 "uid": "replace_datasource_uid"
3209 },
3210 "fieldConfig": {
3211 "defaults": {
3212 "mappings": [
3213 {
3214 "options": {
3215 "match": "null",
3216 "result": {
3217 "text": "N/A"
3218 }
3219 },
3220 "type": "special"
3221 }
3222 ],
3223 "thresholds": {
3224 "mode": "absolute",
3225 "steps": [
3226 {
3227 "color": "blue",
3228 "value": null
3229 }
3230 ]
3231 },
3232 "unit": "locale"
3233 },
3234 "overrides": []
3235 },
3236 "gridPos": {
3237 "h": 6,
3238 "w": 4,
3239 "x": 0,
3240 "y": 54
3241 },
3242 "id": 18,
3243 "options": {
3244 "colorMode": "value",
3245 "graphMode": "area",
3246 "justifyMode": "auto",
3247 "orientation": "horizontal",
3248 "reduceOptions": {
3249 "calcs": ["sum"],
3250 "fields": "",
3251 "values": false
3252 },
3253 "showPercentChange": false,
3254 "text": {},
3255 "textMode": "auto",
3256 "wideLayout": true
3257 },
3258 "pluginVersion": "10.4.0",
3259 "targets": [
3260 {
3261 "bucketAggs": [
3262 {
3263 "$$hashKey": "object:331",
3264 "field": "timestamp",
3265 "id": "2",
3266 "settings": {
3267 "interval": "auto",
3268 "min_doc_count": 0,
3269 "trimEdges": 0
3270 },
3271 "type": "date_histogram"
3272 }
3273 ],
3274 "datasource": {
3275 "type": "grafana-opensearch-datasource",
3276 "uid": "replace_datasource_uid"
3277 },
3278 "metrics": [
3279 {
3280 "$$hashKey": "object:329",
3281 "field": "select field",
3282 "id": "1",
3283 "type": "count"
3284 }
3285 ],
3286 "query": "data_office365_Operation:UserLoggedIn AND rule_level:$rule_level",
3287 "refId": "A",
3288 "timeField": "timestamp"
3289 }
3290 ],
3291 "title": "AZURE AD - TOTAL AUTHS",
3292 "type": "stat"
3293 },
3294 {
3295 "datasource": {
3296 "type": "grafana-opensearch-datasource",
3297 "uid": "replace_datasource_uid"
3298 },
3299 "fieldConfig": {
3300 "defaults": {
3301 "color": {
3302 "mode": "thresholds"
3303 },
3304 "mappings": [],
3305 "thresholds": {
3306 "mode": "absolute",
3307 "steps": [
3308 {
3309 "color": "green",
3310 "value": null
3311 },
3312 {
3313 "color": "red",
3314 "value": 80
3315 }
3316 ]
3317 }
3318 },
3319 "overrides": []
3320 },
3321 "gridPos": {
3322 "h": 10,
3323 "w": 14,
3324 "x": 0,
3325 "y": 60
3326 },
3327 "id": 57,
3328 "options": {
3329 "displayMode": "gradient",
3330 "maxVizHeight": 300,
3331 "minVizHeight": 10,
3332 "minVizWidth": 0,
3333 "namePlacement": "auto",
3334 "orientation": "horizontal",
3335 "reduceOptions": {
3336 "calcs": ["sum"],
3337 "fields": "",
3338 "values": false
3339 },
3340 "showUnfilled": true,
3341 "sizing": "auto",
3342 "valueMode": "color"
3343 },
3344 "pluginVersion": "10.4.0",
3345 "targets": [
3346 {
3347 "alias": "",
3348 "bucketAggs": [
3349 {
3350 "field": "data_office365_LogonError",
3351 "id": "2",
3352 "settings": {
3353 "min_doc_count": "1",
3354 "order": "desc",
3355 "orderBy": "_count",
3356 "size": "15"
3357 },
3358 "type": "terms"
3359 },
3360 {
3361 "field": "timestamp",
3362 "id": "3",
3363 "settings": {
3364 "interval": "auto",
3365 "min_doc_count": "1",
3366 "timeZone": "utc",
3367 "trimEdges": "0"
3368 },
3369 "type": "date_histogram"
3370 }
3371 ],
3372 "datasource": {
3373 "type": "grafana-opensearch-datasource",
3374 "uid": "replace_datasource_uid"
3375 },
3376 "metrics": [
3377 {
3378 "id": "1",
3379 "type": "count"
3380 }
3381 ],
3382 "query": "",
3383 "refId": "A",
3384 "timeField": "timestamp"
3385 }
3386 ],
3387 "title": "FAILED AUTHS BY ERROR (Top 15)",
3388 "type": "bargauge"
3389 },
3390 {
3391 "datasource": {
3392 "type": "grafana-opensearch-datasource",
3393 "uid": "replace_datasource_uid"
3394 },
3395 "fieldConfig": {
3396 "defaults": {
3397 "color": {
3398 "mode": "thresholds"
3399 },
3400 "mappings": [],
3401 "thresholds": {
3402 "mode": "absolute",
3403 "steps": [
3404 {
3405 "color": "green",
3406 "value": null
3407 },
3408 {
3409 "color": "red",
3410 "value": 80
3411 }
3412 ]
3413 }
3414 },
3415 "overrides": []
3416 },
3417 "gridPos": {
3418 "h": 10,
3419 "w": 14,
3420 "x": 0,
3421 "y": 70
3422 },
3423 "id": 72,
3424 "options": {
3425 "displayMode": "gradient",
3426 "maxVizHeight": 300,
3427 "minVizHeight": 10,
3428 "minVizWidth": 0,
3429 "namePlacement": "auto",
3430 "orientation": "horizontal",
3431 "reduceOptions": {
3432 "calcs": ["sum"],
3433 "fields": "",
3434 "values": false
3435 },
3436 "showUnfilled": true,
3437 "sizing": "auto",
3438 "valueMode": "color"
3439 },
3440 "pluginVersion": "10.4.0",
3441 "targets": [
3442 {
3443 "alias": "",
3444 "bucketAggs": [
3445 {
3446 "field": "data_office365_ExtendedProperties_UserAgent",
3447 "id": "2",
3448 "settings": {
3449 "min_doc_count": "1",
3450 "order": "desc",
3451 "orderBy": "_count",
3452 "size": "15"
3453 },
3454 "type": "terms"
3455 },
3456 {
3457 "field": "timestamp",
3458 "id": "3",
3459 "settings": {
3460 "interval": "auto",
3461 "min_doc_count": "1",
3462 "timeZone": "utc",
3463 "trimEdges": "0"
3464 },
3465 "type": "date_histogram"
3466 }
3467 ],
3468 "datasource": {
3469 "type": "grafana-opensearch-datasource",
3470 "uid": "replace_datasource_uid"
3471 },
3472 "metrics": [
3473 {
3474 "id": "1",
3475 "type": "count"
3476 }
3477 ],
3478 "query": "data_office365_Operation:UserLoggedIn AND data_office365_ResultStatus:Success",
3479 "refId": "A",
3480 "timeField": "timestamp"
3481 }
3482 ],
3483 "title": "SUCCESSFUL AUTHS BY USER AGENT (Top 15)",
3484 "type": "bargauge"
3485 },
3486 {
3487 "datasource": {
3488 "type": "grafana-opensearch-datasource",
3489 "uid": "replace_datasource_uid"
3490 },
3491 "fieldConfig": {
3492 "defaults": {
3493 "color": {
3494 "mode": "thresholds"
3495 },
3496 "custom": {
3497 "align": "auto",
3498 "cellOptions": {
3499 "type": "auto"
3500 },
3501 "filterable": true,
3502 "inspect": false
3503 },
3504 "mappings": [],
3505 "thresholds": {
3506 "mode": "absolute",
3507 "steps": [
3508 {
3509 "color": "green",
3510 "value": null
3511 },
3512 {
3513 "color": "red",
3514 "value": 80
3515 }
3516 ]
3517 }
3518 },
3519 "overrides": [
3520 {
3521 "matcher": {
3522 "id": "byName",
3523 "options": "rule_level"
3524 },
3525 "properties": [
3526 {
3527 "id": "displayName",
3528 "value": "RULE LEVEL"
3529 },
3530 {
3531 "id": "unit",
3532 "value": "short"
3533 },
3534 {
3535 "id": "decimals",
3536 "value": -1
3537 },
3538 {
3539 "id": "custom.cellOptions",
3540 "value": {
3541 "mode": "gradient",
3542 "type": "color-background"
3543 }
3544 },
3545 {
3546 "id": "custom.align"
3547 },
3548 {
3549 "id": "thresholds",
3550 "value": {
3551 "mode": "absolute",
3552 "steps": [
3553 {
3554 "color": "#37872D",
3555 "value": null
3556 },
3557 {
3558 "color": "rgba(237, 129, 40, 0.89)",
3559 "value": 7
3560 },
3561 {
3562 "color": "rgba(245, 54, 54, 0.9)",
3563 "value": 12
3564 }
3565 ]
3566 }
3567 }
3568 ]
3569 },
3570 {
3571 "matcher": {
3572 "id": "byName",
3573 "options": "Date/Time"
3574 },
3575 "properties": [
3576 {
3577 "id": "custom.width",
3578 "value": 242
3579 }
3580 ]
3581 },
3582 {
3583 "matcher": {
3584 "id": "byName",
3585 "options": "MITRE TACTIC"
3586 },
3587 "properties": [
3588 {
3589 "id": "custom.width",
3590 "value": 332
3591 }
3592 ]
3593 },
3594 {
3595 "matcher": {
3596 "id": "byName",
3597 "options": "IP ADDRESS"
3598 },
3599 "properties": [
3600 {
3601 "id": "custom.width",
3602 "value": 163
3603 }
3604 ]
3605 },
3606 {
3607 "matcher": {
3608 "id": "byName",
3609 "options": "MITRE TECHNIQUE"
3610 },
3611 "properties": [
3612 {
3613 "id": "custom.width",
3614 "value": 312
3615 }
3616 ]
3617 },
3618 {
3619 "matcher": {
3620 "id": "byName",
3621 "options": "EVENT ID"
3622 },
3623 "properties": [
3624 {
3625 "id": "links",
3626 "value": [
3627 {
3628 "targetBlank": true,
3629 "title": "VIEW EVENT DETAILS",
3630 "url": "https://grafana.company.local/explore?left=%5B%22now-6h%22,%22now%22,%22O365%22,%7B%22refId%22:%22A%22,%22query%22:%22_id:${__value.text}%22,%22alias%22:%22%22,%22metrics%22:%5B%7B%22id%22:%221%22,%22type%22:%22logs%22,%22settings%22:%7B%22limit%22:%22500%22%7D%7D%5D,%22bucketAggs%22:%5B%7B%22type%22:%22date_histogram%22,%22id%22:%221%22,%22settings%22:%7B%22interval%22:%22auto%22%7D%7D%5D,%22timeField%22:%22timestamp%22%7D%5D"
3631 }
3632 ]
3633 },
3634 {
3635 "id": "custom.width",
3636 "value": 336
3637 }
3638 ]
3639 },
3640 {
3641 "matcher": {
3642 "id": "byName",
3643 "options": "RESULT"
3644 },
3645 "properties": [
3646 {
3647 "id": "custom.width",
3648 "value": 118
3649 },
3650 {
3651 "id": "mappings",
3652 "value": [
3653 {
3654 "options": {
3655 "Failed": {
3656 "color": "orange",
3657 "index": 1
3658 },
3659 "Success": {
3660 "color": "green",
3661 "index": 0
3662 }
3663 },
3664 "type": "value"
3665 }
3666 ]
3667 },
3668 {
3669 "id": "custom.cellOptions",
3670 "value": {
3671 "type": "color-text"
3672 }
3673 }
3674 ]
3675 },
3676 {
3677 "matcher": {
3678 "id": "byName",
3679 "options": "SRC IP"
3680 },
3681 "properties": [
3682 {
3683 "id": "custom.width",
3684 "value": 265
3685 }
3686 ]
3687 },
3688 {
3689 "matcher": {
3690 "id": "byName",
3691 "options": "ACCOUNT"
3692 },
3693 "properties": [
3694 {
3695 "id": "custom.width",
3696 "value": 343
3697 }
3698 ]
3699 },
3700 {
3701 "matcher": {
3702 "id": "byName",
3703 "options": "EVENT TIME"
3704 },
3705 "properties": [
3706 {
3707 "id": "custom.width",
3708 "value": 195
3709 }
3710 ]
3711 }
3712 ]
3713 },
3714 "gridPos": {
3715 "h": 16,
3716 "w": 24,
3717 "x": 0,
3718 "y": 80
3719 },
3720 "id": 27,
3721 "options": {
3722 "cellHeight": "sm",
3723 "footer": {
3724 "countRows": false,
3725 "enablePagination": true,
3726 "fields": "",
3727 "reducer": ["sum"],
3728 "show": false
3729 },
3730 "showHeader": true,
3731 "sortBy": []
3732 },
3733 "pluginVersion": "10.4.0",
3734 "targets": [
3735 {
3736 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
3737 "datasource": {
3738 "type": "grafana-opensearch-datasource",
3739 "uid": "replace_datasource_uid"
3740 },
3741 "metrics": [
3742 {
3743 "id": "1",
3744 "settings": {
3745 "size": "250"
3746 },
3747 "type": "raw_data"
3748 }
3749 ],
3750 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
3751 "refId": "A",
3752 "timeField": "timestamp"
3753 }
3754 ],
3755 "title": "EVENTS",
3756 "transformations": [
3757 {
3758 "id": "organize",
3759 "options": {
3760 "excludeByName": {
3761 "@metadata_beat": true,
3762 "@metadata_type": true,
3763 "@metadata_version": true,
3764 "IMPHASH": true,
3765 "MD5": true,
3766 "SHA1": true,
3767 "SHA256": true,
3768 "_id": false,
3769 "_index": true,
3770 "_type": true,
3771 "agent_ephemeral_id": true,
3772 "agent_hostname": true,
3773 "agent_id": true,
3774 "agent_ip_city_name": true,
3775 "agent_ip_country_code": true,
3776 "agent_ip_geolocation": true,
3777 "agent_name": true,
3778 "agent_type": true,
3779 "agent_version": true,
3780 "beats_type": true,
3781 "cluster_name": true,
3782 "cluster_node": true,
3783 "collector_node_id": true,
3784 "data_alert_action": true,
3785 "data_alert_category": true,
3786 "data_alert_gid": true,
3787 "data_alert_rev": true,
3788 "data_alert_severity": true,
3789 "data_alert_signature": true,
3790 "data_alert_signature_id": true,
3791 "data_app_proto": true,
3792 "data_audit_auid": true,
3793 "data_audit_command": true,
3794 "data_audit_euid": true,
3795 "data_audit_exe": true,
3796 "data_audit_gid": true,
3797 "data_audit_id": true,
3798 "data_audit_pid": true,
3799 "data_audit_res": true,
3800 "data_audit_session": true,
3801 "data_audit_type": true,
3802 "data_audit_uid": true,
3803 "data_dest_ip": true,
3804 "data_dest_port": true,
3805 "data_dstuser": true,
3806 "data_event_type": true,
3807 "data_extra_data": true,
3808 "data_file": true,
3809 "data_flow_bytes_toclient": true,
3810 "data_flow_bytes_toserver": true,
3811 "data_flow_id": true,
3812 "data_flow_pkts_toclient": true,
3813 "data_flow_pkts_toserver": true,
3814 "data_flow_start": true,
3815 "data_http_http_content_type": true,
3816 "data_http_http_port": true,
3817 "data_http_length": true,
3818 "data_http_status": true,
3819 "data_http_url": true,
3820 "data_id": true,
3821 "data_in_iface": true,
3822 "data_integration": true,
3823 "data_label": true,
3824 "data_metadata_flowbits": true,
3825 "data_metadata_flowints_http_anomaly_count": true,
3826 "data_metadata_flowints_tcp_retransmission_count": true,
3827 "data_office365_Actor": true,
3828 "data_office365_ActorContextId": true,
3829 "data_office365_ActorIpAddress": false,
3830 "data_office365_ActorIpAddress_city_name": true,
3831 "data_office365_ActorIpAddress_country_code": true,
3832 "data_office365_ActorIpAddress_geolocation": true,
3833 "data_office365_ApplicationId": true,
3834 "data_office365_AzureActiveDirectoryEventType": true,
3835 "data_office365_ClientIP": true,
3836 "data_office365_ClientIP_city_name": true,
3837 "data_office365_ClientIP_country_code": true,
3838 "data_office365_ClientIP_geolocation": true,
3839 "data_office365_CreationTime": false,
3840 "data_office365_DeviceProperties": true,
3841 "data_office365_ErrorNumber": true,
3842 "data_office365_ExtendedProperties": true,
3843 "data_office365_Id": true,
3844 "data_office365_InterSystemsId": true,
3845 "data_office365_IntraSystemId": true,
3846 "data_office365_LogonError": true,
3847 "data_office365_ModifiedProperties": true,
3848 "data_office365_ObjectId": true,
3849 "data_office365_Operation": true,
3850 "data_office365_OrganizationId": true,
3851 "data_office365_RecordType": true,
3852 "data_office365_ResultStatus": false,
3853 "data_office365_Subscription": true,
3854 "data_office365_Target": true,
3855 "data_office365_TargetContextId": true,
3856 "data_office365_UserId": false,
3857 "data_office365_UserKey": true,
3858 "data_office365_UserType": true,
3859 "data_office365_Version": true,
3860 "data_office365_Workload": true,
3861 "data_osquery_action": true,
3862 "data_osquery_calendarTime": true,
3863 "data_osquery_columns_address": true,
3864 "data_osquery_columns_address_city_name": true,
3865 "data_osquery_columns_address_country_code": true,
3866 "data_osquery_columns_address_geolocation": true,
3867 "data_osquery_columns_cmdline": true,
3868 "data_osquery_columns_cwd": true,
3869 "data_osquery_columns_description": true,
3870 "data_osquery_columns_directory": true,
3871 "data_osquery_columns_disk_bytes_read": true,
3872 "data_osquery_columns_disk_bytes_written": true,
3873 "data_osquery_columns_egid": true,
3874 "data_osquery_columns_euid": true,
3875 "data_osquery_columns_family": true,
3876 "data_osquery_columns_fd": true,
3877 "data_osquery_columns_gid": true,
3878 "data_osquery_columns_gid_signed": true,
3879 "data_osquery_columns_host": true,
3880 "data_osquery_columns_interface": true,
3881 "data_osquery_columns_local_address": true,
3882 "data_osquery_columns_local_address_city_name": true,
3883 "data_osquery_columns_local_address_country_code": true,
3884 "data_osquery_columns_local_address_geolocation": true,
3885 "data_osquery_columns_local_port": true,
3886 "data_osquery_columns_mac": true,
3887 "data_osquery_columns_name": true,
3888 "data_osquery_columns_net_namespace": true,
3889 "data_osquery_columns_nice": true,
3890 "data_osquery_columns_on_disk": true,
3891 "data_osquery_columns_parent": true,
3892 "data_osquery_columns_path": true,
3893 "data_osquery_columns_pgroup": true,
3894 "data_osquery_columns_pid": true,
3895 "data_osquery_columns_port": true,
3896 "data_osquery_columns_protocol": true,
3897 "data_osquery_columns_remote_address": true,
3898 "data_osquery_columns_remote_address_city_name": true,
3899 "data_osquery_columns_remote_address_country_code": true,
3900 "data_osquery_columns_remote_address_geolocation": true,
3901 "data_osquery_columns_remote_port": true,
3902 "data_osquery_columns_resident_size": true,
3903 "data_osquery_columns_root": true,
3904 "data_osquery_columns_sgid": true,
3905 "data_osquery_columns_shell": true,
3906 "data_osquery_columns_socket": true,
3907 "data_osquery_columns_start_time": true,
3908 "data_osquery_columns_state": true,
3909 "data_osquery_columns_suid": true,
3910 "data_osquery_columns_system_time": true,
3911 "data_osquery_columns_threads": true,
3912 "data_osquery_columns_time_utc": true,
3913 "data_osquery_columns_total_size": true,
3914 "data_osquery_columns_tty": true,
3915 "data_osquery_columns_type": true,
3916 "data_osquery_columns_uid": true,
3917 "data_osquery_columns_uid_signed": true,
3918 "data_osquery_columns_user": true,
3919 "data_osquery_columns_user_time": true,
3920 "data_osquery_columns_username": true,
3921 "data_osquery_columns_wired_size": true,
3922 "data_osquery_counter": true,
3923 "data_osquery_decorations_host_uuid": true,
3924 "data_osquery_decorations_hostname": true,
3925 "data_osquery_epoch": true,
3926 "data_osquery_hostIdentifier": true,
3927 "data_osquery_name": true,
3928 "data_osquery_numerics": true,
3929 "data_osquery_unixTime": true,
3930 "data_proto": true,
3931 "data_sca_check_command": true,
3932 "data_sca_check_compliance_cis": true,
3933 "data_sca_check_compliance_cis_csc": true,
3934 "data_sca_check_compliance_gdpr_IV": true,
3935 "data_sca_check_compliance_gpg_13": true,
3936 "data_sca_check_compliance_hipaa": true,
3937 "data_sca_check_compliance_nist_800_53": true,
3938 "data_sca_check_compliance_pci_dss": true,
3939 "data_sca_check_compliance_tsc": true,
3940 "data_sca_check_description": true,
3941 "data_sca_check_id": true,
3942 "data_sca_check_previous_result": true,
3943 "data_sca_check_rationale": true,
3944 "data_sca_check_remediation": true,
3945 "data_sca_check_result": true,
3946 "data_sca_check_title": true,
3947 "data_sca_description": true,
3948 "data_sca_failed": true,
3949 "data_sca_file": true,
3950 "data_sca_invalid": true,
3951 "data_sca_passed": true,
3952 "data_sca_policy": true,
3953 "data_sca_policy_id": true,
3954 "data_sca_scan_id": true,
3955 "data_sca_score": true,
3956 "data_sca_total_checks": true,
3957 "data_sca_type": true,
3958 "data_script": true,
3959 "data_src_ip": true,
3960 "data_src_ip_city_name": true,
3961 "data_src_ip_country_code": true,
3962 "data_src_ip_geolocation": true,
3963 "data_src_port": true,
3964 "data_srcip": true,
3965 "data_srcip_city_name": true,
3966 "data_srcip_country_code": true,
3967 "data_srcip_geolocation": true,
3968 "data_srcuser": true,
3969 "data_timestamp": true,
3970 "data_title": true,
3971 "data_tls_session_resumed": true,
3972 "data_tls_version": true,
3973 "data_tx_id": true,
3974 "data_type": true,
3975 "data_win_eventXML_binaryData": true,
3976 "data_win_eventXML_binaryDataSize": true,
3977 "data_win_eventXML_param1": true,
3978 "data_win_eventdata_authenticationPackageName": true,
3979 "data_win_eventdata_callTrace": true,
3980 "data_win_eventdata_commandLine": true,
3981 "data_win_eventdata_company": true,
3982 "data_win_eventdata_creationUtcTime": true,
3983 "data_win_eventdata_currentDirectory": true,
3984 "data_win_eventdata_description": true,
3985 "data_win_eventdata_destinationHostname": true,
3986 "data_win_eventdata_destinationIp": true,
3987 "data_win_eventdata_destinationIp_city_name": true,
3988 "data_win_eventdata_destinationIp_country_code": true,
3989 "data_win_eventdata_destinationIp_geolocation": true,
3990 "data_win_eventdata_destinationIsIpv6": true,
3991 "data_win_eventdata_destinationPort": true,
3992 "data_win_eventdata_destinationPortName": true,
3993 "data_win_eventdata_details": true,
3994 "data_win_eventdata_elevatedToken": true,
3995 "data_win_eventdata_eventType": true,
3996 "data_win_eventdata_fileVersion": true,
3997 "data_win_eventdata_fileVersion_city_name": true,
3998 "data_win_eventdata_fileVersion_country_code": true,
3999 "data_win_eventdata_fileVersion_geolocation": true,
4000 "data_win_eventdata_grantedAccess": true,
4001 "data_win_eventdata_hashes": true,
4002 "data_win_eventdata_image": true,
4003 "data_win_eventdata_imageLoaded": true,
4004 "data_win_eventdata_impersonationLevel": true,
4005 "data_win_eventdata_initiated": true,
4006 "data_win_eventdata_integrityLevel": true,
4007 "data_win_eventdata_ipAddress": true,
4008 "data_win_eventdata_ipPort": true,
4009 "data_win_eventdata_keyLength": true,
4010 "data_win_eventdata_logonGuid": true,
4011 "data_win_eventdata_logonId": true,
4012 "data_win_eventdata_logonProcessName": true,
4013 "data_win_eventdata_logonType": true,
4014 "data_win_eventdata_originalFileName": true,
4015 "data_win_eventdata_param1": true,
4016 "data_win_eventdata_param2": true,
4017 "data_win_eventdata_param3": true,
4018 "data_win_eventdata_param4": true,
4019 "data_win_eventdata_parentCommandLine": true,
4020 "data_win_eventdata_parentImage": true,
4021 "data_win_eventdata_parentProcessGuid": true,
4022 "data_win_eventdata_parentProcessId": true,
4023 "data_win_eventdata_processGuid": true,
4024 "data_win_eventdata_processId": true,
4025 "data_win_eventdata_processName": true,
4026 "data_win_eventdata_product": true,
4027 "data_win_eventdata_protocol": true,
4028 "data_win_eventdata_queryName": true,
4029 "data_win_eventdata_queryResults": true,
4030 "data_win_eventdata_queryStatus": true,
4031 "data_win_eventdata_ruleName": true,
4032 "data_win_eventdata_serviceName": true,
4033 "data_win_eventdata_serviceSid": true,
4034 "data_win_eventdata_signature": true,
4035 "data_win_eventdata_signatureStatus": true,
4036 "data_win_eventdata_signed": true,
4037 "data_win_eventdata_sourceHostname": true,
4038 "data_win_eventdata_sourceImage": true,
4039 "data_win_eventdata_sourceIp": true,
4040 "data_win_eventdata_sourceIp_city_name": true,
4041 "data_win_eventdata_sourceIp_country_code": true,
4042 "data_win_eventdata_sourceIp_geolocation": true,
4043 "data_win_eventdata_sourceIsIpv6": true,
4044 "data_win_eventdata_sourcePort": true,
4045 "data_win_eventdata_sourceProcessGUID": true,
4046 "data_win_eventdata_sourceProcessId": true,
4047 "data_win_eventdata_sourceThreadId": true,
4048 "data_win_eventdata_status": true,
4049 "data_win_eventdata_subjectDomainName": true,
4050 "data_win_eventdata_subjectLogonId": true,
4051 "data_win_eventdata_subjectUserName": true,
4052 "data_win_eventdata_subjectUserSid": true,
4053 "data_win_eventdata_targetDomainName": true,
4054 "data_win_eventdata_targetFilename": true,
4055 "data_win_eventdata_targetImage": true,
4056 "data_win_eventdata_targetLinkedLogonId": true,
4057 "data_win_eventdata_targetLogonId": true,
4058 "data_win_eventdata_targetObject": true,
4059 "data_win_eventdata_targetProcessGUID": true,
4060 "data_win_eventdata_targetProcessId": true,
4061 "data_win_eventdata_targetUserName": true,
4062 "data_win_eventdata_targetUserSid": true,
4063 "data_win_eventdata_terminalSessionId": true,
4064 "data_win_eventdata_ticketEncryptionType": true,
4065 "data_win_eventdata_ticketOptions": true,
4066 "data_win_eventdata_user": true,
4067 "data_win_eventdata_utcTime": true,
4068 "data_win_eventdata_virtualAccount": true,
4069 "data_win_system_channel": true,
4070 "data_win_system_computer": true,
4071 "data_win_system_eventID": true,
4072 "data_win_system_eventRecordID": true,
4073 "data_win_system_eventSourceName": true,
4074 "data_win_system_keywords": true,
4075 "data_win_system_level": true,
4076 "data_win_system_message": true,
4077 "data_win_system_opcode": true,
4078 "data_win_system_processID": true,
4079 "data_win_system_providerGuid": true,
4080 "data_win_system_providerName": true,
4081 "data_win_system_severityValue": true,
4082 "data_win_system_systemTime": true,
4083 "data_win_system_task": true,
4084 "data_win_system_threadID": true,
4085 "data_win_system_version": true,
4086 "decoder_name": true,
4087 "decoder_parent": true,
4088 "dns_query": true,
4089 "dns_query_threat_indicated": true,
4090 "dst_ip": true,
4091 "dst_ip_city_name": true,
4092 "dst_ip_country_code": true,
4093 "dst_ip_geolocation": true,
4094 "dst_ip_threat_indicated": true,
4095 "dst_port": true,
4096 "ecs_version": true,
4097 "error": true,
4098 "event_hash": true,
4099 "file_path": true,
4100 "firewall_rule_name": true,
4101 "full_log": false,
4102 "gl2_accounted_message_size": true,
4103 "gl2_message_id": true,
4104 "gl2_processing_error": true,
4105 "gl2_remote_ip": true,
4106 "gl2_remote_port": true,
4107 "gl2_source_collector": true,
4108 "gl2_source_input": true,
4109 "gl2_source_node": true,
4110 "hash_md5": true,
4111 "hash_sha1": true,
4112 "hash_sha256": true,
4113 "highlight": true,
4114 "host_architecture": true,
4115 "host_containerized": true,
4116 "host_hostname": true,
4117 "host_id": true,
4118 "host_ip": true,
4119 "host_mac": true,
4120 "host_name": true,
4121 "host_os_codename": true,
4122 "host_os_kernel": true,
4123 "host_os_name": true,
4124 "host_os_platform": true,
4125 "host_os_version": true,
4126 "hostname": true,
4127 "id": true,
4128 "input_type": true,
4129 "level": true,
4130 "location": true,
4131 "log_file_path": true,
4132 "log_offset": true,
4133 "manager_name": true,
4134 "message": true,
4135 "module": true,
4136 "parent_process_cmd_line": true,
4137 "parent_process_id": true,
4138 "parent_process_image": true,
4139 "pid": true,
4140 "predecoder_hostname": true,
4141 "predecoder_program_name": true,
4142 "predecoder_timestamp": true,
4143 "previous_log": true,
4144 "previous_output": true,
4145 "process_cmd_line": true,
4146 "process_id": true,
4147 "process_image": true,
4148 "process_name": true,
4149 "protocol": true,
4150 "rule_cis": true,
4151 "rule_cis_csc": true,
4152 "rule_firedtimes": true,
4153 "rule_gdpr": true,
4154 "rule_gdpr_IV": true,
4155 "rule_gpg13": true,
4156 "rule_gpg_13": true,
4157 "rule_group1": true,
4158 "rule_group2": true,
4159 "rule_groups": true,
4160 "rule_hipaa": true,
4161 "rule_id": true,
4162 "rule_info": true,
4163 "rule_mail": true,
4164 "rule_mitre_id": true,
4165 "rule_mitre_tactic": false,
4166 "rule_nist_800_53": true,
4167 "rule_pci_dss": true,
4168 "rule_tsc": true,
4169 "scanid": true,
4170 "service": true,
4171 "software_package": true,
4172 "software_vendor": true,
4173 "sort": true,
4174 "source": true,
4175 "source_reserved_ip": true,
4176 "src_ip": true,
4177 "src_ip_city_name": true,
4178 "src_ip_country_code": true,
4179 "src_ip_geolocation": true,
4180 "src_port": true,
4181 "streams": true,
4182 "syscheck_attrs_after": true,
4183 "syscheck_audit_effective_user_id": true,
4184 "syscheck_audit_effective_user_name": true,
4185 "syscheck_audit_group_id": true,
4186 "syscheck_audit_group_name": true,
4187 "syscheck_audit_login_user_id": true,
4188 "syscheck_audit_login_user_name": true,
4189 "syscheck_audit_process_cwd": true,
4190 "syscheck_audit_process_id": true,
4191 "syscheck_audit_process_name": true,
4192 "syscheck_audit_process_parent_cwd": true,
4193 "syscheck_audit_process_parent_name": true,
4194 "syscheck_audit_process_ppid": true,
4195 "syscheck_audit_user_id": true,
4196 "syscheck_audit_user_name": true,
4197 "syscheck_changed_attributes": true,
4198 "syscheck_event": true,
4199 "syscheck_gid_after": true,
4200 "syscheck_gname_after": true,
4201 "syscheck_hard_links": true,
4202 "syscheck_inode_after": true,
4203 "syscheck_inode_before": true,
4204 "syscheck_md5_after": true,
4205 "syscheck_md5_before": true,
4206 "syscheck_mode": true,
4207 "syscheck_mtime_after": true,
4208 "syscheck_mtime_before": true,
4209 "syscheck_path": true,
4210 "syscheck_perm_after": true,
4211 "syscheck_perm_before": true,
4212 "syscheck_sha1_after": true,
4213 "syscheck_sha1_before": true,
4214 "syscheck_sha256_after": true,
4215 "syscheck_sha256_before": true,
4216 "syscheck_size_after": true,
4217 "syscheck_size_before": true,
4218 "syscheck_uid_after": true,
4219 "syscheck_uname_after": true,
4220 "syscheck_win_perm_after": true,
4221 "syscheck_win_perm_after_0_allowed": true,
4222 "syscheck_win_perm_after_0_name": true,
4223 "syscheck_win_perm_after_1_allowed": true,
4224 "syscheck_win_perm_after_1_name": true,
4225 "syscheck_win_perm_after_2_allowed": true,
4226 "syscheck_win_perm_after_2_name": true,
4227 "syscheck_win_perm_after_3_allowed": true,
4228 "syscheck_win_perm_after_3_name": true,
4229 "syslog_customer": true,
4230 "syslog_level": true,
4231 "syslog_tag": true,
4232 "syslog_type": true,
4233 "sysmon_event_description": true,
4234 "threat_ids": true,
4235 "threat_indicated": true,
4236 "threat_names": true,
4237 "time": true,
4238 "timestamp": true,
4239 "true": true,
4240 "user_name": true,
4241 "win_registry_key": true,
4242 "win_system_eventID": true,
4243 "windows_auth_package": true,
4244 "windows_domain": true,
4245 "windows_event_id": true,
4246 "windows_event_severity": true,
4247 "windows_logon_type": true
4248 },
4249 "indexByName": {
4250 "_id": 2,
4251 "_index": 10,
4252 "_type": 11,
4253 "agent_id": 12,
4254 "agent_name": 5,
4255 "cluster_name": 13,
4256 "cluster_node": 14,
4257 "data_office365_Actor": 15,
4258 "data_office365_ActorContextId": 16,
4259 "data_office365_ActorIpAddress": 4,
4260 "data_office365_ActorIpAddress_city_name": 17,
4261 "data_office365_ActorIpAddress_country_code": 18,
4262 "data_office365_ActorIpAddress_geolocation": 19,
4263 "data_office365_ApplicationId": 20,
4264 "data_office365_AzureActiveDirectoryEventType": 21,
4265 "data_office365_ClientIP": 22,
4266 "data_office365_ClientIP_city_name": 23,
4267 "data_office365_ClientIP_country_code": 24,
4268 "data_office365_ClientIP_geolocation": 25,
4269 "data_office365_CreationTime": 0,
4270 "data_office365_DeviceProperties": 26,
4271 "data_office365_ErrorNumber": 27,
4272 "data_office365_ExtendedProperties": 28,
4273 "data_office365_Id": 29,
4274 "data_office365_InterSystemsId": 30,
4275 "data_office365_IntraSystemId": 31,
4276 "data_office365_LogonError": 32,
4277 "data_office365_ModifiedProperties": 33,
4278 "data_office365_ObjectId": 34,
4279 "data_office365_Operation": 42,
4280 "data_office365_OrganizationId": 35,
4281 "data_office365_RecordType": 36,
4282 "data_office365_ResultStatus": 6,
4283 "data_office365_Target": 37,
4284 "data_office365_TargetContextId": 38,
4285 "data_office365_UserId": 3,
4286 "data_office365_UserKey": 39,
4287 "data_office365_UserType": 40,
4288 "data_office365_Version": 41,
4289 "data_office365_Workload": 66,
4290 "decoder_name": 43,
4291 "gl2_accounted_message_size": 44,
4292 "gl2_message_id": 45,
4293 "gl2_processing_error": 46,
4294 "gl2_remote_ip": 47,
4295 "gl2_remote_port": 48,
4296 "gl2_source_input": 49,
4297 "gl2_source_node": 50,
4298 "highlight": 51,
4299 "id": 52,
4300 "location": 53,
4301 "manager_name": 54,
4302 "message": 55,
4303 "rule_description": 7,
4304 "rule_firedtimes": 56,
4305 "rule_group1": 57,
4306 "rule_groups": 58,
4307 "rule_id": 9,
4308 "rule_level": 8,
4309 "rule_mail": 59,
4310 "sort": 60,
4311 "source": 61,
4312 "streams": 62,
4313 "syslog_level": 63,
4314 "syslog_type": 64,
4315 "timestamp": 1,
4316 "true": 65
4317 },
4318 "renameByName": {
4319 "_id": "EVENT ID",
4320 "agent_name": "",
4321 "data_office365_ActorIpAddress": "SRC IP",
4322 "data_office365_CreationTime": "EVENT TIME",
4323 "data_office365_DeviceProperties_BrowserType": "BROWSER",
4324 "data_office365_DeviceProperties_DisplayName": "HOSTNAME",
4325 "data_office365_DeviceProperties_OS": "OS",
4326 "data_office365_ExtendedProperties_RequestType": "REQ TYPE",
4327 "data_office365_ExtendedProperties_ResultStatusDetail": "RESULT",
4328 "data_office365_ExtendedProperties_UserAgent": "AGENT",
4329 "data_office365_ExtendedProperties_UserAuthenticationMethod": "AUTH METHOD",
4330 "data_office365_ResultStatus": "RESULT",
4331 "data_office365_UserId": "ACCOUNT",
4332 "rule_description": "DESCRIPTION",
4333 "rule_id": "RULE ID",
4334 "rule_level": "LEVEL",
4335 "rule_mitre_tactic": "MITRE TACTIC",
4336 "rule_mitre_technique": "MITRE TECHNIQUE",
4337 "timestamp": "Date/Time"
4338 }
4339 }
4340 }
4341 ],
4342 "transparent": true,
4343 "type": "table"
4344 }
4345 ],
4346 "refresh": false,
4347 "schemaVersion": 39,
4348 "tags": ["O365"],
4349 "templating": {
4350 "list": [
4351 {
4352 "datasource": {
4353 "type": "grafana-opensearch-datasource",
4354 "uid": "replace_datasource_uid"
4355 },
4356 "filters": [],
4357 "hide": 0,
4358 "label": "",
4359 "name": "Filters",
4360 "skipUrlSync": false,
4361 "type": "adhoc"
4362 },
4363 {
4364 "current": {
4365 "selected": false,
4366 "text": "All",
4367 "value": "$__all"
4368 },
4369 "datasource": {
4370 "type": "grafana-opensearch-datasource",
4371 "uid": "replace_datasource_uid"
4372 },
4373 "definition": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:AzureActiveDirectory\"}",
4374 "hide": 0,
4375 "includeAll": true,
4376 "label": "Operation",
4377 "multi": false,
4378 "name": "operation",
4379 "options": [],
4380 "query": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:AzureActiveDirectory\"}",
4381 "refresh": 2,
4382 "regex": "",
4383 "skipUrlSync": false,
4384 "sort": 1,
4385 "tagValuesQuery": "",
4386 "tagsQuery": "",
4387 "type": "query",
4388 "useTags": false
4389 },
4390 {
4391 "current": {
4392 "selected": false,
4393 "text": "All",
4394 "value": "$__all"
4395 },
4396 "datasource": {
4397 "type": "grafana-opensearch-datasource",
4398 "uid": "replace_datasource_uid"
4399 },
4400 "definition": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
4401 "hide": 0,
4402 "includeAll": true,
4403 "label": "Rule Level",
4404 "multi": false,
4405 "name": "rule_level",
4406 "options": [],
4407 "query": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
4408 "refresh": 2,
4409 "regex": "",
4410 "skipUrlSync": false,
4411 "sort": 0,
4412 "type": "query"
4413 }
4414 ]
4415 },
4416 "time": {
4417 "from": "now-6h",
4418 "to": "now"
4419 },
4420 "timepicker": {
4421 "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
4422 "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
4423 },
4424 "timezone": "",
4425 "title": "O365 - ACTIVE DIRECTORY",
4426 "weekStart": ""
4427 }