New SSH Username Report, (Sun, Apr 6th)
作者研究了SSH和Telnet凭证,使用Cowrie工具收集数据,并创建了用户名汇总报告。分析发现了一些有趣的用户名,如可能的拼写错误或特定职位相关名称。作者还在准备密码列表,并指出攻击者也会犯错。 2025-4-6 19:52:7 Author: isc.sans.edu(查看原文) 阅读量:12 收藏

As you may have noticed by some of my recent diaries, I have spent a bit more time on ssh and telnet credentials. These credentials are collected by Cowrie, the amazing full features SSH and Telnet honeypot maintained by Michel Oosterhof. Cowrie is installed as a component if you install our DShield honeypot.

One very simple way to find "interesting" things is to look at what is new. To allow you to explore yourself, I added an "SSH/Telnet Username Summary". The report lists all usernames we observed in the last 30 days, and if we saw them at least five times. These numbers may, of course, change. There is also a simple JSON formatted report you may download to play with: https://isc.sans.edu/sshallusernames.json

So let's take a quick look at "what's new":

  • ysoperator: Looks familiar, but can't remember where I saw it. Google is of little help here.
  • uery: Maybe a typo, and should be "query"?
  • tamatiek: Appears to be a Japanese name?
  • shughes: I guess this is for "S Hughes". Many systems use the first initial and last name as username. There are a few more like that that I will skip here
  • dbmasteruser: Something a bit more interesting. Likely supposed to refer to a database administrator account.

And there is one I think was funny: /usr/share/wordlists/logins.txt . Yes, the filename and path. I suspect the user didn't know yet how to run the brute force script and passed the filename instead of the username. There are a few I consider typos: "atascientist" (I suspect "datascientist"), "ackupadmin" (backupadmin?). Could also be a tool that swallows the first letter of the username if the username is not provided correctly.

I am working on a similar list of passwords. But there are a lot more different passwords than usernames making that a bit more challenging. Let me know if there are any additional details I should add.

Lesson: Attackers make mistakes too, and there are no real "safe" usernames. 

List of recently seen "new" usernames

---
Johannes B. Ullrich, Ph.D. , Dean of Research, SANS.edu
Twitter|


文章来源: https://isc.sans.edu/diary/rss/31830
如有侵权请联系:admin#unsafe.sh