Skip to main content

Name

ec_host_fingerprint — return genre and detail of the passive host fingerprinting operation

Synopsis

ec_host_fingerprint

Description

**Configuration Change. ** This feature is available starting from Momentum 3.0.26.

In order to use this command, you must have the Policy Tools suite installed. Passive OS fingerprinting is installed as part of the Policy Tools suite. This functionality yields information about inbound connections. For more information about installing the Policy Tools suite see “Installing Additional Packages”.

The ec_host_fingerprint function returns the genre and detail regarding the current inbound connection.

($genre, $detail) = ec_host_fingerprint;
ec_header_add "X-Host-Fingerprint" "%{i} %{p} ${genre} ${detail}";

**Configuration Change. ** This feature is available starting from Momentum 3.0.24.

Passive operating system fingerprinting runs as a daemon that Momentum communicates with over a socket, /tmp/p0fd. This daemon is started using the command: /etc/init.d/msys-p0f start . The fingerprints are all included in the msys-p0f package and are located here: /opt/msys/3rdParty/etc/p0f/. These fingerprints do not need to be modified.

Was this page helpful?