msp/nospam

Comment Spammers, Harvesters and Suspicious users access prevention for Magento2 - Member of MageSpecialist SecuritySuite

Installs: 46 704

Dependents: 1

Suggesters: 0

Security: 0

Stars: 13

Watchers: 5

Forks: 2

Open Issues: 2

Type:magento2-module

1.3.0 2017-10-28 22:25 UTC

This package is auto-updated.

Last update: 2024-03-28 21:16:04 UTC


README

This module will check the user IP against malicious users database.
It can stop Catalog Harvesters, Comment Spammers and Malicious users.

Member of MSP Security Suite

See: https://github.com/magespecialist/m2-MSP_Security_Suite

Installing on Magento2:

1. Get a free honeypot account

Go to http://www.projecthoneypot.org/ and register for free.
Once registered go to http://www.projecthoneypot.org/httpbl_configure.php and get a free API key.

2. Install using composer

From command line:

composer require msp/nospam
php bin/magento setup:upgrade

3. Enable and configure from your Magento backend config

config.png

Set your API key according to the one you obtained from Honeypot website.

Remember to flush your cache.

Threat detected (with stealth mode disabled)

detected.png

Threat detected (with stealth mode enabled)

detected_stealth.png

Logged entries

You can browse and search logged events for blocked or non-blocked requests in System > MSP Security Suite > Events Report.