Richard G
Verified User
I'm just wondering something.
How is it possible, that malicious guys are able to find which domains are on a server.
I've been monitoring this for a while now, and everytime I wonder how they know some domain is on a certain server.
At first I thought they found it via Google and then tried bruteforcing. But it seems they are able to get answers from the DNS database or something.
For example. We got some German domains hosted on one server, and since an "umlaut" like ö or ü is not possible in DNS you have to enter that like this in the named database:
This is an example.
However, I'm monitoring bruteforces (mainly chinese) and suddenly now they are bruteforcing this:
Normally in the url not even the "-tzb" at the end is used and is part of the code.
So some way or another, they must have managed to call or read this from the named database.
Is this a DA security flaw? Or how are they doing this and how can we fix it or protect us against this so it's not possible anymore?
How is it possible, that malicious guys are able to find which domains are on a server.
I've been monitoring this for a while now, and everytime I wonder how they know some domain is on a certain server.
At first I thought they found it via Google and then tried bruteforcing. But it seems they are able to get answers from the DNS database or something.
For example. We got some German domains hosted on one server, and since an "umlaut" like ö or ü is not possible in DNS you have to enter that like this in the named database:
Code:
xn--schlafzimmergnstig-tzb.de
However, I'm monitoring bruteforces (mainly chinese) and suddenly now they are bruteforcing this:
Sep 17 23:57:54 server16 pure-ftpd: ([email protected]) [WARNING] Authentication failed for user [xn--schlafzimmergnstig-tzb.de]
Normally in the url not even the "-tzb" at the end is used and is part of the code.
So some way or another, they must have managed to call or read this from the named database.
Is this a DA security flaw? Or how are they doing this and how can we fix it or protect us against this so it's not possible anymore?