Skip to content

Commit

Permalink
Updated workbook metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
niralishah-crest committed Sep 30, 2024
1 parent cf7f889 commit 0a5410c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Solutions/Corelight/Workbooks/Corelight.json
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "union corelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where id_resp_p == 23\r\n| summarize Count = count()\r\n",
"query": "union isfuzzy=true\r\ncorelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where id_resp_p == 23\r\n| summarize Count = count()\r\n",
"size": 3,
"showAnalytics": true,
"title": "Telnet Sessions",
Expand Down Expand Up @@ -1862,7 +1862,7 @@
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "let interval_in_hrs= datetime_diff('hour', {GlobalTimeRestriction:end}, {GlobalTimeRestriction:start});\r\nlet interval_in_days= datetime_diff('day', {GlobalTimeRestriction:end}, {GlobalTimeRestriction:start});\r\nlet bin_duration=case(interval_in_hrs<=24, 1h, interval_in_days<=30, 1d, interval_in_days>=31 and interval_in_days<=90, 7d, 31d);\r\nunion corelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where isnotempty(service) and service !in ('ssl', 'tls', 'dns', \"ssl,http\", \"http,ssl\")\r\n| make-series [\"Unencrypted Traffic Volume\"]=count() default = 0 on TimeGenerated from {GlobalTimeRestriction:start} to {GlobalTimeRestriction:end} step bin_duration by service",
"query": "let interval_in_hrs= datetime_diff('hour', {GlobalTimeRestriction:end}, {GlobalTimeRestriction:start});\r\nlet interval_in_days= datetime_diff('day', {GlobalTimeRestriction:end}, {GlobalTimeRestriction:start});\r\nlet bin_duration=case(interval_in_hrs<=24, 1h, interval_in_days<=30, 1d, interval_in_days>=31 and interval_in_days<=90, 7d, 31d);\r\nunion isfuzzy=true\r\ncorelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where isnotempty(service) and service !in ('ssl', 'tls', 'dns', \"ssl,http\", \"http,ssl\")\r\n| make-series [\"Unencrypted Traffic Volume\"]=count() default = 0 on TimeGenerated from {GlobalTimeRestriction:start} to {GlobalTimeRestriction:end} step bin_duration by service",
"size": 2,
"showAnalytics": true,
"title": "Top Unencrypted Protocols Used",
Expand Down Expand Up @@ -1987,7 +1987,7 @@
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "union corelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where service == '{service}'\r\n",
"query": "union isfuzzy=true\r\ncorelight_http,\r\ncorelight_conn,\r\ncorelight_dns,\r\ncorelight_ssl,\r\ncorelight_files\r\n| where ('*' in ({Sensor}) or sensor_name in ({Sensor}))\r\n| where service == '{service}'\r\n",
"size": 0,
"showAnalytics": true,
"title": "Details of Top Unencrypted Protocols Used",
Expand Down
Binary file modified Workbooks/Images/Preview/CorelightWhite1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Workbooks/Images/Preview/CorelightWhite3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Workbooks/Images/Preview/CorelightWhite4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion Workbooks/WorkbooksMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3932,7 +3932,23 @@
"CorelightMainBlack1.png",
"CorelightMainWhite1.png",
"CorelightSoftwareBlack1.png",
"CorelightSoftwareWhite1.png"
"CorelightSoftwareWhite1.png",
"CorelightWhite1.png",
"CorelightWhite2.png",
"CorelightWhite3.png",
"CorelightWhite4.png",
"CorelightWhite5.png",
"CorelightWhite6.png",
"CorelightWhite7.png",
"CorelightWhite8.png",
"CorelightBlack1.png",
"CorelightBlack2.png",
"CorelightBlack3.png",
"CorelightBlack4.png",
"CorelightBlack5.png",
"CorelightBlack6.png",
"CorelightBlack7.png",
"CorelightBlack8.png"
],
"version": "1.0.0",
"title": "Corelight",
Expand Down

0 comments on commit 0a5410c

Please sign in to comment.