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