Hostname

Manage your host instances

System Online

Total Hosts

1

Active Hosts

1

Total Events

31581

Host Instances

Manage your deployed Host

Host Location Environment Events Last Seen Status Actions
default-host
API Key: XjcUpzSE......
unknown
production
31,581
Dec 9, 04:05
23 hours ago
Active

API Integration

Example API Request

curl -X POST http://your-domain.com/api/receive \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key_here" \
  -d '{
    "event_type": "ssh_login",
    "timestamp": "2024-01-15 10:30:00",
    "username": "attacker",
"server_ip": "139.168.1.100",
"user_ip": "192.168.1.100",
    "command": "ssh user@server"
  }'