-
Notifications
You must be signed in to change notification settings - Fork 557
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
KeyError:3 while running capa on VMRay analysis archive #2394
Comments
Thanks for the report and archive for testing. We assume all processes are tracked in summary_v2.json but here they are not.
flog.xml contains all data, so we may have to just rely on that, e.g.: <monitor_process ts="109816" process_id="3" image_name="wmiprvse.exe" filename="c:\\windows\\system32\\wbem\\wmiprvse.exe" page_root="0x4a684000" os_pid="0x694" os_integrity_level="0x4000" os_privileges="0x1e60b1e890" monitor_reason="rpc_server" parent_id="2" os_parent_pid="0x200" cmd_line="C:\\Windows\\system32\\wbem\\wmiprvse.exe -Embedding" cur_dir="C:\\Windows\\system32\\" ..."/>
|
now getting:
|
mike-hunhoff
added a commit
that referenced
this issue
Sep 26, 2024
* get all processes, see #2394 * add tests for process recording * rename symbols for clarification * handle single and list entries * update changelog * dynamic: vmray: use monitor IDs to track processes and threads * dynamic: vmray: code refactor * dynamic: vmray: add sanity checks when processing monitor processes * dynamic: vmray: remove unnecessary keys() access * dynamic: vmray: clarify comments * Update CHANGELOG.md Co-authored-by: Willi Ballenthin <[email protected]> * dynamic: vmray: update CHANGELOG --------- Co-authored-by: Mike Hunhoff <[email protected]> Co-authored-by: Willi Ballenthin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
While running capa 7.3.0 on a VMRay analysis archive, capa crashed and provided a stack trace for troubleshooting.
Steps to Reproduce
2f8a79b12a7a989ac7e5f6ec65050036588a92e65aeb6841e08dc228ff0e21b4
(attached)./capa -d -f vmray 2f8a79b12a7a989ac7e5f6ec65050036588a92e65aeb6841e08dc228ff0e21b4_analysis_archive.zip
Expected behavior:
I expected a capability report.
Actual behavior:
The capa process crashed with stack trace:
Versions
capa 7.3.0
5.15.0-1047-aws 20.04.1-Ubuntu x86_64
Additional Information
See attached analysis archive for troubleshooting
2f8a79b12a7a989ac7e5f6ec65050036588a92e65aeb6841e08dc228ff0e21b4_analysis_archive.zip
The text was updated successfully, but these errors were encountered: