Total Hosts
1
Active Hosts
1
Total Events
33400
Host Instances
Manage your deployed Host
| Host | Location | Environment | Events | Last Seen | Status | Actions |
|---|---|---|---|---|---|---|
|
default-host
API Key: XjcUpzSE......
|
unknown
|
production |
33,400
|
Mar 13, 18:20
1 day 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"
}'