-
Notifications
You must be signed in to change notification settings - Fork 565
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
dynamic vverbose rendering should use process name #1816
Labels
Comments
mr-tz
added
enhancement
New feature or request
dynamic
related to dynamic analysis flavor
labels
Oct 18, 2023
today: some things of note:
|
today: write file on Windows
namespace host-interaction/file-system/write
author [email protected], [email protected]
scope Scope.PROCESS
mbc File System::Writes File [C0052]
Scope.PROCESS @ process ppid: 2456, process pid: 3052
or:
and:
os: windows
optional:
or:
thread:
or:
number: 0x2 = FILE_WRITE_DATA @ process ppid: 2456, process pid: 3052, thread id: 2792, call: 828, process ppid: 2456, process pid: 3052, thread id: 2792, call: 834, process ppid: 2456, process pid: 3052, thread id: 2792, call: 850, process ppid: 2456, process pid: 3052, thread id: 2792, call: 866 proposal 1: write file on Windows
namespace host-interaction/file-system/write
author [email protected], [email protected]
scope Scope.PROCESS
mbc File System::Writes File [C0052]
Scope.PROCESS @ process ppid: 2456, process pid: 3052
or:
and:
os: windows
optional:
or:
thread:
or:
number: 0x2 = FILE_WRITE_DATA @ explorer.exe[3052:2792], WriteFile[828](2, bar), WriteFile[834](2, baz), WriteFile[850](2, woo), WriteFile[866](2, hoo) proposal 2: write file on Windows
namespace host-interaction/file-system/write
author [email protected], [email protected]
scope Scope.PROCESS
mbc File System::Writes File [C0052]
Scope.PROCESS @ process ppid: 2456, process pid: 3052
or:
and:
os: windows
optional:
or:
thread:
or:
number: 0x2 = FILE_WRITE_DATA @ explorer.exe[3052:2792]:
@ WriteFile[828](2, bar),
@ WriteFile[834](2, baz),
@ WriteFile[850](2, woo),
@ WriteFile[866](2, hoo) proposal 3: write file on Windows
namespace host-interaction/file-system/write
author [email protected], [email protected]
scope Scope.PROCESS
mbc File System::Writes File [C0052]
Scope.PROCESS @ process ppid: 2456, process pid: 3052
or:
and:
os: windows
optional:
or:
thread:
or:
number: 0x2 = FILE_WRITE_DATA @ explorer.exe[3052:2792]: WriteFile[828](2, bar), and 3 more... |
3 tasks
check https://github.com/mandiant/capa-testfiles/blob/dynamic-feature-extractor/dynamic/cape/v2.4/capesandbox_com/0a0882b8da225406cc838991b5f67d11.json.gz as a potential good test candidate (with many processes and repeated calls) |
On first glance I like proposal 2 the most. |
closed in #1825 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is much clearer than for example:
The text was updated successfully, but these errors were encountered: