I have been studying about a target,I am suspecting they may have honey-pots, How can i confirm my traget is running a specific O/S? I Already did nmap scans and got an result for O/S finger printing and got some services on the open ports
but here are my questions
1)I have found some list of services being running on the web-server,before proceeding to next step i want to confirm the services are really running on them,because I have heared that honey-pots can be configured to give fake finger printing and services result.. So how can i confirm the service is really running on the specified port? ' 2)Nmap scans says me it is running linux server, but i found these services running on their server,which looks suspicious for me..
139/tcp filtered netbios-ssn 1025/tcp open NFS-or-IIS 3389/tcp open ms-term-serv
Does a normal linux web-server run the above services? Because it looks suspicious to me,If i am wrong please correct me
So can any 1 tell me how can i over come this?
looking for some advice to recognize the server has honey-pot or not...?' hope i will find some help here...
dude as far is metter is concernet about the services as u discribed above i guess all these service run on windows machine usually microsoft terminal service is windows service and netbois is also belongs to windows i did not think that these service can be run on linux if m not wrong these services belongs to windows platform
a good way to test for a honeypot, might be to use a fuzzer. run a tool like AMAP that will send random garbage to the socket that is listening. you might be able to determine if the service is fake by fuzzing out random fields and maybe getting a response back. i tried using a fake honeypot concept with netcat. create a socket that is listening and have nothing behind it and the attacker has no clue what to do with it
speaking of honeypots, i have had an idea in my head for years now (not sure how to implement it as far as coding goes, just have the idea) that would be almost the ultimate firewall/honeypot combo
anyone interested further, let me know and i will explain the concept (not even sure it will work, but it MIGHT be feasible)