Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added app dependency for sophos firewall #630

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cyences_app_for_splunk/bin/cs_product_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ def build_app_dependency_search(app_list):
{
"label": "Sophos XG Firewall Add-on For Splunk",
"link": "https://splunkbase.splunk.com/app/6187/"
},
{
"label": "Sophos Central Addon for Splunk",
"link": "https://splunkbase.splunk.com/app/6186/"
}
],
"macro_configurations": [
Expand All @@ -398,6 +402,14 @@ def build_app_dependency_search(app_list):
"search_values": "sophos:xg:firewall,sophos:xg:heartbeat,sophos:xg:system_health,sophos:xg:atp,sophos:xg:idp",
"earliest_time": "-1d@d",
"latest_time": "now",
},
{
"macro_name": "cs_sophos",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the macro correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we are collecting sophos_events data from sophos central addon in cs_sophos macro. & this data contains endpoint protection and firewall related logs.

"label": "Sophos Firewall Data",
"search_by": "sourcetype",
"search_values": "sophos_events",
"earliest_time": "-7d@d",
"latest_time": "now",
}
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
<title>Network Compromise &amp; Cisco IOS</title>
<table id="tbl_network_compromise">
<search base="basesearch">
<query>| `cs_filter_savedsearches("Network Compromise|Cisco IOS|Cisco Meraki")`</query>
<query>| `cs_filter_savedsearches("Network Compromise|Sophos Firewall|Cisco IOS|Cisco Meraki")`</query>
</search>
<option name="count">10</option>
<option name="drilldown">row</option>
Expand Down