-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Converted Auditd rules #5059
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
base: master
Are you sure you want to change the base?
Converted Auditd rules #5059
Conversation
CommandLine|contains: | ||
- '--to-ports 42' | ||
- '--to-ports 43' | ||
condition: selection_cmd and selection_keywords |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
condition: selection_cmd and selection_keywords | |
condition: all of selection_* |
CommandLine|contains|all: | ||
- 'extract' | ||
- '-sf' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a5a827d9-1bbe-4952-9293-c59d897eb41b check '.jpg' and '.png' too.
From ref can use MP, GIF, JPG or PNG format.
condition: selection_image and 1 of parameters_* | ||
falsepositives: | ||
- Unknown | ||
level: medium |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ce446a9e-30b9-4483-8e38-d2c9ad0a2280 and a5a827d9-1bbe-4952-9293-c59d897eb41b are low
Summary of the Pull Request
Reviewed
EXECVE
Auditd rules to see if they have process_creation counterparts. Created new process_creation rule if needed, addedrelated
field to existing process_creation rules and updated Audited rule as needed.Changelog
Process Creation:
new: Bpfdoor TCP Ports Redirect - Process Creation
new: File Time Attribute Change - Process Creation
new: Possible Coin Miner CPU Priority Param - Process Creation
new: Steganography Embed or Extract Files with Steghide - Process Creation
chore: Remove Immutable File Attribute - Title
chore: Clipboard Collection with Xclip Tool - Title + Related id
chore: DD File Overwrite - Process Creation - Title + Related id
Auditd:
chore: Bpfdoor TCP Ports Redirect - Title
chore: File Time Attribute Change - Title
chore: Possible Coin Miner CPU Priority Param - Title
chore: Overwriting the File with Dev Zero or Null - Title
chore: Steganography Hide Files with Steghide - Title
chore: Steganography Extract Files with Steghide - Title
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions