Janric Simple Attack Monitor

描述

Most security plugins try to do everything — firewall, blocking, malware scanning, email alerts — and end up bloated, slow, and full of upsells. Attack Monitor does one thing: it watches your site for common attack patterns and quietly logs them, so you always know what’s being thrown at your site.
What it detects

Brute force login attempts
XML-RPC abuse (including system.multicall floods)
User enumeration via ?author= and the REST API
Admin area probing by unauthenticated visitors
Path and plugin scanning (phpinfo.php, .env, phpmyadmin, wp-config.php and more)
SQL injection attempts in URLs and POST data
XSS attempts in URLs and POST data
Comment flooding

What you get

A dashboard widget showing this week’s attacks by category at a glance
A full log page with day / week / 30-day / all-time views
A bar chart of attack volume over time
Top attacking IPs ranked by hit count
Filterable event log with timestamps, IPs, URLs and detail
Safe IP whitelist — exclude your own monitoring tools, cron jobs or office IP ranges
CIDR range support (e.g. 192.168.1.0/24) for the whitelist
A single lightweight database table — nothing else added to your WordPress installation

Philosophy
Detection and blocking are separate concerns. This plugin handles detection only, leaving you free to choose how you respond — whether that’s Fail2ban, Cloudflare, a companion blocking plugin, or simply reviewing the data. No firewall rules are added, no requests are blocked or slowed down, and no data is sent anywhere outside your own database.
Ideal for developers, agencies and site owners who want visibility without handing over control to an all-in-one security suite.

安裝

  1. Upload the plugin files to the /wp-content/plugins/janric-simple-attack-monitor/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. That’s it — no configuration needed unless you want to ignore IP addresses.
  4. To ignore known safe probes, e.g. regular jobs you run, go to the Attack Monitor in the Navigation bar, then Safe IPs and simply add 1 IP address per line for all you wish to ignore.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Janric Simple Attack Monitor” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Janric Simple Attack Monitor 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Initial release.