Event #29201
Recorded 2 weeks ago
Command
Critical
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 05:01:33
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
SELECT
CASE
WHEN timestamp_start < '2025-10-23' THEN 'Before Geoblock'
ELSE 'After Geoblock'
END as period,
COUNT(*) as session_count,
COUNT(DISTINCT listener_ip) as unique_ips
FROM listener
WHERE station_id = 18
AND remote_id = 6
AND location_country = 'AZ'
GROUP BY period
ORDER BY period;"
Raw Event Data
{
"pid": 4154130,
"tty": "unknown",
"ppid": 4154001,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\nSELECT \n CASE \n WHEN timestamp_start < '2025-10-23' THEN 'Before Geoblock'\n ELSE 'After Geoblock'\n END as period,\n COUNT(*) as session_count,\n COUNT(DISTINCT listener_ip) as unique_ips\nFROM listener \nWHERE station_id = 18 \nAND remote_id = 6 \nAND location_country = 'AZ'\nGROUP BY period\nORDER BY period;\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T05:01:33.401Z",
"event_type": "command",
"received_at": "2025-12-02T05:01:34.238939",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 57452 140.82.46.49 22",
"server_location": "NJ",
"honeypot_location": "NJ",
"working_directory": "\/root"
}
Risk Assessment
High Risk
Critical severity event detected
Actions
Related Events
Related events feature coming soon