GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mail::SpamAssassin::Plugin::Phishing(3) User Contributed Perl Documentation Mail::SpamAssassin::Plugin::Phishing(3)

Mail::SpamAssassin::Plugin::Phishing - check uris against phishing feed

  loadplugin Mail::SpamAssassin::Plugin::Phishing
  ifplugin Mail::SpamAssassin::Plugin::Phishing
    phishing_openphish_feed /etc/mail/spamassassin/openphish-feed.txt
    phishing_phishtank_feed /etc/mail/spamassassin/phishtank-feed.csv
    phishing_phishstats_feed /etc/mail/spamassassin/phishstats-feed.csv
    phishing_phishing_database_feed /etc/mail/spamassassin/phishing-database-feed.csv
    body     URI_PHISHING      eval:check_phishing()
    describe URI_PHISHING      Url match phishing in feed
  endif

This plugin finds uris used in phishing campaigns detected by OpenPhish, PhishTank or PhishStats feeds.

The Openphish free feed is updated every 6 hours and can be downloaded from https://openphish.com/feed.txt.

The PhishTank free feed is updated every 1 hours and can be downloaded from http://data.phishtank.com/data/online-valid.csv. To avoid download limits a registration is required.

The PhishStats feed is updated every 90 minutes and can be downloaded from https://phishstats.info/phish_score.csv.

The Phishing Database feed is updated every few hours and can be downloaded from https://phish.co.za/latest/phishing-links-ACTIVE.txt

ADMIN PREFERENCES

The following options can be used in site-wide ("local.cf") configuration files to customize how the module handles phishing uris

Absolute path of the downloaded OpenPhish datafeed.
Absolute path of the downloaded PhishTank datafeed.
If this option is set uri parameters will not be take into consideration when parsing the phishing uris datafeed. If this option is enabled and the url without parameters has no subdirectories (like https://www.kisa.link/url_redirector.php?url=...) the url will be skipped.
Absolute path of the downloaded PhishStats datafeed.
Minimum score to take into consideration for phishing uris downloaded from PhishStats datafeed.
Absolute path of the downloaded Phishing Database datafeed.

ADMIN PREFERENCES

The following options can be used in site-wide ("local.cf") configuration files to customize how the module handles phishing uris

2025-04-29 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.