Skip to content

Commit

Permalink
Add references to rules (osquery_rules)
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlovets098 committed Dec 12, 2023
1 parent 5c73412 commit 28a3edd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions rules/osquery_rules/osquery_mac_enable_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Description: >
Verifies that MacOS has automatic software updates enabled.
Runbook: >
Enable the auto updates on the host.
Reference: https://support.apple.com/en-gb/guide/mac-help/mchlpx1065/mac
SummaryAttributes:
- name
- action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Severity: Medium
Description: >
Monitor for chrome extensions that could lead to a credential compromise.
Runbook: Uninstall the unwanted extension
Reference: https://securelist.com/threat-in-your-browser-extensions/107181/
SummaryAttributes:
- action
- hostIdentifier
Expand Down
1 change: 1 addition & 0 deletions rules/osquery_rules/osquery_ossec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Description: >
Checks if any results are returned for the Osquery OSSEC Rootkit pack.
Runbook: >
Verify the presence of the rootkit and re-image the machine.
Reference: https://panther.com/blog/osquery-log-analysis/
SummaryAttributes:
- name
- hostIdentifier
Expand Down
2 changes: 1 addition & 1 deletion rules/osquery_rules/osquery_outdated.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from panther_base_helpers import deep_get

LATEST_VERSION = "4.2.0"
LATEST_VERSION = "5.10.2"


def rule(event):
Expand Down
3 changes: 2 additions & 1 deletion rules/osquery_rules/osquery_outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Tags:
- Osquery
- Compliance
Severity: Info
Description: Keep track of osquery versions, current is 4.1.2.
Description: Keep track of osquery versions, current is 5.10.2.
Runbook: Update the osquery agent.
Reference: https://www.osquery.io/downloads/official/5.10.2
SummaryAttributes:
- name
- hostIdentifier
Expand Down
1 change: 1 addition & 0 deletions rules/osquery_rules/osquery_outdated_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Severity: Low
Description: >
Check that all laptops on the corporate environment are on a version of MacOS supported by IT.
Runbook: Update the MacOs version
Reference: https://support.apple.com/en-eg/HT201260
SummaryAttributes:
- name
- hostIdentifier
Expand Down
1 change: 1 addition & 0 deletions rules/osquery_rules/osquery_ssh_listener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Description: >
Check if SSH is listening in a non-production environment. This could be an indicator of persistent access within an environment.
Runbook: >
Terminate the SSH daemon, investigate for signs of compromise.
Reference: https://medium.com/uptycs/osquery-what-it-is-how-it-works-and-how-to-use-it-ce4e81e60dfc
SummaryAttributes:
- action
- hostIdentifier
Expand Down

0 comments on commit 28a3edd

Please sign in to comment.