-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add 4 miscellaneous persistence techniques #956
base: master
Are you sure you want to change the base?
Add 4 miscellaneous persistence techniques #956
Conversation
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.
very cool, see my initial feedback attached
- and: | ||
- or: | ||
- match: copy file | ||
- match: move file | ||
- match: host-interaction/file-system/write | ||
- string: /\\spool\\PRTPROCS\\/i |
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.
with the dynamic: call
scope this would only work for static processing, is that intended?
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.
It is intended to work for dynamic as well.
When #952 is merged, this should work for dynamic as well (as it changes the scope of copy file
, move file
, and write file
to the call
scope).
Or is there another reason why it wouldn't work for dynamic analysis?
Add 4 miscellaneous persistence techniques.
The BITS Jobs and WMI subscription rules may result in false positives because of the
ole32.CoCreateInstance
matching.We might want to remove that part, but that would result in false negatives. Thoughts on this are welcome! :)
This PR requires #952 to be merged.