Skip to content

GTrunSec/zeek-spicy-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a spicy parser of IMAP for Zeek based on https://www.youtube.com/watch?v=oJprmlB3eNo. Also, It will be a part of zeek-mail-detection (private)

Usage

  • Nix: Compile the analyzer.spicy to hlto
nix develop github:GTrunSec/hunting-cells#devShells.x86_64-linux.zeek -c spicy-compile imap
  • Native: Compile and test
cd build
cmake ..
cmake --build .
cd ../tests
btest