Event #24535
Recorded 3 weeks ago
Command
Info
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 00:07:38
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
-- Check most recent activity from the 3 datacenter IPs
SELECT
listener_ip,
COUNT(*) as total_records,
MAX(timestamp_start) as last_seen,
SUM(CASE WHEN timestamp_end IS NULL THEN 1 ELSE 0 END) as still_active
FROM listener
WHERE listener_ip IN ('15.235.119.81', '139.144.98.180', '144.76.223.55')
GROUP BY listener_ip;
"
Raw Event Data
{
"pid": 3179008,
"tty": "unknown",
"ppid": 3178817,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\n-- Check most recent activity from the 3 datacenter IPs\nSELECT \n listener_ip,\n COUNT(*) as total_records,\n MAX(timestamp_start) as last_seen,\n SUM(CASE WHEN timestamp_end IS NULL THEN 1 ELSE 0 END) as still_active\nFROM listener\nWHERE listener_ip IN ('15.235.119.81', '139.144.98.180', '144.76.223.55')\nGROUP BY listener_ip;\n\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T00:07:38.944Z",
"event_type": "command",
"received_at": "2025-12-02T00:07:39.734602",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 33670 140.82.46.49 22",
"server_location": "NJ",
"honeypot_location": "NJ",
"working_directory": "\/root"
}
Risk Assessment
Low Risk
Normal security event
Actions
Related Events
Related events feature coming soon