main
json 2,539 lines 61.9 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": 5,
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 "color": {
388 "mode": "thresholds"
389 },
390 "custom": {
391 "align": "auto",
392 "cellOptions": {
393 "type": "auto"
394 },
395 "inspect": false
396 },
397 "mappings": [],
398 "thresholds": {
399 "mode": "absolute",
400 "steps": [
401 {
402 "color": "red",
403 "value": null
404 }
405 ]
406 }
407 },
408 "overrides": [
409 {
410 "matcher": {
411 "id": "byName",
412 "options": "Count"
413 },
414 "properties": [
415 {
416 "id": "displayName",
417 "value": "EVENTS"
418 },
419 {
420 "id": "unit",
421 "value": "short"
422 },
423 {
424 "id": "decimals",
425 "value": -1
426 },
427 {
428 "id": "custom.align"
429 },
430 {
431 "id": "thresholds",
432 "value": {
433 "mode": "absolute",
434 "steps": [
435 {
436 "color": "red",
437 "value": null
438 }
439 ]
440 }
441 }
442 ]
443 }
444 ]
445 },
446 "gridPos": {
447 "h": 7,
448 "w": 6,
449 "x": 13,
450 "y": 0
451 },
452 "id": 61,
453 "options": {
454 "cellHeight": "sm",
455 "footer": {
456 "countRows": false,
457 "fields": "",
458 "reducer": ["sum"],
459 "show": false
460 },
461 "showHeader": true
462 },
463 "pluginVersion": "10.4.0",
464 "targets": [
465 {
466 "bucketAggs": [
467 {
468 "fake": true,
469 "field": "data_office365_DetectionMethod",
470 "id": "4",
471 "settings": {
472 "min_doc_count": 1,
473 "order": "desc",
474 "orderBy": "_count",
475 "size": "0"
476 },
477 "type": "terms"
478 }
479 ],
480 "datasource": {
481 "type": "grafana-opensearch-datasource",
482 "uid": "replace_datasource_uid"
483 },
484 "metrics": [
485 {
486 "field": "select field",
487 "id": "1",
488 "type": "count"
489 }
490 ],
491 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
492 "queryType": "lucene",
493 "refId": "A",
494 "timeField": "timestamp"
495 }
496 ],
497 "title": "EVENTS BY DETECTION",
498 "transformations": [
499 {
500 "id": "organize",
501 "options": {
502 "excludeByName": {},
503 "indexByName": {},
504 "renameByName": {
505 "Count": "EVENTS",
506 "data_office365_DetectionMethod": "DETECTION METHOD",
507 "data_office365_Operation": "OPERATION"
508 }
509 }
510 }
511 ],
512 "type": "table"
513 },
514 {
515 "datasource": {
516 "type": "grafana-opensearch-datasource",
517 "uid": "replace_datasource_uid"
518 },
519 "fieldConfig": {
520 "defaults": {
521 "color": {
522 "mode": "thresholds"
523 },
524 "custom": {
525 "align": "auto",
526 "cellOptions": {
527 "type": "auto"
528 },
529 "inspect": false
530 },
531 "mappings": [],
532 "thresholds": {
533 "mode": "absolute",
534 "steps": [
535 {
536 "color": "red",
537 "value": null
538 }
539 ]
540 }
541 },
542 "overrides": [
543 {
544 "matcher": {
545 "id": "byName",
546 "options": "Count"
547 },
548 "properties": [
549 {
550 "id": "displayName",
551 "value": "EVENTS"
552 },
553 {
554 "id": "unit",
555 "value": "short"
556 },
557 {
558 "id": "decimals",
559 "value": -1
560 },
561 {
562 "id": "custom.align"
563 },
564 {
565 "id": "thresholds",
566 "value": {
567 "mode": "absolute",
568 "steps": [
569 {
570 "color": "red",
571 "value": null
572 }
573 ]
574 }
575 }
576 ]
577 },
578 {
579 "matcher": {
580 "id": "byName",
581 "options": "DELIVERY ACTION"
582 },
583 "properties": [
584 {
585 "id": "color",
586 "value": {
587 "mode": "fixed"
588 }
589 },
590 {
591 "id": "mappings",
592 "value": [
593 {
594 "options": {
595 "Blocked": {
596 "color": "green",
597 "index": 0
598 },
599 "Delivered": {
600 "color": "light-red",
601 "index": 1
602 },
603 "DeliveredAsSpam": {
604 "color": "orange",
605 "index": 2
606 }
607 },
608 "type": "value"
609 }
610 ]
611 },
612 {
613 "id": "custom.cellOptions",
614 "value": {
615 "type": "color-text"
616 }
617 }
618 ]
619 }
620 ]
621 },
622 "gridPos": {
623 "h": 7,
624 "w": 5,
625 "x": 19,
626 "y": 0
627 },
628 "id": 62,
629 "options": {
630 "cellHeight": "sm",
631 "footer": {
632 "countRows": false,
633 "fields": "",
634 "reducer": ["sum"],
635 "show": false
636 },
637 "showHeader": true
638 },
639 "pluginVersion": "10.4.0",
640 "targets": [
641 {
642 "bucketAggs": [
643 {
644 "fake": true,
645 "field": "data_office365_DeliveryAction",
646 "id": "4",
647 "settings": {
648 "min_doc_count": 1,
649 "order": "desc",
650 "orderBy": "_count",
651 "size": "0"
652 },
653 "type": "terms"
654 }
655 ],
656 "datasource": {
657 "type": "grafana-opensearch-datasource",
658 "uid": "replace_datasource_uid"
659 },
660 "metrics": [
661 {
662 "field": "select field",
663 "id": "1",
664 "type": "count"
665 }
666 ],
667 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
668 "queryType": "lucene",
669 "refId": "A",
670 "timeField": "timestamp"
671 }
672 ],
673 "title": "EVENTS BY ACTION (EXCHANGE)",
674 "transformations": [
675 {
676 "id": "organize",
677 "options": {
678 "excludeByName": {},
679 "indexByName": {},
680 "renameByName": {
681 "Count": "EVENTS",
682 "data_office365_DeliveryAction": "DELIVERY ACTION",
683 "data_office365_DetectionMethod": "DETECTION METHOD",
684 "data_office365_Operation": "OPERATION"
685 }
686 }
687 }
688 ],
689 "type": "table"
690 },
691 {
692 "datasource": {
693 "type": "grafana-opensearch-datasource",
694 "uid": "replace_datasource_uid"
695 },
696 "fieldConfig": {
697 "defaults": {
698 "color": {
699 "mode": "thresholds"
700 },
701 "mappings": [
702 {
703 "options": {
704 "match": "null",
705 "result": {
706 "text": "N/A"
707 }
708 },
709 "type": "special"
710 }
711 ],
712 "max": 15,
713 "min": 0,
714 "thresholds": {
715 "mode": "absolute",
716 "steps": [
717 {
718 "color": "#299c46",
719 "value": null
720 },
721 {
722 "color": "rgba(237, 129, 40, 0.89)",
723 "value": 8
724 },
725 {
726 "color": "#d44a3a",
727 "value": 12
728 }
729 ]
730 },
731 "unit": "none"
732 },
733 "overrides": []
734 },
735 "gridPos": {
736 "h": 7,
737 "w": 4,
738 "x": 0,
739 "y": 7
740 },
741 "id": 16,
742 "options": {
743 "minVizHeight": 75,
744 "minVizWidth": 75,
745 "orientation": "horizontal",
746 "reduceOptions": {
747 "calcs": ["max"],
748 "fields": "",
749 "values": false
750 },
751 "showThresholdLabels": false,
752 "showThresholdMarkers": true,
753 "sizing": "auto",
754 "text": {}
755 },
756 "pluginVersion": "10.4.0",
757 "targets": [
758 {
759 "bucketAggs": [
760 {
761 "field": "timestamp",
762 "id": "2",
763 "settings": {
764 "interval": "auto",
765 "min_doc_count": 0,
766 "trimEdges": 0
767 },
768 "type": "date_histogram"
769 }
770 ],
771 "datasource": {
772 "type": "grafana-opensearch-datasource",
773 "uid": "replace_datasource_uid"
774 },
775 "metrics": [
776 {
777 "field": "rule_level",
778 "id": "1",
779 "meta": {},
780 "settings": {},
781 "type": "max"
782 }
783 ],
784 "query": "data_office365_Operation:$operation",
785 "refId": "A",
786 "timeField": "timestamp"
787 }
788 ],
789 "title": "MAX SEVERITY (0 - 15)",
790 "type": "gauge"
791 },
792 {
793 "datasource": {
794 "type": "grafana-opensearch-datasource",
795 "uid": "replace_datasource_uid"
796 },
797 "fieldConfig": {
798 "defaults": {
799 "color": {
800 "mode": "palette-classic"
801 },
802 "custom": {
803 "axisBorderShow": false,
804 "axisCenteredZero": false,
805 "axisColorMode": "text",
806 "axisLabel": "",
807 "axisPlacement": "auto",
808 "barAlignment": 0,
809 "drawStyle": "bars",
810 "fillOpacity": 0,
811 "gradientMode": "none",
812 "hideFrom": {
813 "legend": false,
814 "tooltip": false,
815 "viz": false
816 },
817 "insertNulls": false,
818 "lineInterpolation": "linear",
819 "lineWidth": 1,
820 "pointSize": 5,
821 "scaleDistribution": {
822 "type": "linear"
823 },
824 "showPoints": "auto",
825 "spanNulls": false,
826 "stacking": {
827 "group": "A",
828 "mode": "normal"
829 },
830 "thresholdsStyle": {
831 "mode": "off"
832 }
833 },
834 "mappings": [],
835 "thresholds": {
836 "mode": "absolute",
837 "steps": [
838 {
839 "color": "green",
840 "value": null
841 },
842 {
843 "color": "red",
844 "value": 80
845 }
846 ]
847 }
848 },
849 "overrides": []
850 },
851 "gridPos": {
852 "h": 13,
853 "w": 20,
854 "x": 4,
855 "y": 7
856 },
857 "id": 60,
858 "options": {
859 "legend": {
860 "calcs": [],
861 "displayMode": "table",
862 "placement": "right",
863 "showLegend": true
864 },
865 "tooltip": {
866 "mode": "single",
867 "sort": "none"
868 }
869 },
870 "targets": [
871 {
872 "alias": "",
873 "bucketAggs": [
874 {
875 "field": "data_office365_Operation",
876 "id": "3",
877 "settings": {
878 "min_doc_count": "1",
879 "order": "desc",
880 "orderBy": "_count",
881 "size": "10"
882 },
883 "type": "terms"
884 },
885 {
886 "field": "timestamp",
887 "id": "2",
888 "settings": {
889 "interval": "auto"
890 },
891 "type": "date_histogram"
892 }
893 ],
894 "datasource": {
895 "type": "grafana-opensearch-datasource",
896 "uid": "replace_datasource_uid"
897 },
898 "metrics": [
899 {
900 "id": "1",
901 "type": "count"
902 }
903 ],
904 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
905 "refId": "A",
906 "timeField": "timestamp"
907 }
908 ],
909 "title": "TOP 10 OPERATIONS - HISTOGRAM",
910 "transparent": true,
911 "type": "timeseries"
912 },
913 {
914 "datasource": {
915 "type": "grafana-opensearch-datasource",
916 "uid": "replace_datasource_uid"
917 },
918 "fieldConfig": {
919 "defaults": {
920 "mappings": [
921 {
922 "options": {
923 "match": "null",
924 "result": {
925 "text": "N/A"
926 }
927 },
928 "type": "special"
929 }
930 ],
931 "thresholds": {
932 "mode": "absolute",
933 "steps": [
934 {
935 "color": "orange",
936 "value": null
937 }
938 ]
939 },
940 "unit": "locale"
941 },
942 "overrides": []
943 },
944 "gridPos": {
945 "h": 6,
946 "w": 4,
947 "x": 0,
948 "y": 14
949 },
950 "id": 51,
951 "options": {
952 "colorMode": "value",
953 "graphMode": "area",
954 "justifyMode": "auto",
955 "orientation": "horizontal",
956 "reduceOptions": {
957 "calcs": ["sum"],
958 "fields": "",
959 "values": false
960 },
961 "showPercentChange": false,
962 "text": {},
963 "textMode": "auto",
964 "wideLayout": true
965 },
966 "pluginVersion": "10.4.0",
967 "targets": [
968 {
969 "bucketAggs": [
970 {
971 "$$hashKey": "object:331",
972 "field": "timestamp",
973 "id": "2",
974 "settings": {
975 "interval": "auto",
976 "min_doc_count": 0,
977 "trimEdges": 0
978 },
979 "type": "date_histogram"
980 }
981 ],
982 "datasource": {
983 "type": "grafana-opensearch-datasource",
984 "uid": "replace_datasource_uid"
985 },
986 "metrics": [
987 {
988 "$$hashKey": "object:329",
989 "field": "select field",
990 "id": "1",
991 "type": "count"
992 }
993 ],
994 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
995 "refId": "A",
996 "timeField": "timestamp"
997 }
998 ],
999 "title": "EVENTS (Total)",
1000 "type": "stat"
1001 },
1002 {
1003 "datasource": {
1004 "type": "grafana-opensearch-datasource",
1005 "uid": "replace_datasource_uid"
1006 },
1007 "fieldConfig": {
1008 "defaults": {
1009 "color": {
1010 "mode": "thresholds"
1011 },
1012 "custom": {
1013 "align": "auto",
1014 "cellOptions": {
1015 "type": "auto"
1016 },
1017 "inspect": false
1018 },
1019 "mappings": [],
1020 "thresholds": {
1021 "mode": "absolute",
1022 "steps": [
1023 {
1024 "color": "orange",
1025 "value": null
1026 }
1027 ]
1028 }
1029 },
1030 "overrides": [
1031 {
1032 "matcher": {
1033 "id": "byName",
1034 "options": "Count"
1035 },
1036 "properties": [
1037 {
1038 "id": "displayName",
1039 "value": "EVENTS"
1040 },
1041 {
1042 "id": "unit",
1043 "value": "short"
1044 },
1045 {
1046 "id": "decimals",
1047 "value": -1
1048 },
1049 {
1050 "id": "custom.align"
1051 }
1052 ]
1053 },
1054 {
1055 "matcher": {
1056 "id": "byName",
1057 "options": "AD ACCOUNT"
1058 },
1059 "properties": [
1060 {
1061 "id": "custom.width",
1062 "value": 377
1063 }
1064 ]
1065 }
1066 ]
1067 },
1068 "gridPos": {
1069 "h": 12,
1070 "w": 7,
1071 "x": 0,
1072 "y": 20
1073 },
1074 "id": 63,
1075 "options": {
1076 "cellHeight": "sm",
1077 "footer": {
1078 "countRows": false,
1079 "fields": "",
1080 "reducer": ["sum"],
1081 "show": false
1082 },
1083 "showHeader": true,
1084 "sortBy": []
1085 },
1086 "pluginVersion": "10.4.0",
1087 "targets": [
1088 {
1089 "bucketAggs": [
1090 {
1091 "fake": true,
1092 "field": "data_office365_Directionality",
1093 "id": "4",
1094 "settings": {
1095 "min_doc_count": 1,
1096 "order": "desc",
1097 "orderBy": "_count",
1098 "size": "0"
1099 },
1100 "type": "terms"
1101 }
1102 ],
1103 "datasource": {
1104 "type": "grafana-opensearch-datasource",
1105 "uid": "replace_datasource_uid"
1106 },
1107 "metrics": [
1108 {
1109 "field": "select field",
1110 "id": "1",
1111 "type": "count"
1112 }
1113 ],
1114 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
1115 "queryType": "lucene",
1116 "refId": "A",
1117 "timeField": "timestamp"
1118 }
1119 ],
1120 "title": "EVENTS BY DIRECTION",
1121 "transformations": [
1122 {
1123 "id": "organize",
1124 "options": {
1125 "excludeByName": {},
1126 "indexByName": {},
1127 "renameByName": {
1128 "Count": "EVENTS",
1129 "data_office365_ClientIP_country_code": "COUNTRY",
1130 "data_office365_Directionality": "DIRECTION",
1131 "data_office365_LogonError": "ERROR",
1132 "data_office365_Operation": "WORKLOAD",
1133 "data_office365_P1Sender": "SENDER",
1134 "data_office365_UserId": "AD ACCOUNT"
1135 }
1136 }
1137 }
1138 ],
1139 "type": "table"
1140 },
1141 {
1142 "datasource": {
1143 "type": "grafana-opensearch-datasource",
1144 "uid": "replace_datasource_uid"
1145 },
1146 "fieldConfig": {
1147 "defaults": {
1148 "color": {
1149 "mode": "thresholds"
1150 },
1151 "custom": {
1152 "hideFrom": {
1153 "legend": false,
1154 "tooltip": false,
1155 "viz": false
1156 }
1157 },
1158 "mappings": [],
1159 "thresholds": {
1160 "mode": "absolute",
1161 "steps": [
1162 {
1163 "color": "rgba(245, 54, 54, 0.9)",
1164 "value": null
1165 },
1166 {
1167 "color": "rgba(237, 129, 40, 0.89)",
1168 "value": 0
1169 },
1170 {
1171 "color": "rgba(50, 172, 45, 0.97)",
1172 "value": 10
1173 }
1174 ]
1175 }
1176 },
1177 "overrides": []
1178 },
1179 "gridPos": {
1180 "h": 12,
1181 "w": 7,
1182 "x": 7,
1183 "y": 20
1184 },
1185 "id": 50,
1186 "maxDataPoints": 1,
1187 "options": {
1188 "basemap": {
1189 "name": "Basemap",
1190 "type": "default"
1191 },
1192 "controls": {
1193 "mouseWheelZoom": false,
1194 "showAttribution": true,
1195 "showDebug": false,
1196 "showMeasure": false,
1197 "showScale": false,
1198 "showZoom": true
1199 },
1200 "layers": [
1201 {
1202 "config": {
1203 "showLegend": true,
1204 "style": {
1205 "color": {
1206 "fixed": "dark-green"
1207 },
1208 "opacity": 0.4,
1209 "rotation": {
1210 "fixed": 0,
1211 "max": 360,
1212 "min": -360,
1213 "mode": "mod"
1214 },
1215 "size": {
1216 "fixed": 5,
1217 "max": 30,
1218 "min": 2
1219 },
1220 "symbol": {
1221 "fixed": "img/icons/marker/circle.svg",
1222 "mode": "fixed"
1223 },
1224 "symbolAlign": {
1225 "horizontal": "center",
1226 "vertical": "center"
1227 },
1228 "textConfig": {
1229 "fontSize": 12,
1230 "offsetX": 0,
1231 "offsetY": 0,
1232 "textAlign": "center",
1233 "textBaseline": "middle"
1234 }
1235 }
1236 },
1237 "location": {
1238 "gazetteer": "public/gazetteer/countries.json",
1239 "mode": "lookup"
1240 },
1241 "name": "Layer 0",
1242 "tooltip": true,
1243 "type": "markers"
1244 }
1245 ],
1246 "tooltip": {
1247 "mode": "details"
1248 },
1249 "view": {
1250 "allLayers": true,
1251 "id": "zero",
1252 "lat": 0,
1253 "lon": 0,
1254 "zoom": 1
1255 }
1256 },
1257 "pluginVersion": "10.4.0",
1258 "targets": [
1259 {
1260 "bucketAggs": [
1261 {
1262 "fake": true,
1263 "field": "data_office365_SenderIp_country_code",
1264 "id": "3",
1265 "settings": {
1266 "min_doc_count": 1,
1267 "order": "desc",
1268 "orderBy": "_term",
1269 "size": "0"
1270 },
1271 "type": "terms"
1272 },
1273 {
1274 "field": "timestamp",
1275 "id": "2",
1276 "settings": {
1277 "interval": "auto",
1278 "min_doc_count": 0,
1279 "trimEdges": 0
1280 },
1281 "type": "date_histogram"
1282 }
1283 ],
1284 "datasource": {
1285 "type": "grafana-opensearch-datasource",
1286 "uid": "replace_datasource_uid"
1287 },
1288 "metrics": [
1289 {
1290 "field": "select field",
1291 "id": "1",
1292 "type": "count"
1293 }
1294 ],
1295 "query": "data_office365_Workload:ThreatIntelligence AND rule_level:$rule_level",
1296 "queryType": "lucene",
1297 "refId": "A",
1298 "timeField": "timestamp"
1299 }
1300 ],
1301 "title": "ALL EVENTS BY SENDER COUNTRY",
1302 "transformations": [
1303 {
1304 "id": "reduce",
1305 "options": {
1306 "reducers": ["sum"]
1307 }
1308 }
1309 ],
1310 "type": "geomap"
1311 },
1312 {
1313 "datasource": {
1314 "type": "grafana-opensearch-datasource",
1315 "uid": "replace_datasource_uid"
1316 },
1317 "fieldConfig": {
1318 "defaults": {
1319 "color": {
1320 "mode": "thresholds"
1321 },
1322 "custom": {
1323 "align": "auto",
1324 "cellOptions": {
1325 "type": "auto"
1326 },
1327 "inspect": false
1328 },
1329 "mappings": [],
1330 "thresholds": {
1331 "mode": "absolute",
1332 "steps": [
1333 {
1334 "color": "orange",
1335 "value": null
1336 }
1337 ]
1338 }
1339 },
1340 "overrides": [
1341 {
1342 "matcher": {
1343 "id": "byName",
1344 "options": "Count"
1345 },
1346 "properties": [
1347 {
1348 "id": "displayName",
1349 "value": "EVENTS"
1350 },
1351 {
1352 "id": "unit",
1353 "value": "short"
1354 },
1355 {
1356 "id": "decimals",
1357 "value": -1
1358 },
1359 {
1360 "id": "custom.align"
1361 }
1362 ]
1363 },
1364 {
1365 "matcher": {
1366 "id": "byName",
1367 "options": "AD ACCOUNT"
1368 },
1369 "properties": [
1370 {
1371 "id": "custom.width",
1372 "value": 377
1373 }
1374 ]
1375 }
1376 ]
1377 },
1378 "gridPos": {
1379 "h": 12,
1380 "w": 10,
1381 "x": 14,
1382 "y": 20
1383 },
1384 "id": 58,
1385 "options": {
1386 "cellHeight": "sm",
1387 "footer": {
1388 "countRows": false,
1389 "fields": "",
1390 "reducer": ["sum"],
1391 "show": false
1392 },
1393 "showHeader": true,
1394 "sortBy": []
1395 },
1396 "pluginVersion": "10.4.0",
1397 "targets": [
1398 {
1399 "bucketAggs": [
1400 {
1401 "fake": true,
1402 "field": "data_office365_P1Sender",
1403 "id": "4",
1404 "settings": {
1405 "min_doc_count": 1,
1406 "order": "desc",
1407 "orderBy": "_count",
1408 "size": "0"
1409 },
1410 "type": "terms"
1411 }
1412 ],
1413 "datasource": {
1414 "type": "grafana-opensearch-datasource",
1415 "uid": "replace_datasource_uid"
1416 },
1417 "metrics": [
1418 {
1419 "field": "select field",
1420 "id": "1",
1421 "type": "count"
1422 }
1423 ],
1424 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
1425 "queryType": "lucene",
1426 "refId": "A",
1427 "timeField": "timestamp"
1428 }
1429 ],
1430 "title": "EVENTS BY SENDER",
1431 "transformations": [
1432 {
1433 "id": "organize",
1434 "options": {
1435 "excludeByName": {},
1436 "indexByName": {},
1437 "renameByName": {
1438 "Count": "EVENTS",
1439 "data_office365_ClientIP_country_code": "COUNTRY",
1440 "data_office365_LogonError": "ERROR",
1441 "data_office365_Operation": "WORKLOAD",
1442 "data_office365_P1Sender": "SENDER",
1443 "data_office365_UserId": "AD ACCOUNT"
1444 }
1445 }
1446 }
1447 ],
1448 "type": "table"
1449 },
1450 {
1451 "datasource": {
1452 "type": "grafana-opensearch-datasource",
1453 "uid": "replace_datasource_uid"
1454 },
1455 "fieldConfig": {
1456 "defaults": {
1457 "color": {
1458 "mode": "thresholds"
1459 },
1460 "custom": {
1461 "align": "auto",
1462 "cellOptions": {
1463 "type": "auto"
1464 },
1465 "filterable": true,
1466 "inspect": false
1467 },
1468 "mappings": [],
1469 "thresholds": {
1470 "mode": "absolute",
1471 "steps": [
1472 {
1473 "color": "green"
1474 },
1475 {
1476 "color": "red",
1477 "value": 80
1478 }
1479 ]
1480 }
1481 },
1482 "overrides": [
1483 {
1484 "matcher": {
1485 "id": "byName",
1486 "options": "rule_level"
1487 },
1488 "properties": [
1489 {
1490 "id": "displayName",
1491 "value": "RULE LEVEL"
1492 },
1493 {
1494 "id": "unit",
1495 "value": "short"
1496 },
1497 {
1498 "id": "decimals",
1499 "value": -1
1500 },
1501 {
1502 "id": "custom.cellOptions",
1503 "value": {
1504 "mode": "gradient",
1505 "type": "color-background"
1506 }
1507 },
1508 {
1509 "id": "custom.align"
1510 },
1511 {
1512 "id": "thresholds",
1513 "value": {
1514 "mode": "absolute",
1515 "steps": [
1516 {
1517 "color": "#37872D"
1518 },
1519 {
1520 "color": "rgba(237, 129, 40, 0.89)",
1521 "value": 7
1522 },
1523 {
1524 "color": "rgba(245, 54, 54, 0.9)",
1525 "value": 12
1526 }
1527 ]
1528 }
1529 }
1530 ]
1531 },
1532 {
1533 "matcher": {
1534 "id": "byName",
1535 "options": "Date/Time"
1536 },
1537 "properties": [
1538 {
1539 "id": "custom.width",
1540 "value": 242
1541 }
1542 ]
1543 },
1544 {
1545 "matcher": {
1546 "id": "byName",
1547 "options": "MITRE TACTIC"
1548 },
1549 "properties": [
1550 {
1551 "id": "custom.width",
1552 "value": 332
1553 }
1554 ]
1555 },
1556 {
1557 "matcher": {
1558 "id": "byName",
1559 "options": "IP ADDRESS"
1560 },
1561 "properties": [
1562 {
1563 "id": "custom.width",
1564 "value": 163
1565 }
1566 ]
1567 },
1568 {
1569 "matcher": {
1570 "id": "byName",
1571 "options": "MITRE TECHNIQUE"
1572 },
1573 "properties": [
1574 {
1575 "id": "custom.width",
1576 "value": 312
1577 }
1578 ]
1579 },
1580 {
1581 "matcher": {
1582 "id": "byName",
1583 "options": "EVENT ID"
1584 },
1585 "properties": [
1586 {
1587 "id": "links",
1588 "value": [
1589 {
1590 "targetBlank": true,
1591 "title": "VIEW EVENT DETAILS",
1592 "url": "https://grafana.company.local/explore?left=%7B%22datasource%22:%22O365%22,%22queries%22:%5B%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,%22range%22:%7B%22from%22:%22now-6h%22,%22to%22:%22now%22%7D%7D"
1593 }
1594 ]
1595 },
1596 {
1597 "id": "custom.width",
1598 "value": 265
1599 }
1600 ]
1601 },
1602 {
1603 "matcher": {
1604 "id": "byName",
1605 "options": "RESULT"
1606 },
1607 "properties": [
1608 {
1609 "id": "custom.width",
1610 "value": 118
1611 },
1612 {
1613 "id": "mappings",
1614 "value": [
1615 {
1616 "options": {
1617 "Failed": {
1618 "color": "orange",
1619 "index": 1
1620 },
1621 "Success": {
1622 "color": "green",
1623 "index": 0
1624 }
1625 },
1626 "type": "value"
1627 }
1628 ]
1629 },
1630 {
1631 "id": "custom.cellOptions",
1632 "value": {
1633 "type": "color-text"
1634 }
1635 }
1636 ]
1637 },
1638 {
1639 "matcher": {
1640 "id": "byName",
1641 "options": "SRC IP"
1642 },
1643 "properties": [
1644 {
1645 "id": "custom.width",
1646 "value": 265
1647 }
1648 ]
1649 },
1650 {
1651 "matcher": {
1652 "id": "byName",
1653 "options": "ACCOUNT"
1654 },
1655 "properties": [
1656 {
1657 "id": "custom.width",
1658 "value": 227
1659 }
1660 ]
1661 },
1662 {
1663 "matcher": {
1664 "id": "byName",
1665 "options": "EVENT TIME"
1666 },
1667 "properties": [
1668 {
1669 "id": "custom.width",
1670 "value": 195
1671 }
1672 ]
1673 },
1674 {
1675 "matcher": {
1676 "id": "byName",
1677 "options": "CLIENT IP"
1678 },
1679 "properties": [
1680 {
1681 "id": "custom.width",
1682 "value": 229
1683 }
1684 ]
1685 },
1686 {
1687 "matcher": {
1688 "id": "byName",
1689 "options": "DESCRIPTION"
1690 },
1691 "properties": [
1692 {
1693 "id": "custom.width",
1694 "value": 491
1695 }
1696 ]
1697 }
1698 ]
1699 },
1700 "gridPos": {
1701 "h": 16,
1702 "w": 24,
1703 "x": 0,
1704 "y": 32
1705 },
1706 "id": 27,
1707 "options": {
1708 "cellHeight": "sm",
1709 "footer": {
1710 "countRows": false,
1711 "enablePagination": true,
1712 "fields": "",
1713 "reducer": ["sum"],
1714 "show": false
1715 },
1716 "showHeader": true,
1717 "sortBy": []
1718 },
1719 "pluginVersion": "10.4.0",
1720 "targets": [
1721 {
1722 "bucketAggs": [{"type": "date_histogram", "id": "1", "settings": {"interval": "auto"}}],
1723 "datasource": {
1724 "type": "grafana-opensearch-datasource",
1725 "uid": "replace_datasource_uid"
1726 },
1727 "metrics": [
1728 {
1729 "id": "1",
1730 "settings": {
1731 "size": "250"
1732 },
1733 "type": "raw_data"
1734 }
1735 ],
1736 "query": "data_office365_Operation:$operation AND rule_level:$rule_level",
1737 "queryType": "lucene",
1738 "refId": "A",
1739 "timeField": "timestamp"
1740 }
1741 ],
1742 "title": "EVENTS",
1743 "transformations": [
1744 {
1745 "id": "organize",
1746 "options": {
1747 "excludeByName": {
1748 "@metadata_beat": true,
1749 "@metadata_type": true,
1750 "@metadata_version": true,
1751 "IMPHASH": true,
1752 "MD5": true,
1753 "SHA1": true,
1754 "SHA256": true,
1755 "_id": false,
1756 "_index": true,
1757 "_type": true,
1758 "agent_ephemeral_id": true,
1759 "agent_hostname": true,
1760 "agent_id": true,
1761 "agent_ip_city_name": true,
1762 "agent_ip_country_code": true,
1763 "agent_ip_geolocation": true,
1764 "agent_name": true,
1765 "agent_type": true,
1766 "agent_version": true,
1767 "beats_type": true,
1768 "cluster_name": true,
1769 "cluster_node": true,
1770 "collector_node_id": true,
1771 "data_alert_action": true,
1772 "data_alert_category": true,
1773 "data_alert_gid": true,
1774 "data_alert_rev": true,
1775 "data_alert_severity": true,
1776 "data_alert_signature": true,
1777 "data_alert_signature_id": true,
1778 "data_app_proto": true,
1779 "data_audit_auid": true,
1780 "data_audit_command": true,
1781 "data_audit_euid": true,
1782 "data_audit_exe": true,
1783 "data_audit_gid": true,
1784 "data_audit_id": true,
1785 "data_audit_pid": true,
1786 "data_audit_res": true,
1787 "data_audit_session": true,
1788 "data_audit_type": true,
1789 "data_audit_uid": true,
1790 "data_dest_ip": true,
1791 "data_dest_port": true,
1792 "data_dstuser": true,
1793 "data_event_type": true,
1794 "data_extra_data": true,
1795 "data_file": true,
1796 "data_flow_bytes_toclient": true,
1797 "data_flow_bytes_toserver": true,
1798 "data_flow_id": true,
1799 "data_flow_pkts_toclient": true,
1800 "data_flow_pkts_toserver": true,
1801 "data_flow_start": true,
1802 "data_http_http_content_type": true,
1803 "data_http_http_port": true,
1804 "data_http_length": true,
1805 "data_http_status": true,
1806 "data_http_url": true,
1807 "data_id": true,
1808 "data_in_iface": true,
1809 "data_integration": true,
1810 "data_metadata_flowbits": true,
1811 "data_metadata_flowints_http_anomaly_count": true,
1812 "data_metadata_flowints_tcp_retransmission_count": true,
1813 "data_office365_AADGroupId": true,
1814 "data_office365_Actor": true,
1815 "data_office365_ActorContextId": true,
1816 "data_office365_ActorIpAddress": false,
1817 "data_office365_ActorIpAddress_city_name": true,
1818 "data_office365_ActorIpAddress_country_code": true,
1819 "data_office365_ActorIpAddress_geolocation": true,
1820 "data_office365_AdditionalActionsAndResults": true,
1821 "data_office365_AppAccessContext_APIId": true,
1822 "data_office365_AppAccessContext_ClientAppId": true,
1823 "data_office365_AppAccessContext_ClientAppName": true,
1824 "data_office365_AppAccessContext_CorrelationId": true,
1825 "data_office365_AppId": true,
1826 "data_office365_ApplicationId": true,
1827 "data_office365_ArtifactsShared": true,
1828 "data_office365_AttachmentData": true,
1829 "data_office365_Attendees": true,
1830 "data_office365_AuthDetails": true,
1831 "data_office365_AzureActiveDirectoryEventType": true,
1832 "data_office365_ChannelGuid": true,
1833 "data_office365_ChannelName": true,
1834 "data_office365_ChatName": true,
1835 "data_office365_ChatThreadId": true,
1836 "data_office365_ClientAppId": true,
1837 "data_office365_ClientIP": false,
1838 "data_office365_ClientIPAddress": true,
1839 "data_office365_ClientIPAddress_city_name": true,
1840 "data_office365_ClientIPAddress_country_code": true,
1841 "data_office365_ClientIPAddress_geolocation": true,
1842 "data_office365_ClientIP_city_name": true,
1843 "data_office365_ClientIP_country_code": true,
1844 "data_office365_ClientIP_geolocation": true,
1845 "data_office365_ClientInfoString": true,
1846 "data_office365_ClientProcessName": true,
1847 "data_office365_ClientRequestId": true,
1848 "data_office365_ClientVersion": true,
1849 "data_office365_CommunicationSubType": true,
1850 "data_office365_CommunicationType": true,
1851 "data_office365_ContactEmail1DisplayName": true,
1852 "data_office365_ContactEmail1EmailAddress": true,
1853 "data_office365_CreationTime": false,
1854 "data_office365_CrossMailboxOperation": true,
1855 "data_office365_DeliveryAction": false,
1856 "data_office365_DestFolder_Id": true,
1857 "data_office365_DestFolder_Path": true,
1858 "data_office365_DetectionMethod": false,
1859 "data_office365_DetectionType": true,
1860 "data_office365_DeviceId": true,
1861 "data_office365_DeviceInformation": true,
1862 "data_office365_DeviceProperties": true,
1863 "data_office365_Directionality": true,
1864 "data_office365_EndTime": true,
1865 "data_office365_ErrorNumber": true,
1866 "data_office365_EventDeepLink": true,
1867 "data_office365_ExchangeId": true,
1868 "data_office365_ExtendedProperties": true,
1869 "data_office365_ExternalAccess": true,
1870 "data_office365_ExtraProperties": true,
1871 "data_office365_Folder_Id": true,
1872 "data_office365_Folder_Path": true,
1873 "data_office365_Folders": true,
1874 "data_office365_HostedContents": true,
1875 "data_office365_ICalUid": true,
1876 "data_office365_Id": true,
1877 "data_office365_InterSystemsId": true,
1878 "data_office365_InternalLogonType": true,
1879 "data_office365_InternetMessageId": true,
1880 "data_office365_IntraSystemId": true,
1881 "data_office365_ItemName": true,
1882 "data_office365_Item_Id": true,
1883 "data_office365_Item_InternetMessageId": true,
1884 "data_office365_Item_IsRecord": true,
1885 "data_office365_Item_ParentFolder_Id": true,
1886 "data_office365_Item_ParentFolder_Name": true,
1887 "data_office365_Item_SizeInBytes": true,
1888 "data_office365_JoinTime": true,
1889 "data_office365_LatestDeliveryLocation": true,
1890 "data_office365_LeaveTime": true,
1891 "data_office365_LogonError": true,
1892 "data_office365_LogonType": true,
1893 "data_office365_LogonUserSid": true,
1894 "data_office365_MailboxGuid": true,
1895 "data_office365_MailboxOwnerMasterAccountSid": true,
1896 "data_office365_MailboxOwnerSid": true,
1897 "data_office365_MailboxOwnerUPN": true,
1898 "data_office365_MeetingDetailId": true,
1899 "data_office365_MeetingURL": true,
1900 "data_office365_Members": true,
1901 "data_office365_MessageId": true,
1902 "data_office365_MessageSizeInBytes": true,
1903 "data_office365_MessageTime": true,
1904 "data_office365_MessageURLs": true,
1905 "data_office365_MessageVersion": true,
1906 "data_office365_Modalities": true,
1907 "data_office365_ModifiedProperties": true,
1908 "data_office365_Name": true,
1909 "data_office365_NetworkMessageId": true,
1910 "data_office365_NewValue": true,
1911 "data_office365_ObjectId": true,
1912 "data_office365_Operation": true,
1913 "data_office365_OperationCount": true,
1914 "data_office365_OperationProperties": true,
1915 "data_office365_OperationScope": true,
1916 "data_office365_OrganizationId": true,
1917 "data_office365_OrganizationName": true,
1918 "data_office365_Organizer_OrganizationId": true,
1919 "data_office365_Organizer_RecipientType": true,
1920 "data_office365_Organizer_Role": true,
1921 "data_office365_Organizer_UserObjectId": true,
1922 "data_office365_OriginalDeliveryLocation": true,
1923 "data_office365_OriginatingServer": true,
1924 "data_office365_P1Sender": true,
1925 "data_office365_P2Sender": true,
1926 "data_office365_Parameters": true,
1927 "data_office365_ParentMessageId": true,
1928 "data_office365_PhishConfidenceLevel": true,
1929 "data_office365_Policy": true,
1930 "data_office365_PolicyAction": true,
1931 "data_office365_ProviderTypes": true,
1932 "data_office365_Recipients": false,
1933 "data_office365_RecordType": true,
1934 "data_office365_ResultStatus": true,
1935 "data_office365_SendAsUserMailboxGuid": true,
1936 "data_office365_SendAsUserSmtp": true,
1937 "data_office365_SenderIp_city_name": true,
1938 "data_office365_SenderIp_geolocation": true,
1939 "data_office365_SessionId": true,
1940 "data_office365_StartTime": true,
1941 "data_office365_Subject": true,
1942 "data_office365_Subscription": true,
1943 "data_office365_SubscriptionId": true,
1944 "data_office365_SystemOverrides": true,
1945 "data_office365_Target": true,
1946 "data_office365_TargetContextId": true,
1947 "data_office365_TeamGuid": true,
1948 "data_office365_TeamName": true,
1949 "data_office365_ThreatsAndDetectionTech": true,
1950 "data_office365_UserId": false,
1951 "data_office365_UserKey": true,
1952 "data_office365_UserType": true,
1953 "data_office365_Verdict": true,
1954 "data_office365_Version": true,
1955 "data_office365_Workload": true,
1956 "data_osquery_action": true,
1957 "data_osquery_calendarTime": true,
1958 "data_osquery_columns_address": true,
1959 "data_osquery_columns_address_city_name": true,
1960 "data_osquery_columns_address_country_code": true,
1961 "data_osquery_columns_address_geolocation": true,
1962 "data_osquery_columns_cmdline": true,
1963 "data_osquery_columns_cwd": true,
1964 "data_osquery_columns_description": true,
1965 "data_osquery_columns_directory": true,
1966 "data_osquery_columns_disk_bytes_read": true,
1967 "data_osquery_columns_disk_bytes_written": true,
1968 "data_osquery_columns_egid": true,
1969 "data_osquery_columns_euid": true,
1970 "data_osquery_columns_family": true,
1971 "data_osquery_columns_fd": true,
1972 "data_osquery_columns_gid": true,
1973 "data_osquery_columns_gid_signed": true,
1974 "data_osquery_columns_host": true,
1975 "data_osquery_columns_interface": true,
1976 "data_osquery_columns_local_address": true,
1977 "data_osquery_columns_local_address_city_name": true,
1978 "data_osquery_columns_local_address_country_code": true,
1979 "data_osquery_columns_local_address_geolocation": true,
1980 "data_osquery_columns_local_port": true,
1981 "data_osquery_columns_mac": true,
1982 "data_osquery_columns_name": true,
1983 "data_osquery_columns_net_namespace": true,
1984 "data_osquery_columns_nice": true,
1985 "data_osquery_columns_on_disk": true,
1986 "data_osquery_columns_parent": true,
1987 "data_osquery_columns_path": true,
1988 "data_osquery_columns_pgroup": true,
1989 "data_osquery_columns_pid": true,
1990 "data_osquery_columns_port": true,
1991 "data_osquery_columns_protocol": true,
1992 "data_osquery_columns_remote_address": true,
1993 "data_osquery_columns_remote_address_city_name": true,
1994 "data_osquery_columns_remote_address_country_code": true,
1995 "data_osquery_columns_remote_address_geolocation": true,
1996 "data_osquery_columns_remote_port": true,
1997 "data_osquery_columns_resident_size": true,
1998 "data_osquery_columns_root": true,
1999 "data_osquery_columns_sgid": true,
2000 "data_osquery_columns_shell": true,
2001 "data_osquery_columns_socket": true,
2002 "data_osquery_columns_start_time": true,
2003 "data_osquery_columns_state": true,
2004 "data_osquery_columns_suid": true,
2005 "data_osquery_columns_system_time": true,
2006 "data_osquery_columns_threads": true,
2007 "data_osquery_columns_time_utc": true,
2008 "data_osquery_columns_total_size": true,
2009 "data_osquery_columns_tty": true,
2010 "data_osquery_columns_type": true,
2011 "data_osquery_columns_uid": true,
2012 "data_osquery_columns_uid_signed": true,
2013 "data_osquery_columns_user": true,
2014 "data_osquery_columns_user_time": true,
2015 "data_osquery_columns_username": true,
2016 "data_osquery_columns_wired_size": true,
2017 "data_osquery_counter": true,
2018 "data_osquery_decorations_host_uuid": true,
2019 "data_osquery_decorations_hostname": true,
2020 "data_osquery_epoch": true,
2021 "data_osquery_hostIdentifier": true,
2022 "data_osquery_name": true,
2023 "data_osquery_numerics": true,
2024 "data_osquery_unixTime": true,
2025 "data_proto": true,
2026 "data_sca_check_command": true,
2027 "data_sca_check_compliance_cis": true,
2028 "data_sca_check_compliance_cis_csc": true,
2029 "data_sca_check_compliance_gdpr_IV": true,
2030 "data_sca_check_compliance_gpg_13": true,
2031 "data_sca_check_compliance_hipaa": true,
2032 "data_sca_check_compliance_nist_800_53": true,
2033 "data_sca_check_compliance_pci_dss": true,
2034 "data_sca_check_compliance_tsc": true,
2035 "data_sca_check_description": true,
2036 "data_sca_check_id": true,
2037 "data_sca_check_previous_result": true,
2038 "data_sca_check_rationale": true,
2039 "data_sca_check_remediation": true,
2040 "data_sca_check_result": true,
2041 "data_sca_check_title": true,
2042 "data_sca_description": true,
2043 "data_sca_failed": true,
2044 "data_sca_file": true,
2045 "data_sca_invalid": true,
2046 "data_sca_passed": true,
2047 "data_sca_policy": true,
2048 "data_sca_policy_id": true,
2049 "data_sca_scan_id": true,
2050 "data_sca_score": true,
2051 "data_sca_total_checks": true,
2052 "data_sca_type": true,
2053 "data_script": true,
2054 "data_src_ip": true,
2055 "data_src_ip_city_name": true,
2056 "data_src_ip_country_code": true,
2057 "data_src_ip_geolocation": true,
2058 "data_src_port": true,
2059 "data_srcip": true,
2060 "data_srcip_city_name": true,
2061 "data_srcip_country_code": true,
2062 "data_srcip_geolocation": true,
2063 "data_srcuser": true,
2064 "data_timestamp": true,
2065 "data_title": true,
2066 "data_tls_session_resumed": true,
2067 "data_tls_version": true,
2068 "data_tx_id": true,
2069 "data_type": true,
2070 "data_win_eventXML_binaryData": true,
2071 "data_win_eventXML_binaryDataSize": true,
2072 "data_win_eventXML_param1": true,
2073 "data_win_eventdata_authenticationPackageName": true,
2074 "data_win_eventdata_callTrace": true,
2075 "data_win_eventdata_commandLine": true,
2076 "data_win_eventdata_company": true,
2077 "data_win_eventdata_creationUtcTime": true,
2078 "data_win_eventdata_currentDirectory": true,
2079 "data_win_eventdata_description": true,
2080 "data_win_eventdata_destinationHostname": true,
2081 "data_win_eventdata_destinationIp": true,
2082 "data_win_eventdata_destinationIp_city_name": true,
2083 "data_win_eventdata_destinationIp_country_code": true,
2084 "data_win_eventdata_destinationIp_geolocation": true,
2085 "data_win_eventdata_destinationIsIpv6": true,
2086 "data_win_eventdata_destinationPort": true,
2087 "data_win_eventdata_destinationPortName": true,
2088 "data_win_eventdata_details": true,
2089 "data_win_eventdata_elevatedToken": true,
2090 "data_win_eventdata_eventType": true,
2091 "data_win_eventdata_fileVersion": true,
2092 "data_win_eventdata_fileVersion_city_name": true,
2093 "data_win_eventdata_fileVersion_country_code": true,
2094 "data_win_eventdata_fileVersion_geolocation": true,
2095 "data_win_eventdata_grantedAccess": true,
2096 "data_win_eventdata_hashes": true,
2097 "data_win_eventdata_image": true,
2098 "data_win_eventdata_imageLoaded": true,
2099 "data_win_eventdata_impersonationLevel": true,
2100 "data_win_eventdata_initiated": true,
2101 "data_win_eventdata_integrityLevel": true,
2102 "data_win_eventdata_ipAddress": true,
2103 "data_win_eventdata_ipPort": true,
2104 "data_win_eventdata_keyLength": true,
2105 "data_win_eventdata_logonGuid": true,
2106 "data_win_eventdata_logonId": true,
2107 "data_win_eventdata_logonProcessName": true,
2108 "data_win_eventdata_logonType": true,
2109 "data_win_eventdata_originalFileName": true,
2110 "data_win_eventdata_param1": true,
2111 "data_win_eventdata_param2": true,
2112 "data_win_eventdata_param3": true,
2113 "data_win_eventdata_param4": true,
2114 "data_win_eventdata_parentCommandLine": true,
2115 "data_win_eventdata_parentImage": true,
2116 "data_win_eventdata_parentProcessGuid": true,
2117 "data_win_eventdata_parentProcessId": true,
2118 "data_win_eventdata_processGuid": true,
2119 "data_win_eventdata_processId": true,
2120 "data_win_eventdata_processName": true,
2121 "data_win_eventdata_product": true,
2122 "data_win_eventdata_protocol": true,
2123 "data_win_eventdata_queryName": true,
2124 "data_win_eventdata_queryResults": true,
2125 "data_win_eventdata_queryStatus": true,
2126 "data_win_eventdata_ruleName": true,
2127 "data_win_eventdata_serviceName": true,
2128 "data_win_eventdata_serviceSid": true,
2129 "data_win_eventdata_signature": true,
2130 "data_win_eventdata_signatureStatus": true,
2131 "data_win_eventdata_signed": true,
2132 "data_win_eventdata_sourceHostname": true,
2133 "data_win_eventdata_sourceImage": true,
2134 "data_win_eventdata_sourceIp": true,
2135 "data_win_eventdata_sourceIp_city_name": true,
2136 "data_win_eventdata_sourceIp_country_code": true,
2137 "data_win_eventdata_sourceIp_geolocation": true,
2138 "data_win_eventdata_sourceIsIpv6": true,
2139 "data_win_eventdata_sourcePort": true,
2140 "data_win_eventdata_sourceProcessGUID": true,
2141 "data_win_eventdata_sourceProcessId": true,
2142 "data_win_eventdata_sourceThreadId": true,
2143 "data_win_eventdata_status": true,
2144 "data_win_eventdata_subjectDomainName": true,
2145 "data_win_eventdata_subjectLogonId": true,
2146 "data_win_eventdata_subjectUserName": true,
2147 "data_win_eventdata_subjectUserSid": true,
2148 "data_win_eventdata_targetDomainName": true,
2149 "data_win_eventdata_targetFilename": true,
2150 "data_win_eventdata_targetImage": true,
2151 "data_win_eventdata_targetLinkedLogonId": true,
2152 "data_win_eventdata_targetLogonId": true,
2153 "data_win_eventdata_targetObject": true,
2154 "data_win_eventdata_targetProcessGUID": true,
2155 "data_win_eventdata_targetProcessId": true,
2156 "data_win_eventdata_targetUserName": true,
2157 "data_win_eventdata_targetUserSid": true,
2158 "data_win_eventdata_terminalSessionId": true,
2159 "data_win_eventdata_ticketEncryptionType": true,
2160 "data_win_eventdata_ticketOptions": true,
2161 "data_win_eventdata_user": true,
2162 "data_win_eventdata_utcTime": true,
2163 "data_win_eventdata_virtualAccount": true,
2164 "data_win_system_channel": true,
2165 "data_win_system_computer": true,
2166 "data_win_system_eventID": true,
2167 "data_win_system_eventRecordID": true,
2168 "data_win_system_eventSourceName": true,
2169 "data_win_system_keywords": true,
2170 "data_win_system_level": true,
2171 "data_win_system_message": true,
2172 "data_win_system_opcode": true,
2173 "data_win_system_processID": true,
2174 "data_win_system_providerGuid": true,
2175 "data_win_system_providerName": true,
2176 "data_win_system_severityValue": true,
2177 "data_win_system_systemTime": true,
2178 "data_win_system_task": true,
2179 "data_win_system_threadID": true,
2180 "data_win_system_version": true,
2181 "decoder_name": true,
2182 "decoder_parent": true,
2183 "dns_query": true,
2184 "dns_query_threat_indicated": true,
2185 "dst_ip": true,
2186 "dst_ip_city_name": true,
2187 "dst_ip_country_code": true,
2188 "dst_ip_geolocation": true,
2189 "dst_ip_threat_indicated": true,
2190 "dst_port": true,
2191 "ecs_version": true,
2192 "error": true,
2193 "event_hash": true,
2194 "file_path": true,
2195 "firewall_rule_name": true,
2196 "full_log": false,
2197 "gl2_accounted_message_size": true,
2198 "gl2_message_id": true,
2199 "gl2_processing_error": true,
2200 "gl2_remote_ip": true,
2201 "gl2_remote_port": true,
2202 "gl2_source_collector": true,
2203 "gl2_source_input": true,
2204 "gl2_source_node": true,
2205 "hash_md5": true,
2206 "hash_sha1": true,
2207 "hash_sha256": true,
2208 "highlight": true,
2209 "host_architecture": true,
2210 "host_containerized": true,
2211 "host_hostname": true,
2212 "host_id": true,
2213 "host_ip": true,
2214 "host_mac": true,
2215 "host_name": true,
2216 "host_os_codename": true,
2217 "host_os_kernel": true,
2218 "host_os_name": true,
2219 "host_os_platform": true,
2220 "host_os_version": true,
2221 "hostname": true,
2222 "id": true,
2223 "input_type": true,
2224 "level": true,
2225 "location": true,
2226 "log_file_path": true,
2227 "log_offset": true,
2228 "manager_name": true,
2229 "message": true,
2230 "module": true,
2231 "msg_timestamp": true,
2232 "parent_process_cmd_line": true,
2233 "parent_process_id": true,
2234 "parent_process_image": true,
2235 "pid": true,
2236 "predecoder_hostname": true,
2237 "predecoder_program_name": true,
2238 "predecoder_timestamp": true,
2239 "previous_log": true,
2240 "previous_output": true,
2241 "process_cmd_line": true,
2242 "process_id": true,
2243 "process_image": true,
2244 "process_name": true,
2245 "protocol": true,
2246 "rule_cis": true,
2247 "rule_cis_csc": true,
2248 "rule_firedtimes": true,
2249 "rule_gdpr": true,
2250 "rule_gdpr_IV": true,
2251 "rule_gpg13": true,
2252 "rule_gpg_13": true,
2253 "rule_group1": true,
2254 "rule_group2": true,
2255 "rule_groups": true,
2256 "rule_hipaa": true,
2257 "rule_id": true,
2258 "rule_info": true,
2259 "rule_mail": true,
2260 "rule_mitre_id": true,
2261 "rule_mitre_tactic": false,
2262 "rule_nist_800_53": true,
2263 "rule_pci_dss": true,
2264 "rule_tsc": true,
2265 "scanid": true,
2266 "service": true,
2267 "software_package": true,
2268 "software_vendor": true,
2269 "sort": true,
2270 "source": true,
2271 "source_reserved_ip": true,
2272 "src_ip": true,
2273 "src_ip_city_name": true,
2274 "src_ip_country_code": true,
2275 "src_ip_geolocation": true,
2276 "src_port": true,
2277 "streams": true,
2278 "syscheck_attrs_after": true,
2279 "syscheck_audit_effective_user_id": true,
2280 "syscheck_audit_effective_user_name": true,
2281 "syscheck_audit_group_id": true,
2282 "syscheck_audit_group_name": true,
2283 "syscheck_audit_login_user_id": true,
2284 "syscheck_audit_login_user_name": true,
2285 "syscheck_audit_process_cwd": true,
2286 "syscheck_audit_process_id": true,
2287 "syscheck_audit_process_name": true,
2288 "syscheck_audit_process_parent_cwd": true,
2289 "syscheck_audit_process_parent_name": true,
2290 "syscheck_audit_process_ppid": true,
2291 "syscheck_audit_user_id": true,
2292 "syscheck_audit_user_name": true,
2293 "syscheck_changed_attributes": true,
2294 "syscheck_event": true,
2295 "syscheck_gid_after": true,
2296 "syscheck_gname_after": true,
2297 "syscheck_hard_links": true,
2298 "syscheck_inode_after": true,
2299 "syscheck_inode_before": true,
2300 "syscheck_md5_after": true,
2301 "syscheck_md5_before": true,
2302 "syscheck_mode": true,
2303 "syscheck_mtime_after": true,
2304 "syscheck_mtime_before": true,
2305 "syscheck_path": true,
2306 "syscheck_perm_after": true,
2307 "syscheck_perm_before": true,
2308 "syscheck_sha1_after": true,
2309 "syscheck_sha1_before": true,
2310 "syscheck_sha256_after": true,
2311 "syscheck_sha256_before": true,
2312 "syscheck_size_after": true,
2313 "syscheck_size_before": true,
2314 "syscheck_uid_after": true,
2315 "syscheck_uname_after": true,
2316 "syscheck_win_perm_after": true,
2317 "syscheck_win_perm_after_0_allowed": true,
2318 "syscheck_win_perm_after_0_name": true,
2319 "syscheck_win_perm_after_1_allowed": true,
2320 "syscheck_win_perm_after_1_name": true,
2321 "syscheck_win_perm_after_2_allowed": true,
2322 "syscheck_win_perm_after_2_name": true,
2323 "syscheck_win_perm_after_3_allowed": true,
2324 "syscheck_win_perm_after_3_name": true,
2325 "syslog_customer": true,
2326 "syslog_level": true,
2327 "syslog_tag": true,
2328 "syslog_type": true,
2329 "sysmon_event_description": true,
2330 "threat_ids": true,
2331 "threat_indicated": true,
2332 "threat_names": true,
2333 "time": true,
2334 "timestamp": true,
2335 "timestamp_utc": true,
2336 "true": true,
2337 "user_name": true,
2338 "win_registry_key": true,
2339 "win_system_eventID": true,
2340 "windows_auth_package": true,
2341 "windows_domain": true,
2342 "windows_event_id": true,
2343 "windows_event_severity": true,
2344 "windows_logon_type": true
2345 },
2346 "indexByName": {
2347 "_id": 2,
2348 "_index": 8,
2349 "_type": 9,
2350 "agent_id": 10,
2351 "agent_name": 4,
2352 "cluster_name": 11,
2353 "cluster_node": 12,
2354 "data_integration": 43,
2355 "data_office365_AdditionalActionsAndResults": 44,
2356 "data_office365_AttachmentData": 45,
2357 "data_office365_AuthDetails": 46,
2358 "data_office365_CreationTime": 0,
2359 "data_office365_DeliveryAction": 47,
2360 "data_office365_DetectionMethod": 48,
2361 "data_office365_DetectionType": 49,
2362 "data_office365_Directionality": 50,
2363 "data_office365_EventDeepLink": 51,
2364 "data_office365_Id": 13,
2365 "data_office365_InternetMessageId": 52,
2366 "data_office365_LatestDeliveryLocation": 53,
2367 "data_office365_MessageTime": 54,
2368 "data_office365_NetworkMessageId": 55,
2369 "data_office365_ObjectId": 14,
2370 "data_office365_Operation": 20,
2371 "data_office365_OrganizationId": 15,
2372 "data_office365_OriginalDeliveryLocation": 56,
2373 "data_office365_P1Sender": 57,
2374 "data_office365_P2Sender": 58,
2375 "data_office365_PhishConfidenceLevel": 59,
2376 "data_office365_Recipients": 61,
2377 "data_office365_RecordType": 16,
2378 "data_office365_SenderIp": 60,
2379 "data_office365_SenderIp_city_name": 62,
2380 "data_office365_SenderIp_country_code": 63,
2381 "data_office365_SenderIp_geolocation": 64,
2382 "data_office365_Subject": 65,
2383 "data_office365_Subscription": 66,
2384 "data_office365_SystemOverrides": 67,
2385 "data_office365_ThreatsAndDetectionTech": 68,
2386 "data_office365_UserId": 3,
2387 "data_office365_UserKey": 17,
2388 "data_office365_UserType": 18,
2389 "data_office365_Verdict": 69,
2390 "data_office365_Version": 19,
2391 "data_office365_Workload": 42,
2392 "decoder_name": 21,
2393 "gl2_accounted_message_size": 22,
2394 "gl2_message_id": 23,
2395 "gl2_processing_error": 24,
2396 "gl2_remote_ip": 25,
2397 "gl2_remote_port": 26,
2398 "gl2_source_input": 27,
2399 "gl2_source_node": 28,
2400 "id": 29,
2401 "location": 30,
2402 "manager_name": 31,
2403 "message": 32,
2404 "rule_description": 5,
2405 "rule_firedtimes": 33,
2406 "rule_group1": 34,
2407 "rule_group2": 70,
2408 "rule_groups": 35,
2409 "rule_hipaa": 71,
2410 "rule_id": 7,
2411 "rule_level": 6,
2412 "rule_mail": 36,
2413 "rule_pci_dss": 72,
2414 "source": 37,
2415 "source_reserved_ip": 73,
2416 "streams": 38,
2417 "syslog_level": 39,
2418 "syslog_type": 40,
2419 "timestamp": 1,
2420 "timestamp_utc": 74,
2421 "true": 41
2422 },
2423 "renameByName": {
2424 "_id": "EVENT ID",
2425 "agent_name": "",
2426 "data_office365_ActorIpAddress": "SRC IP",
2427 "data_office365_AffectedItems": "ITEMS",
2428 "data_office365_ClientIP": "CLIENT IP",
2429 "data_office365_ClientIP_city_name": "",
2430 "data_office365_CreationTime": "EVENT TIME",
2431 "data_office365_DeliveryAction": "DELIVERY ACTION",
2432 "data_office365_DetectionMethod": "DETECTION",
2433 "data_office365_DetectionType": "",
2434 "data_office365_Item_Attachments": "ATTACHMENT",
2435 "data_office365_Item_ParentFolder_Path": "FOLDER",
2436 "data_office365_Item_Subject": "SUBJECT",
2437 "data_office365_OperationProperties": "",
2438 "data_office365_Recipients": "RCPTS",
2439 "data_office365_ResultStatus": "RESULT",
2440 "data_office365_SenderIp": "SENDER IP",
2441 "data_office365_SenderIp_country_code": "COUNTRY",
2442 "data_office365_Subject": "",
2443 "data_office365_UserId": "ACCOUNT",
2444 "rule_description": "DESCRIPTION",
2445 "rule_id": "RULE ID",
2446 "rule_level": "",
2447 "rule_mitre_tactic": "MITRE TACTIC",
2448 "rule_mitre_technique": "MITRE TECHNIQUE",
2449 "timestamp": "Date/Time"
2450 }
2451 }
2452 }
2453 ],
2454 "transparent": true,
2455 "type": "table"
2456 }
2457 ],
2458 "refresh": "",
2459 "schemaVersion": 39,
2460 "tags": ["O365"],
2461 "templating": {
2462 "list": [
2463 {
2464 "datasource": {
2465 "type": "grafana-opensearch-datasource",
2466 "uid": "replace_datasource_uid"
2467 },
2468 "filters": [],
2469 "hide": 0,
2470 "label": "",
2471 "name": "Filters",
2472 "skipUrlSync": false,
2473 "type": "adhoc"
2474 },
2475 {
2476 "current": {
2477 "selected": false,
2478 "text": "All",
2479 "value": "$__all"
2480 },
2481 "datasource": {
2482 "type": "grafana-opensearch-datasource",
2483 "uid": "replace_datasource_uid"
2484 },
2485 "definition": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:ThreatIntelligence\"}",
2486 "hide": 0,
2487 "includeAll": true,
2488 "label": "Operation",
2489 "multi": false,
2490 "name": "operation",
2491 "options": [],
2492 "query": "{ \"find\": \"terms\", \"field\": \"data_office365_Operation\", \"query\": \"data_office365_Workload:ThreatIntelligence\"}",
2493 "refresh": 2,
2494 "regex": "",
2495 "skipUrlSync": false,
2496 "sort": 1,
2497 "tagValuesQuery": "",
2498 "tagsQuery": "",
2499 "type": "query",
2500 "useTags": false
2501 },
2502 {
2503 "current": {
2504 "selected": false,
2505 "text": "All",
2506 "value": "$__all"
2507 },
2508 "datasource": {
2509 "type": "grafana-opensearch-datasource",
2510 "uid": "replace_datasource_uid"
2511 },
2512 "definition": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
2513 "hide": 0,
2514 "includeAll": true,
2515 "label": "Rule Level",
2516 "multi": false,
2517 "name": "rule_level",
2518 "options": [],
2519 "query": "{ \"find\": \"terms\", \"field\": \"rule_level\", \"query\": \"\"}",
2520 "refresh": 2,
2521 "regex": "",
2522 "skipUrlSync": false,
2523 "sort": 0,
2524 "type": "query"
2525 }
2526 ]
2527 },
2528 "time": {
2529 "from": "now-6h",
2530 "to": "now"
2531 },
2532 "timepicker": {
2533 "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
2534 "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
2535 },
2536 "timezone": "",
2537 "title": "O365 - THREAT INTELLIGENCE",
2538 "weekStart": ""
2539 }