Using neural networks for OS fingerprinting
The problem of remote Operating System (OS) Detection, also called OS Fingerprinting or OS Identification, is a crucial step of the penetration test process, since the attacker (hacker or security professional) needs to know the OS of the target host in order to choose the exploits that he will use. It can thus be viewed as part of the Attack Planning problem.
OS Detection is accomplished by passively sniffing network packets and actively sending test packets to the target host, to study specific variations in the host response revealing its operating system.
The first fingerprinting implementations were based on the analysis of differences between TCP/IP stack implementations. The next generation focused the analysis on application layer data such as the DCE RPC endpoint information. Even though more information was analized, some variation of the "best fit" algorithm was still used to interpret this new information. This strategy suffers from the weaknessthat it will not work in non-standard situations and the inability to extract the key elements which uniquely identify an operating system. We think that the next step is to focus on the algorithm used to analyze the data rather than the data itself.
Our new approach involves an analysis of the composition of the information collected during the OS identification process to identify key elements and their relations. To implement this approach, we have developed tools using neural networks and techniques from the field of artificial intelligence which have been successfully integrated into commercial software (Core Impact).
Papers and Presentations
- Using Neural Networks to improve classical Operating System Fingerprinting techniques (view)
- Authors: Carlos Sarraute and Javier Burroni
- In: Electronic Journal of SADIO, Vol. 8, No. 1, pp. 35–47 (2008)
- Date published: 2008-03
- Attachments: Article
- Outrepasser les limites des techniques classiques de Prise d'Empreintes grace aux Réseaux de Neurones (view)
- Authors: Javier Burroni and Carlos Sarraute
- In: Symposium sur la Sécurité des Technologies de l'Information et des Communications (SSTIC), Rennes, France, May 31-June 2, 2006
- Date published: 2006-05-31
- Attachments: Article
- Analyzing OS fingerprints using Neural Networks and Statistical Machinery (view)
- Authors: Javier Burroni and Carlos Sarraute
- In: EUSecWest, London, February 20/21, 2006
- Date published: 2006-02-20
- Attachments: Slides
- Using Neural Networks for remote OS Identification (view)
- Authors: Javier Burroni and Carlos Sarraute
- In: PacSec Conference, Tokyo, Japan, November 15/16, 2005.
- Date published: 2005-11-15
- Attachments: Slides
