6
0
mirror of https://github.com/avast/ioc synced 2024-06-26 00:38:34 +00:00
ioc-collection/OnionCrypter/extras
Jakub Kaloč 4a94e73e42 added ioc
2021-03-05 08:53:09 +01:00
..
extract_event_names.py added ioc 2021-03-05 08:53:09 +01:00
README.md added ioc 2021-03-05 08:53:09 +01:00

Script for extraction of event names from sample

This script can be used for extracting event names from samples of the OnionCrypter. It is IDAPython script which dumps found event names in ndjson format to a result file given as argument.

Script can be run from console with following command:

> ida.exe -A -S"path_to_script/script.py \"output_file\"" path_to_sample

In a case of scanning multiple samples it is recommended to create other script which will be using command above to automate scanning.