/analyst-scripts

Scripts to analyze stuff

Primary LanguagePython

analyst-scripts

Scripts for analyzing stuff:

  • clamav_to_yara.py : Convert ClamAV signature to Yara (from the Malware Analyst's Cookbook)
  • parsepng.py : Analyze a PNG file looking for weird things
  • checkpesize.py : check a PE file size
  • pe.py : display basic infos about a PE file (sections, imports...)
  • scrdec18.c : An old code still useful to decode .jse files (MS Jscript encoded), by MrBrownStone (website archive, source code)
  • misp : some scripts for using MISP servers