Event #24583
Recorded 3 weeks ago
Command
Critical
default-host
140.82.46.49
66.135.25.80
root
Dec 2, 2025 00:24:31
Command
docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e "
-- Find suspicious patterns across ALL stations
-- Look for: datacenter locations, impossible durations, repeated IPs
SELECT
location_country,
location_description,
COUNT(*) as records,
COUNT(DISTINCT listener_ip) as unique_ips,
COUNT(DISTINCT station_id) as stations_affected,
ROUND(AVG(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW())))) as avg_duration_sec
FROM listener
WHERE timestamp_start >= '2025-11-01'
GROUP BY location_country, location_description
HAVING records > 100
ORDER BY records DESC
LIMIT 30;
"
Raw Event Data
{
"pid": 3226087,
"tty": "unknown",
"ppid": 3225996,
"user": "root",
"shell": "\/bin\/bash",
"command": "docker exec azuracast mariadb -u azuracast -pREffKmptM662 azuracast -e \"\n-- Find suspicious patterns across ALL stations\n-- Look for: datacenter locations, impossible durations, repeated IPs\nSELECT \n location_country,\n location_description,\n COUNT(*) as records,\n COUNT(DISTINCT listener_ip) as unique_ips,\n COUNT(DISTINCT station_id) as stations_affected,\n ROUND(AVG(TIMESTAMPDIFF(SECOND, timestamp_start, COALESCE(timestamp_end, NOW())))) as avg_duration_sec\nFROM listener\nWHERE timestamp_start >= '2025-11-01'\nGROUP BY location_country, location_description\nHAVING records > 100\nORDER BY records DESC\nLIMIT 30;\n\"",
"user_ip": "66.135.25.80",
"exit_code": 0,
"server_ip": "140.82.46.49",
"timestamp": "2025-12-02T00:24:31.457Z",
"event_type": "command",
"received_at": "2025-12-02T00:24:31.943318",
"server_name": "Azura3",
"honeypot_name": "Azura3",
"parent_command": "sshd",
"ssh_connection": "66.135.25.80 38566 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