Earlier quoted context omitted.
Probably some sort of command and control for a botnet. They calculate a random domain name based on the timestamp (so it’s constantly changing every X days in case it gets seized), and have some validation to make sure commands are signed (to prevent someone name squatting to control their botnet).
Wow, that's smart. I was wondering whether there is a way for the bots to generate "unpredictable" domains such that security researchers could not predict them efficiently (even with source code), but the botnet controller can. Time-lock puzzles come close, but but it requires that the bots have computing power comparable to the security researchers.
Top DNS domains seen on the Quad9 recursive resolver array each day
31–40 of 100 posts
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#32What’s up with wvdbozpfc.com? There’s a bunch of random looking domain names: cmidphnvq.com, rpqihexdb.com, facebook.com. I’d guess they for advertising?
Are there host lists for pihole/adguard/ublock for these kinds of domains? I'd assume the domains change regularly if it's malware or bot networks, but because they rank so high in this list, it sounds like it should be feasible to keep a blocklist somewhat up to date.
Some of these lists are already in uBO out of the box.
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#33https://github.com/Quad9DNS/quad9-domains-top500/blob/dfd513...
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#34Earlier quoted context omitted.
Wow, that's smart. I was wondering whether there is a way for the bots to generate "unpredictable" domains such that security researchers could not predict them efficiently (even with source code), but the botnet controller can. Time-lock puzzles come close, but but it requires that the bots have computing power comparable to the security researchers.
I can see a future where Cloudflare or similar offer a DNS + proxy + Root CA combo to intercept these. Maybe they already do.
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#35Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#36Earlier quoted context omitted.
Wow, that's smart. I was wondering whether there is a way for the bots to generate "unpredictable" domains such that security researchers could not predict them efficiently (even with source code), but the botnet controller can. Time-lock puzzles come close, but but it requires that the bots have computing power comparable to the security researchers.
I can see a future where Cloudflare or similar offer a DNS + proxy + Root CA combo to intercept these. Maybe they already do.
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#37Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#38transmissionbt.com (A bittorrent client for macOS) is out ranking youtube, wikipedia, github, etc. Is transmission that popular? I assume its the auto-updater? Seems insane. https://github.com/Quad9DNS/quad9-domains-top500/blob/dfd513...
Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#39Re: Top DNS domains seen on the Quad9 recursive resolver array each day
#40Earlier quoted context omitted.
I took a look at their privacy policy and agree that it doesn't specifically list that it logs which domains are being queried. It does list a bunch of things it does log as counters, all of which seems reasonable, but they don't explicitly say "we count which domains are being queried". That said, I think it's entirely reasonable for them to log domains alone if they're completely disconnected from any user activity…
Unless say, an adversary can link an obscure domain to a specific user/use case. Get that counter log and you can track a certain behavior (only pings this domain when about to do something or when on vacation, their house is empty, etc.)