├── deobf_bitpaymer.py ├── deobf_bitpaymer_cutter.py ├── deobf_synack.py ├── filter_dionaea_db.py ├── pastebin_scraper ├── README.md ├── binaries │ └── sample ├── config.yml.default ├── database.sqlite ├── db_script.sql ├── find_cc.py └── scraper.py └── whack_a_proc └── README.md /deobf_bitpaymer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/deobf_bitpaymer.py -------------------------------------------------------------------------------- /deobf_bitpaymer_cutter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/deobf_bitpaymer_cutter.py -------------------------------------------------------------------------------- /deobf_synack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/deobf_synack.py -------------------------------------------------------------------------------- /filter_dionaea_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/filter_dionaea_db.py -------------------------------------------------------------------------------- /pastebin_scraper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/README.md -------------------------------------------------------------------------------- /pastebin_scraper/binaries/sample: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pastebin_scraper/config.yml.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/config.yml.default -------------------------------------------------------------------------------- /pastebin_scraper/database.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/database.sqlite -------------------------------------------------------------------------------- /pastebin_scraper/db_script.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/db_script.sql -------------------------------------------------------------------------------- /pastebin_scraper/find_cc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/find_cc.py -------------------------------------------------------------------------------- /pastebin_scraper/scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/pastebin_scraper/scraper.py -------------------------------------------------------------------------------- /whack_a_proc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mauronz/malware_analysis/HEAD/whack_a_proc/README.md --------------------------------------------------------------------------------