Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/owlinux1000/malconfscandocker

MalConfScan on Docker
https://github.com/owlinux1000/malconfscandocker

docker malconfscan malware malware-analysis

Last synced: 20 days ago
JSON representation

MalConfScan on Docker

Awesome Lists containing this project

README

        

# MalConfScan on Docker

[MalConfScan](https://github.com/JPCERTCC/MalConfScan) is very useful tool that is extracting the configuration of malwares such as Emotet. You can easily use MalConfScan with Docker.

```
$ docker pull ghcr.io/owlinux1000/malconfscan:latest
$ docker run --rm -v $(pwd):/root/tmp -it ghcr.io/owlinux1000/malconfscan:latest
# For example
root@hogehoge:~/volatility# python vol.py malconfscan -f /root/tmp/image.vmem --profile=Win10x64_18362 -p 4416
```