Skip to content

Easy way to create a MISP event related to a Phishing page

License

Notifications You must be signed in to change notification settings

eCrimeLabs/phish2MISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phish2MISP

We are happy to announce the release of Phish2MISP a small python script that can be used to gather information related to a phishing site and add it as an event in MISP. We have often had the case of phishing sites that needs to be added to MISP as an event, and spending time on gathering the relevant attributes. With Phish2MISP we have tried to make this as easy as possible.

Read the blog post at: https://www.ecrimelabs.com/blog/2020/8/17/phish2misp-v10-released

Configuration of the script is done in the keys file

misp_url = 'https://<MISP_SERVER>/'
misp_key = '<MISP_API_KEY>'
misp_verifycert = True
misp_tags = ['tlp:amber', 'misp-galaxy:financial-fraud="Phishing"']

misp_distribution = 3 # 0 = Organisation only, 1 = This community only, 2 = Connected communities, 3 = All communities, 4 = Sharing Group
sharing_group_id = 1 # Only to be used in combination with misp_distribution = 4

misp_threat_level_id = 1 # 0 = Undefined, 1 = Low, 2 = Medium, 3 = High
misp_analysis = 0 # 0 = Completed, 1 = Ongoing, 2 = Initial

auto_publish = False

make_screenshot = True

proxies = {
}

Requirements: phish2MISP makes use CutyCapt(http://cutycapt.sourceforge.net/) for the screendumping part, besides this it automates the collection of attributes.

About

Easy way to create a MISP event related to a Phishing page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages