Add advanced security monitoring to your website
hogMind is a powerful security feature that monitors login attempts and alerts you when someone tries to access an account with incorrect credentials. This integration guide will help you add hogMind to your website.
Why Use hogMind?
hogMind tracks failed login attempts and collects the following information:
After 3 failed login attempts to the same username, hogMind will:
The hogMind API endpoint is:
/hogmind/api/track // Clean URL (recommended) /hogmind/api/track.php // Direct file access https://hogmind.forumfox.org/api/track // External endpoint (if available)
Request Method: POST
Content-Type: application/json
Request Body:
{
"username": "target_username",
"ip": "192.168.1.1",
"device_info": {
"browser": "Chrome 120.0",
"device": "Windows",
"device_version": "10",
"country": "United States",
"region": "California",
"wifi_name": "NetworkName"
}
}
For more detailed documentation and examples, visit: