markcardiff.tech:/reports/ssh-password-guessing-observations.html
root@markcardiff:~/reports$ ./render ssh-auth-noise

SSH Password Guessing

A brief public write-up of opportunistic SSH password guessing observed against markcardiff.tech. The activity is consistent with routine internet scanning rather than targeted intrusion activity.

Window 2026-05-30 to 2026-06-06 UTC
Published 2026-06-06 21:10 UTC
Dataset local SSH logs + coarse IP metadata
93failed passwords
6source IPs
26usernames
49root attempts
52.7%targeted root

Executive summary

Internet-facing SSH services receive constant background noise from automated scanners, botnets, and opportunistic password-guessing tools. The activity observed against this server fits that pattern.

The strongest signal was repeated password guessing against root, followed by common administrative and service usernames such as admin, user, support, deploy, oracle, postgres, and jenkins.

The observed sources included both cloud-hosted infrastructure and ISP/residential-looking address space. Several higher-volume sources mapped to Alibaba Cloud and Google Cloud. That is infrastructure context only, not actor attribution.

Top targeted usernames

root
49
admin
11
user
5
webserver
2
support
2
guest
2
test
2
deploy
2
hostinger
1
installer
1
squid
1
ubnt
1

Top source IPs

8.218.34.194
44
171.243.149.206
14
34.48.5.154
12
35.196.240.148
11
34.48.253.160
10
176.65.139.151
2

Timeline by day

2026-05-30
55
2026-05-31
38

Hourly distribution / UTC

15:00
12
20:00
44
21:00
13
22:00
10
23:00
14

Coarse geolocation / ASN enrichment

Geolocation and ASN data describe where an IP address is registered or hosted. They do not identify the human operator, malware family, botnet controller, or true country of origin. Cloud IPs are frequently abused as disposable infrastructure.

IPCountryCity/RegionISP / OrgASNHostingAttempts
8.218.34.194Hong KongHong KongAlibaba / Alibaba.com Singapore E-Commerce Private LimitedAS45102 Alibaba (US) Technology Co., Ltd.Yes44
171.243.149.206VietnamDa NangViettel / VIETELAS7552 Viettel GroupNo14
34.48.5.154United StatesWashington, D.C.Google Cloud us-east4AS396982 Google LLCYes12
35.196.240.148United StatesNorth Charleston, South CarolinaGoogle Cloud us-east1AS396982 Google LLCYes11
34.48.253.160United StatesWashington, D.C.Google Cloud us-east4AS396982 Google LLCYes10
176.65.139.151NetherlandsEygelshovenOffshore LC / Storm IndustriesAS214472 Offshore LCNo per lookup2

Observed behavior

  • Internet scanners identified an exposed SSH service.
  • Attempts focused on root and common administrative/service usernames.
  • The observed failures were password-authentication failures.
  • Source addresses included both cloud-hosted systems and ISP networks.
  • The username spread and short bursts look automated and opportunistic.

Representative log examples

Failed password for root from 35.196.240.148 port 55364 ssh2
Failed password for invalid user admin from 35.196.240.148 port 55242 ssh2
Failed password for invalid user support from 35.196.240.148 port 55278 ssh2
Failed password for invalid user vagrant from 8.218.34.194 port 33070 ssh2
Failed password for invalid user ftpuser from 116.110.213.45 port 46194 ssh2

High-level defensive takeaway

The main lesson is straightforward: any SSH service reachable from the public internet will attract automated password guessing. The safest posture is to avoid password-based SSH entirely, use key-based authentication, prevent direct root login, and restrict management access to trusted source networks where operationally possible.

These figures represent the currently available and parsed local log corpus. They should not be treated as a complete historical record of all SSH activity ever seen by the host.

Conclusion

The server saw routine internet SSH password guessing, with root receiving the majority of attempts. The source infrastructure spanned multiple geographies and providers, including Alibaba Cloud, Google Cloud, Viettel, and other networks. The pattern is consistent with commodity scanning rather than a targeted intrusion attempt.