hogMind Integration

Add advanced security monitoring to your website

Overview

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?

  • Protect your users from brute force attacks
  • Get detailed information about suspicious login attempts
  • Automatically block malicious IP addresses
  • Easy integration with JavaScript or API calls

Quick Start

Choose your integration method:

JavaScript Integration API Integration Complete Example

How It Works

hogMind tracks failed login attempts and collects the following information:

After 3 failed login attempts to the same username, hogMind will:

  1. Send a security alert notification to the account owner
  2. Block the IP address from attempting further logins to that username
  3. Log all collected information for review

API Endpoint

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"
    }
}

Security Features

Need Help?

For more detailed documentation and examples, visit: