Skip to content
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

[issue resolved] Trickbot config dumped on CAPEv2 host: python3.6.9 , guest:python3.7.2 #85

Merged

Conversation

Tatsuya-hasegawa
Copy link

Hi

I rewrote the CAPE parser specification to extract the Trickbot config from the process dump memory in order to run on CAPEv2 python environment (e.g host: python3.6.9 , guest:python 3.7.2).

Malware config dumping from "procdump_path" had been enabled on this commit of today.
75b987a
CAPE.py
#else: else: # We set append_file to False as we don't wan't to include # the files by default in the CAPE tab #self.process_file(file_path, CAPE_output, False) self.process_file(file_path, CAPE_output, False)

Thus my code is just for adjusting my purpose to python3 env.

Best Regards,
Tatsuya

@doomedraven doomedraven merged commit 968b514 into kevoreilly:master Mar 5, 2020
@Tatsuya-hasegawa Tatsuya-hasegawa deleted the trickbotdump-procmem branch March 6, 2020 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants