03-16-2014 11:49 PM - edited 03-10-2019 06:10 AM
Hi Cisco Expert,
Is there a signature that can detect sniffing of clear text data like password.
E.g sniffing on HTTP and FTP applications.
Regards,
Jhun
03-19-2014 03:05 AM
As per knowledge , password would not be shared with the server, but hash value of user ID and password, since MD5 would be implemented !!
03-19-2014 03:18 AM
You are right that these passwords are cleartext by default (not always with HTTP, but also hashed passwords should be protected).
What can you do on the IPS:
To sniff traffic the attacker has to insert itself as a man-in-the-middle. There are many possible ways to do that, but most of them are not possible to defeat with standard signatures.
The better way:
Implement a baseline switch-security. That are right port-settings (access, port-security) for user-ports, DHCP-snooping, ARP-inspection and eventually Source-Guard. If you want to go even further you can think about implementing DOT1X, but that's much harder and most likely more expensive to implement then the things above.
With these security-measures in place you can protect your users against other users trying to become man-in-the-middle. But still a network-admin could sniff directly on the switches. For that you should move from cleartext-protocols like HTTP and FTP to encrypted versions HTTPS, SFTP and so on.
03-19-2014 08:56 PM
thanks for the response Karsten.
You mentioned "but most of them are not possible to defeat with standard signatures".
Are you saying that with CISCO IPS standard signature, sniffing can be detected?
I looked at the signature list. Nothing seems related to sniffing of clear text.
Regards,
Jhun
03-20-2014 12:18 AM
It's not the sniffing itself that can be detected. But with signatures you can match on the activities of the atacker to make himself man-in-the-middle. For example the arp-traffic used in ARP-spoofing or DHCP-replies coming from addresses that are not the DHCP-server. But for that to work you need to have sensor-interfaces in all user-segments what is ... well ... impossible?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide