@passmarked/malware
Version:
Rules that check if the page or linked pages on the same domain (or external) contain any unwanted software,malware or reported phishing attacks
19 lines (13 loc) • 411 B
JavaScript
module.exports = exports = {
DETECTIONS: {
MALWARE: 'malware',
PHISHING: 'phishing',
UNWANTED: 'unwanted'
},
PHISTANK_SOURCE: 'Phistank',
PHISTANK_COMPANY: 'OpenDNS',
PHISTANK_WEBSITE: 'https://www.phishtank.com',
SAFEBROWSING_SOURCE: 'Safe Browsing',
SAFEBROWSING_COMPANY: 'Google',
SAFEBROWSING_WEBSITE: 'https://developers.google.com/safe-browsing/',
};