Skip to content

return import hash matches present in a malware directory/repository. (takes a file or imphash).

Notifications You must be signed in to change notification settings

madsc13ntist/impscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

impscan

return import hash matches present in a malware directory/repository. (takes a file or imphash).

Usage: impscan.py [options] FILE(S) or HASHE(S)
version 0.0.1, build 77fafcd61ac42503bac52d7b1e7e6092
return import hash matches present in a malware directory/repository.  takes a file or imphash.
Copyright (c) 2014 Joseph Zeranski <madsc13ntist@gmail.com>

Options:
  -h, --help  show this help message and exit
  -d DIR      Dir to scan for matching files with matching imphashes.

Example Usage

Search using a known imphash through two directories.

$ ./impscan.py f7b824bdc1f89763a2dee17f68c0aa9f -d /malware/report/2014/07 -d /malware/report/2014/09
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/07/20140731-01/malware/8d248e6d41f8954edc33f98ac38249a2cc94fd3dfeff7bbe64c33c3fed78e0ec
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/09/20140911-01/malware/rasauto.dll
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/09/20140912-01/malware/STMP.dll
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/09/20140912-02/malware/STMP.dll

Search using a file through one directory.

$ ./impscan.py -d /malware/report /malware/report/2014/09/20140912-02/malware/STMP.dll
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/07/20140731-01/malware/8d248e6d41f8954edc33f98ac38249a2cc94fd3dfeff7bbe64c33c3fed78e0ec
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/09/20140911-01/malware/rasauto.dll
f7b824bdc1f89763a2dee17f68c0aa9f /malware/report/2014/09/20140912-01/malware/STMP.dll

About

return import hash matches present in a malware directory/repository. (takes a file or imphash).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages