Skip to content

lubufa/Netwitness-spam-email-campaign-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Netwitness spam email campaign analyzer

A quick first release of an useful script for the identification of spam emails campaigns

Cases

The classification is based on 4 cases:

  • email.src has more than 1 value (len(email.src) > 1)
  • email[0] != all(email.src)
  • every value in email[1:] is not in email.dst
  • len(email.dst) != (len(email)-1)

Input File

The easiest way is to download all the meta as json. At the moment the input file name is hardcoded, put the file in the same folder and change the name of the file at line 14.

Download meta as Json

Output

The script returns a csv file

About

An useful script for the identification of spam emails campaigns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages