Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/owlinux1000/malconfscandocker
- Owner: owlinux1000
- Created: 2019-12-19T15:14:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T23:18:18.000Z (over 4 years ago)
- Last Synced: 2024-11-15T22:27:07.905Z (3 months ago)
- Topics: docker, malconfscan, malware, malware-analysis
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```