File: //usr/local/apache/htdocs/401.shtml
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.js"></script>
<script type="text/javascript">
var getIPAddress = function() {
$.getJSON("https://jsonip.com?callback=?", function(data) {
var ipaddress = "Your blocked IP address is <b>" + data.ip + "</b>";
document.getElementById("ipaddress").innerHTML = ipaddress;
});
};
</script>
<title>Unauthorized Access</title>
</head>
<body onload="getIPAddress()">
<img src="http://www.hostingraja.in/images/logo.jpg" />
<h1>Your connection to this server has been blocked in this server's firewall.</h1>
<p id="ipaddress"></p>
<p>Your IP address is blocked in Our Modsecurity <b>due to Invalid wp-admin (or) Invalid cPanel login (or) Invalid webmail login.</b></p>
<p>Your IP address is temporarily blocked by ModSecurity, Your IP will be unblocked in 10 minutes. Please do not send a ticket for the same.</p>
<p><b>Wait for 10 minutes. Next time, Provide correct login username and password for your cPanel/Website/WordPress/Webmail.</b></p>
</body>