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