Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@psrok1 psrok1 released this 22 Jun 10:25
· 5 commits to master since this release
638adbe

Breaking changes:

  • script:linux:sh is now classified as script:sh (platform field is gone) (#54)

New features and improvements:

  • Added platform detection for ELF files (#55)
  • Added support for other types of malicious scripts (#54)
  • Added {"kind": "json"} classification for JSON files (misc:json) (#49)
  • XML documents are classified as ASCII-encoded (misc:ascii) (#51)
  • Support for CSV files (misc:csv) (#58)
  • Support for multiple extra archive formats (#57)
  • Support for MBR, XCOFF and COM files (#59)
  • Support for graphics images and VHD disk images (#60)

Bugfixes:

  • Fixed pcap files recognition (#67)

Thanks @jasperla, @r1d3th3wav3s and @chkp-ramanl for contributions! 🎉