Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: smartsewer
{
"id": "3f6fb72b5519",
"src_ip": "114.30.86.98",
"start_time": "2026-09-11T09:13:26.278582Z",
"end_time": "2026-09-11T09:13:29.231016Z",
"duration": "3.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "smartsewer",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg1800926
{
"id": "a4d0b982c27f",
"src_ip": "182.18.145.21",
"start_time": "2026-09-11T09:13:23.268064Z",
"end_time": "2026-09-11T09:13:25.554456Z",
"duration": "2.3",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg1800926",
"pass": "sg1800926"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: cups-browsed
{
"id": "e2a23cfed9f8",
"src_ip": "193.187.172.166",
"start_time": "2026-09-11T09:12:39.122508Z",
"end_time": "2026-09-11T09:12:41.044111Z",
"duration": "1.9",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "cups-browsed",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: root / 12
Remote entity achieved interactive shell state. Command sequence (9 executed):
{
"id": "96d0b80bdbbe",
"src_ip": "92.118.39.77",
"start_time": "2026-09-11T09:12:05.526187Z",
"end_time": "2026-09-11T09:12:10.929327Z",
"duration": "5.4",
"version": "SSH-2.0-Go",
"hassh": "2ec37a7cc8daf20b10e1ad6221061ca5",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "root",
"pass": "12"
},
"commands": [
"export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH; uname=$(uname -s -v -n -m 2>/dev/null || /bin/uname -s -v -n -m 2>/dev/null || /usr/bin/uname -s -v -n -m 2>/dev/null || busybox uname -s -v -n -m 2>/dev/null || ( [ -f /proc/version ] && head -1 /proc/version | cut -d' ' -f1 ) || ( [ -f /etc/os-release ] && grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"' ) || echo \"\"); arch=$(uname -m 2>/dev/null || /bin/uname -m 2>/dev/null || /usr/bin/uname -m 2>/dev/null || busybox uname -m 2>/dev/null || ( [ -f /proc/cpuinfo ] && grep -q \"lm\" /proc/cpuinfo && echo x86_64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 8\" /proc/cpuinfo && echo aarch64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 7\" /proc/cpuinfo && echo armv7l ) || echo \"\"); uptime=$(cat /proc/uptime 2>/dev/null || busybox cat /proc/uptime 2>/dev/null); cpus=$(nproc 2>/dev/null || /usr/bin/nproc 2>/dev/null || busybox nproc 2>/dev/null || grep -c \"^processor\" /proc/cpuinfo 2>/dev/null); cpu_model=$( { lscpu 2>/dev/null | awk -F: '/Model name/ {print $2}'; grep -m1 -E \"^model name\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; grep -m1 -E \"^Hardware\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; cat /proc/device-tree/model 2>/dev/null; } | sed '/^$/d; /unknown/d; s/^[[:space:]]*//; s/[[:space:]]*$//; s/ AArch64 Processor$//; s/ Processor$//; s/ CPU$//' | head -1 ); gpu_info=$( (lspci 2>/dev/null | grep -i vga; lspci 2>/dev/null | grep -i nvidia; busybox lspci 2>/dev/null | grep -i vga; busybox lspci 2>/dev/null | grep -i nvidia) 2>/dev/null ); last_output=$(last 2>/dev/null); filter_output=$( ( export LANG=C LC_ALL=C; echo '===SHELL_BEHAVIOR==='; printf 'path_err='; ( ./xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'cmd_err='; ( xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'execute_err='; out=$(bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/usr/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(busybox sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1 || sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); esac; esac; esac; printf '%s' \"$out\" | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; echo '===DONE===' ) 2>&1 ); echo \"UNAME:$uname\"; echo \"ARCH:$arch\"; echo \"UPTIME:$uptime\"; echo \"CPUS:$cpus\"; echo \"CPU_MODEL:$cpu_model\"; echo \"GPU:$gpu_info\"; echo \"LAST:$last_output\"; echo \"FILTER:$filter_output\"",
"uname -s -v -n -m 2 > /dev/null",
"/bin/uname -s -v -n -m 2 > /dev/null",
"/usr/bin/uname -s -v -n -m 2 > /dev/null",
"busybox uname -s -v -n -m 2 > /dev/null",
"( [ -f /proc/version ]",
"[ -f /proc/version ]",
"head -1 /proc/version | cut -d -f1",
"[ -f /etc/os-release ]"
],
"detailed_commands": [
{
"cmd": "export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH; uname=$(uname -s -v -n -m 2>/dev/null || /bin/uname -s -v -n -m 2>/dev/null || /usr/bin/uname -s -v -n -m 2>/dev/null || busybox uname -s -v -n -m 2>/dev/null || ( [ -f /proc/version ] && head -1 /proc/version | cut -d' ' -f1 ) || ( [ -f /etc/os-release ] && grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"' ) || echo \"\"); arch=$(uname -m 2>/dev/null || /bin/uname -m 2>/dev/null || /usr/bin/uname -m 2>/dev/null || busybox uname -m 2>/dev/null || ( [ -f /proc/cpuinfo ] && grep -q \"lm\" /proc/cpuinfo && echo x86_64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 8\" /proc/cpuinfo && echo aarch64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 7\" /proc/cpuinfo && echo armv7l ) || echo \"\"); uptime=$(cat /proc/uptime 2>/dev/null || busybox cat /proc/uptime 2>/dev/null); cpus=$(nproc 2>/dev/null || /usr/bin/nproc 2>/dev/null || busybox nproc 2>/dev/null || grep -c \"^processor\" /proc/cpuinfo 2>/dev/null); cpu_model=$( { lscpu 2>/dev/null | awk -F: '/Model name/ {print $2}'; grep -m1 -E \"^model name\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; grep -m1 -E \"^Hardware\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; cat /proc/device-tree/model 2>/dev/null; } | sed '/^$/d; /unknown/d; s/^[[:space:]]*//; s/[[:space:]]*$//; s/ AArch64 Processor$//; s/ Processor$//; s/ CPU$//' | head -1 ); gpu_info=$( (lspci 2>/dev/null | grep -i vga; lspci 2>/dev/null | grep -i nvidia; busybox lspci 2>/dev/null | grep -i vga; busybox lspci 2>/dev/null | grep -i nvidia) 2>/dev/null ); last_output=$(last 2>/dev/null); filter_output=$( ( export LANG=C LC_ALL=C; echo '===SHELL_BEHAVIOR==='; printf 'path_err='; ( ./xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'cmd_err='; ( xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'execute_err='; out=$(bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/usr/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(busybox sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1 || sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); esac; esac; esac; printf '%s' \"$out\" | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; echo '===DONE===' ) 2>&1 ); echo \"UNAME:$uname\"; echo \"ARCH:$arch\"; echo \"UPTIME:$uptime\"; echo \"CPUS:$cpus\"; echo \"CPU_MODEL:$cpu_model\"; echo \"GPU:$gpu_info\"; echo \"LAST:$last_output\"; echo \"FILTER:$filter_output\"",
"failed": false,
"error": null
},
{
"cmd": "uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "/bin/uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "/usr/bin/uname -s -v -n -m 2 > /dev/null",
"failed": true,
"error": "Command not found: /usr/bin/uname -s -v -n -m"
},
{
"cmd": "busybox uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "( [ -f /proc/version ]",
"failed": false,
"error": null
},
{
"cmd": "[ -f /proc/version ]",
"failed": false,
"error": null
},
{
"cmd": "head -1 /proc/version | cut -d -f1",
"failed": false,
"error": null
},
{
"cmd": "[ -f /etc/os-release ]",
"failed": false,
"error": null
}
],
"failed_commands": [
"/usr/bin/uname -s -v -n -m"
],
"score": 200,
"tags": [
"RECONNAISSANCE",
"SUCCESSFUL LOGIN",
"COMMANDS RUN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: ansible
{
"id": "dab6a7a70f71",
"src_ip": "181.225.233.247",
"start_time": "2026-09-11T09:11:17.506204Z",
"end_time": "2026-09-11T09:11:19.310260Z",
"duration": "1.8",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "ansible",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: pkiuser
{
"id": "fa122c04aa90",
"src_ip": "195.238.176.70",
"start_time": "2026-09-11T09:11:14.001004Z",
"end_time": "2026-09-11T09:11:16.486689Z",
"duration": "2.5",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "pkiuser",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: _netbios
{
"id": "f94720b74d87",
"src_ip": "177.8.77.170",
"start_time": "2026-09-11T09:11:09.128675Z",
"end_time": "2026-09-11T09:11:10.749774Z",
"duration": "1.6",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "_netbios",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: xfs
{
"id": "6d3564cacc45",
"src_ip": "41.75.123.75",
"start_time": "2026-09-11T09:10:56.680965Z",
"end_time": "2026-09-11T09:10:59.532265Z",
"duration": "2.8",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "xfs",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: yndaiara
{
"id": "b983dc9fd982",
"src_ip": "49.0.3.142",
"start_time": "2026-09-11T09:10:54.251808Z",
"end_time": "2026-09-11T09:10:56.314228Z",
"duration": "2.1",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "yndaiara",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg2500094
{
"id": "269142bc56e9",
"src_ip": "103.20.219.5",
"start_time": "2026-09-11T09:10:52.254918Z",
"end_time": "2026-09-11T09:10:55.382849Z",
"duration": "3.1",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg2500094",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: ramakrishna
{
"id": "14981bde581f",
"src_ip": "190.171.165.205",
"start_time": "2026-09-11T09:10:45.026565Z",
"end_time": "2026-09-11T09:10:46.864813Z",
"duration": "1.8",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "ramakrishna",
"pass": "ramakrishna"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg1100332
{
"id": "0e2e5f9707ae",
"src_ip": "103.179.111.84",
"start_time": "2026-09-11T09:10:12.681802Z",
"end_time": "2026-09-11T09:10:15.035591Z",
"duration": "2.4",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg1100332",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: root / admin
{
"id": "afb96c5d449c",
"src_ip": "185.93.89.23",
"start_time": "2026-09-11T09:10:06.863574Z",
"end_time": "2026-09-11T09:15:07.635138Z",
"duration": "300.8",
"version": "SSH-2.0-Go",
"hassh": "16443846184eafde36765c9bab2f4397",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "root",
"pass": "admin"
},
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 60,
"tags": [
"SUCCESSFUL LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: _securityagent
{
"id": "d287426f714d",
"src_ip": "66.29.156.149",
"start_time": "2026-09-11T09:09:55.648319Z",
"end_time": "2026-09-11T09:09:56.707838Z",
"duration": "1.1",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "_securityagent",
"pass": "_securityagent"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: root / 1
Remote entity achieved interactive shell state. Command sequence (9 executed):
{
"id": "5697020e0cd0",
"src_ip": "92.118.39.77",
"start_time": "2026-09-11T09:09:53.333546Z",
"end_time": "2026-09-11T09:10:00.043343Z",
"duration": "6.7",
"version": "SSH-2.0-Go",
"hassh": "2ec37a7cc8daf20b10e1ad6221061ca5",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "root",
"pass": "1"
},
"commands": [
"export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH; uname=$(uname -s -v -n -m 2>/dev/null || /bin/uname -s -v -n -m 2>/dev/null || /usr/bin/uname -s -v -n -m 2>/dev/null || busybox uname -s -v -n -m 2>/dev/null || ( [ -f /proc/version ] && head -1 /proc/version | cut -d' ' -f1 ) || ( [ -f /etc/os-release ] && grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"' ) || echo \"\"); arch=$(uname -m 2>/dev/null || /bin/uname -m 2>/dev/null || /usr/bin/uname -m 2>/dev/null || busybox uname -m 2>/dev/null || ( [ -f /proc/cpuinfo ] && grep -q \"lm\" /proc/cpuinfo && echo x86_64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 8\" /proc/cpuinfo && echo aarch64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 7\" /proc/cpuinfo && echo armv7l ) || echo \"\"); uptime=$(cat /proc/uptime 2>/dev/null || busybox cat /proc/uptime 2>/dev/null); cpus=$(nproc 2>/dev/null || /usr/bin/nproc 2>/dev/null || busybox nproc 2>/dev/null || grep -c \"^processor\" /proc/cpuinfo 2>/dev/null); cpu_model=$( { lscpu 2>/dev/null | awk -F: '/Model name/ {print $2}'; grep -m1 -E \"^model name\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; grep -m1 -E \"^Hardware\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; cat /proc/device-tree/model 2>/dev/null; } | sed '/^$/d; /unknown/d; s/^[[:space:]]*//; s/[[:space:]]*$//; s/ AArch64 Processor$//; s/ Processor$//; s/ CPU$//' | head -1 ); gpu_info=$( (lspci 2>/dev/null | grep -i vga; lspci 2>/dev/null | grep -i nvidia; busybox lspci 2>/dev/null | grep -i vga; busybox lspci 2>/dev/null | grep -i nvidia) 2>/dev/null ); last_output=$(last 2>/dev/null); filter_output=$( ( export LANG=C LC_ALL=C; echo '===SHELL_BEHAVIOR==='; printf 'path_err='; ( ./xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'cmd_err='; ( xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'execute_err='; out=$(bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/usr/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(busybox sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1 || sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); esac; esac; esac; printf '%s' \"$out\" | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; echo '===DONE===' ) 2>&1 ); echo \"UNAME:$uname\"; echo \"ARCH:$arch\"; echo \"UPTIME:$uptime\"; echo \"CPUS:$cpus\"; echo \"CPU_MODEL:$cpu_model\"; echo \"GPU:$gpu_info\"; echo \"LAST:$last_output\"; echo \"FILTER:$filter_output\"",
"uname -s -v -n -m 2 > /dev/null",
"/bin/uname -s -v -n -m 2 > /dev/null",
"/usr/bin/uname -s -v -n -m 2 > /dev/null",
"busybox uname -s -v -n -m 2 > /dev/null",
"( [ -f /proc/version ]",
"[ -f /proc/version ]",
"head -1 /proc/version | cut -d -f1",
"[ -f /etc/os-release ]"
],
"detailed_commands": [
{
"cmd": "export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH; uname=$(uname -s -v -n -m 2>/dev/null || /bin/uname -s -v -n -m 2>/dev/null || /usr/bin/uname -s -v -n -m 2>/dev/null || busybox uname -s -v -n -m 2>/dev/null || ( [ -f /proc/version ] && head -1 /proc/version | cut -d' ' -f1 ) || ( [ -f /etc/os-release ] && grep '^ID=' /etc/os-release | cut -d= -f2 | tr -d '\"' ) || echo \"\"); arch=$(uname -m 2>/dev/null || /bin/uname -m 2>/dev/null || /usr/bin/uname -m 2>/dev/null || busybox uname -m 2>/dev/null || ( [ -f /proc/cpuinfo ] && grep -q \"lm\" /proc/cpuinfo && echo x86_64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 8\" /proc/cpuinfo && echo aarch64 ) || ( [ -f /proc/cpuinfo ] && grep -q \"CPU architecture: 7\" /proc/cpuinfo && echo armv7l ) || echo \"\"); uptime=$(cat /proc/uptime 2>/dev/null || busybox cat /proc/uptime 2>/dev/null); cpus=$(nproc 2>/dev/null || /usr/bin/nproc 2>/dev/null || busybox nproc 2>/dev/null || grep -c \"^processor\" /proc/cpuinfo 2>/dev/null); cpu_model=$( { lscpu 2>/dev/null | awk -F: '/Model name/ {print $2}'; grep -m1 -E \"^model name\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; grep -m1 -E \"^Hardware\" /proc/cpuinfo 2>/dev/null | cut -d: -f2-; cat /proc/device-tree/model 2>/dev/null; } | sed '/^$/d; /unknown/d; s/^[[:space:]]*//; s/[[:space:]]*$//; s/ AArch64 Processor$//; s/ Processor$//; s/ CPU$//' | head -1 ); gpu_info=$( (lspci 2>/dev/null | grep -i vga; lspci 2>/dev/null | grep -i nvidia; busybox lspci 2>/dev/null | grep -i vga; busybox lspci 2>/dev/null | grep -i nvidia) 2>/dev/null ); last_output=$(last 2>/dev/null); filter_output=$( ( export LANG=C LC_ALL=C; echo '===SHELL_BEHAVIOR==='; printf 'path_err='; ( ./xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'cmd_err='; ( xxxxxx 2>&1 || true ) | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; printf 'execute_err='; out=$(bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(/usr/bin/bash -c 'printf \"#!/bin/bash\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); case \"$out\" in *xxxxxx*) ;; *) out=$(busybox sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1 || sh -c 'printf \"#!/bin/sh\\necho \\\"xxxxxx\\\"\\n\" > filter && chmod +x filter && ./filter && rm -rf filter' 2>&1); esac; esac; esac; printf '%s' \"$out\" | ( head -c 250 2>/dev/null || busybox head -c 250 2>/dev/null || dd bs=250 count=1 2>/dev/null ) | ( tr -d '\\n' 2>/dev/null || busybox tr -d '\\n' 2>/dev/null || cat ); printf '\\n'; echo '===DONE===' ) 2>&1 ); echo \"UNAME:$uname\"; echo \"ARCH:$arch\"; echo \"UPTIME:$uptime\"; echo \"CPUS:$cpus\"; echo \"CPU_MODEL:$cpu_model\"; echo \"GPU:$gpu_info\"; echo \"LAST:$last_output\"; echo \"FILTER:$filter_output\"",
"failed": false,
"error": null
},
{
"cmd": "uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "/bin/uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "/usr/bin/uname -s -v -n -m 2 > /dev/null",
"failed": true,
"error": "Command not found: /usr/bin/uname -s -v -n -m"
},
{
"cmd": "busybox uname -s -v -n -m 2 > /dev/null",
"failed": false,
"error": null
},
{
"cmd": "( [ -f /proc/version ]",
"failed": false,
"error": null
},
{
"cmd": "[ -f /proc/version ]",
"failed": false,
"error": null
},
{
"cmd": "head -1 /proc/version | cut -d -f1",
"failed": false,
"error": null
},
{
"cmd": "[ -f /etc/os-release ]",
"failed": false,
"error": null
}
],
"failed_commands": [
"/usr/bin/uname -s -v -n -m"
],
"score": 200,
"tags": [
"RECONNAISSANCE",
"SUCCESSFUL LOGIN",
"COMMANDS RUN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg0501298
{
"id": "6b323709a0d8",
"src_ip": "37.112.63.139",
"start_time": "2026-09-11T09:09:38.898838Z",
"end_time": "2026-09-11T09:09:40.897839Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg0501298",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: student
{
"id": "664ba054fa6b",
"src_ip": "78.94.185.253",
"start_time": "2026-09-11T09:09:37.438968Z",
"end_time": "2026-09-11T09:09:39.808175Z",
"duration": "2.4",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "student",
"pass": "student2020"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg0500576
{
"id": "9315397c6612",
"src_ip": "77.68.118.194",
"start_time": "2026-09-11T09:08:58.011214Z",
"end_time": "2026-09-11T09:08:59.715919Z",
"duration": "1.7",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg0500576",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: cheryl
{
"id": "74f2289a7890",
"src_ip": "103.74.122.88",
"start_time": "2026-09-11T09:08:54.778959Z",
"end_time": "2026-09-11T09:08:56.935041Z",
"duration": "2.2",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "cheryl",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg1400237
{
"id": "6bdf41257023",
"src_ip": "89.175.14.98",
"start_time": "2026-09-11T09:08:30.837419Z",
"end_time": "2026-09-11T09:08:32.887480Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg1400237",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: joao
{
"id": "f10a3fa789b4",
"src_ip": "109.106.129.198",
"start_time": "2026-09-11T09:07:58.590232Z",
"end_time": "2026-09-11T09:08:00.639773Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "joao",
"pass": "joao"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: lee
{
"id": "67591fe5e2a2",
"src_ip": "103.186.21.148",
"start_time": "2026-09-11T09:07:57.365081Z",
"end_time": "2026-09-11T09:08:00.166348Z",
"duration": "2.8",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "lee",
"pass": "lee"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: root / bitcoin2020
Remote entity achieved interactive shell state. Command sequence (1 executed):
{
"id": "d9ac175fcb80",
"src_ip": "41.87.162.66",
"start_time": "2026-09-11T09:07:49.957042Z",
"end_time": "2026-09-11T09:07:54.119715Z",
"duration": "4.2",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "root",
"pass": "bitcoin2020"
},
"commands": [
"uname -a 2>/dev/null"
],
"detailed_commands": [
{
"cmd": "uname -a 2>/dev/null",
"failed": false,
"error": null
}
],
"failed_commands": [],
"score": 100,
"tags": [
"RECONNAISSANCE",
"SUCCESSFUL LOGIN",
"COMMANDS RUN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: pdns
{
"id": "6f5c747c994f",
"src_ip": "115.146.121.179",
"start_time": "2026-09-11T09:07:45.037328Z",
"end_time": "2026-09-11T09:07:47.439147Z",
"duration": "2.4",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "pdns",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sales
{
"id": "b05fe1578663",
"src_ip": "186.47.99.110",
"start_time": "2026-09-11T09:07:40.768124Z",
"end_time": "2026-09-11T09:07:42.431391Z",
"duration": "1.7",
"version": "SSH-2.0-Go",
"hassh": "3c86b175b3d676028ff08e21fa21a715",
"attempts": [
{
"user": "sales",
"pass": "sales123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: thiago
{
"id": "e11181784df3",
"src_ip": "177.69.198.220",
"start_time": "2026-09-11T09:07:31.725669Z",
"end_time": "2026-09-11T09:07:40.383725Z",
"duration": "8.7",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "thiago",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: ods
{
"id": "fe7fa5ab51e3",
"src_ip": "189.15.0.240",
"start_time": "2026-09-11T09:07:25.898257Z",
"end_time": "2026-09-11T09:07:27.909716Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "ods",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: hsqldb
{
"id": "e87a2fafc908",
"src_ip": "42.117.2.215",
"start_time": "2026-09-11T09:07:19.115540Z",
"end_time": "2026-09-11T09:07:21.166455Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "hsqldb",
"pass": "hsqldb"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: root / root
{
"id": "39c7a097d122",
"src_ip": "185.93.89.23",
"start_time": "2026-09-11T09:06:43.700493Z",
"end_time": "2026-09-11T09:11:44.452535Z",
"duration": "300.7",
"version": "SSH-2.0-Go",
"hassh": "16443846184eafde36765c9bab2f4397",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "root",
"pass": "root"
},
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 60,
"tags": [
"SUCCESSFUL LOGIN"
]
}Credential acceptance event recorded. Target authentication: admin / crypto!2025
Remote entity achieved interactive shell state. Command sequence (1 executed):
{
"id": "044cf9799174",
"src_ip": "43.137.4.189",
"start_time": "2026-09-11T09:06:12.588257Z",
"end_time": "2026-09-11T09:06:13.849656Z",
"duration": "1.3",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "admin",
"pass": "crypto!2025"
},
"commands": [
"uname -a 2>/dev/null"
],
"detailed_commands": [
{
"cmd": "uname -a 2>/dev/null",
"failed": false,
"error": null
}
],
"failed_commands": [],
"score": 100,
"tags": [
"RECONNAISSANCE",
"SUCCESSFUL LOGIN",
"COMMANDS RUN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: nikhil
{
"id": "9c32435308ea",
"src_ip": "98.186.18.107",
"start_time": "2026-09-11T09:05:47.485988Z",
"end_time": "2026-09-11T09:05:48.606787Z",
"duration": "1.1",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "nikhil",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: mgermmastern
{
"id": "d281c8a5aff2",
"src_ip": "187.210.87.133",
"start_time": "2026-09-11T09:04:58.314738Z",
"end_time": "2026-09-11T09:04:59.755952Z",
"duration": "1.4",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "mgermmastern",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: s2234301
{
"id": "ebf2bafc3cb7",
"src_ip": "93.126.56.226",
"start_time": "2026-09-11T09:04:40.108554Z",
"end_time": "2026-09-11T09:04:42.275941Z",
"duration": "2.2",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "s2234301",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sandipan
{
"id": "5428bfab2e77",
"src_ip": "170.254.28.244",
"start_time": "2026-09-11T09:04:33.166396Z",
"end_time": "2026-09-11T09:04:34.725011Z",
"duration": "1.6",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sandipan",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: abc
{
"id": "c946d5c11815",
"src_ip": "103.189.5.190",
"start_time": "2026-09-11T09:04:24.301967Z",
"end_time": "2026-09-11T09:04:26.634745Z",
"duration": "2.3",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "abc",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: cad
{
"id": "00c12adba8c7",
"src_ip": "142.93.213.115",
"start_time": "2026-09-11T09:04:22.262228Z",
"end_time": "2026-09-11T09:04:27.113947Z",
"duration": "4.8",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "cad",
"pass": "P@ssw0rd"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg1600415
{
"id": "6eeb1ecc2711",
"src_ip": "179.61.137.23",
"start_time": "2026-09-11T09:03:46.246672Z",
"end_time": "2026-09-11T09:03:47.572625Z",
"duration": "1.3",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg1600415",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Credential acceptance event recorded. Target authentication: admin / default
{
"id": "c3712cc60b8e",
"src_ip": "185.93.89.23",
"start_time": "2026-09-11T09:03:37.042191Z",
"end_time": "2026-09-11T09:08:37.651500Z",
"duration": "300.6",
"version": "SSH-2.0-Go",
"hassh": "16443846184eafde36765c9bab2f4397",
"attempts": [],
"success_login": true,
"success_credential": {
"user": "admin",
"pass": "default"
},
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 60,
"tags": [
"SUCCESSFUL LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: dev554
{
"id": "393161d56d03",
"src_ip": "103.10.120.8",
"start_time": "2026-09-11T09:03:14.379978Z",
"end_time": "2026-09-11T09:03:16.390477Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "dev554",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: deployer
{
"id": "ca831c44896b",
"src_ip": "64.202.186.161",
"start_time": "2026-09-11T09:03:01.410745Z",
"end_time": "2026-09-11T09:03:03.054785Z",
"duration": "1.6",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "deployer",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg2400156
{
"id": "a70ab07feb2b",
"src_ip": "183.179.44.89",
"start_time": "2026-09-11T09:02:51.091449Z",
"end_time": "2026-09-11T09:02:53.546257Z",
"duration": "2.5",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg2400156",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sshd
{
"id": "312ee0d9cf17",
"src_ip": "221.241.56.90",
"start_time": "2026-09-11T09:02:34.963796Z",
"end_time": "2026-09-11T09:02:36.642960Z",
"duration": "1.7",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sshd",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg0500272
{
"id": "53ca4f0081f6",
"src_ip": "91.93.57.195",
"start_time": "2026-09-11T09:02:22.842400Z",
"end_time": "2026-09-11T09:02:24.882540Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg0500272",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: silas
{
"id": "47aa442dfd04",
"src_ip": "103.87.16.26",
"start_time": "2026-09-11T09:02:20.748100Z",
"end_time": "2026-09-11T09:02:22.756713Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "silas",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sg1400272
{
"id": "a7b83433bbed",
"src_ip": "131.161.236.76",
"start_time": "2026-09-11T09:02:12.476967Z",
"end_time": "2026-09-11T09:02:14.430331Z",
"duration": "2.0",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sg1400272",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: jennifer
{
"id": "3507772c00aa",
"src_ip": "67.206.199.37",
"start_time": "2026-09-11T09:02:07.809412Z",
"end_time": "2026-09-11T09:02:11.215080Z",
"duration": "3.4",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "jennifer",
"pass": "password"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Autonomous probing activity normalized. Remote entity established connection but deferred authentication.
{
"id": "1298968ef1d8",
"src_ip": "92.118.39.77",
"start_time": "2026-09-11T09:01:37.295026Z",
"end_time": "2026-09-11T09:01:37.624045Z",
"duration": "0.3",
"version": null,
"hassh": null,
"attempts": [],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": []
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: sampurnjankari-roff
{
"id": "54e965566d11",
"src_ip": "115.146.121.179",
"start_time": "2026-09-11T09:01:35.740776Z",
"end_time": "2026-09-11T09:01:38.082243Z",
"duration": "2.3",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "sampurnjankari-roff",
"pass": "qwerty123"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}Autonomous probing activity normalized. Remote entity established connection but deferred authentication.
{
"id": "0498b045b8ee",
"src_ip": "186.46.74.247",
"start_time": "2026-09-11T09:01:26.999724Z",
"end_time": "2026-09-11T09:01:27.006847Z",
"duration": "0.0",
"version": null,
"hassh": null,
"attempts": [],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": []
}Unauthorized authentication attempt escalated. Dictionary traversal detected (1 distinct queries). Vector identities: _dovecot
{
"id": "50320c2d8442",
"src_ip": "190.121.143.165",
"start_time": "2026-09-11T09:01:08.072677Z",
"end_time": "2026-09-11T09:01:09.631572Z",
"duration": "1.6",
"version": "SSH-2.0-Go",
"hassh": "06ff3615a51b2af343ec22abc8e30bbc",
"attempts": [
{
"user": "_dovecot",
"pass": "123456"
}
],
"success_login": false,
"success_credential": null,
"commands": [],
"detailed_commands": [],
"failed_commands": [],
"score": 0,
"tags": [
"FAILED LOGIN"
]
}