├── LICENSE ├── README.md ├── csvchop.py ├── extractor.py ├── hasher.py ├── vtcheck.py └── vthash.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/README.md -------------------------------------------------------------------------------- /csvchop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/csvchop.py -------------------------------------------------------------------------------- /extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/extractor.py -------------------------------------------------------------------------------- /hasher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/hasher.py -------------------------------------------------------------------------------- /vtcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/vtcheck.py -------------------------------------------------------------------------------- /vthash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApexPredator-InfoSec/DFIR-Malware-Analysis/HEAD/vthash.py --------------------------------------------------------------------------------