This OS fingerprinting probe examines the remote server's implementation of TCP timestamps. Not all operating systems implement timestamps within the TCP header, but when timestamps are used then this provides the attacker with a means to guess the operating system of the target. The attacker begins by probing any active TCP service in order to get response which contains a TCP timestamp. Different Operating systems update the timestamp value using different intervals. This type of analysis is most accurate when multiple timestamp responses are received and then analyzed. TCP timestamps can be found in the TCP Options field of the TCP header.
Description
Attack Execution Flow
Step 1
Explore[Determine if timestamps are present.] The adversary sends a probe packet to the remote host to identify if timestamps are present.
[Verifica la presenza di timestamp.] L'attore malevolo invia un pacchetto di probe all'host remoto per identificare se sono presenti timestamp.
Step 2
Experiment[Record and analyze timestamp values.] If the remote host is using timestamp, obtain several timestamps, analyze them and compare them to known values.
The adversary sends several requests and records the timestamp values.
The adversary analyzes the timestamp values and determines an average increments per second in the timestamps for the target.
The adversary compares this result to a database of known TCP timestamp increments for a possible match.
[Registrare e analizzare i valori di timestamp.] Se l'host remoto utilizza il timestamp, ottenere diversi valori di timestamp, analizzarli e confrontarli con valori noti.
L'attaccante invia diverse richieste e registra i valori di timestamp.
L'attaccante analizza i valori di timestamp e determina un incremento medio per secondo nei timestamp per il target.
L'attaccante confronta questo risultato con un database di incrementi di TCP timestamp noti per una possibile corrispondenza.
Attack Techniques
-
The adversary analyzes the timestamp values and determines an average increments per second in the timestamps for the target.
-
The adversary sends several requests and records the timestamp values.IT: L'avversario analizza i valori di timestamp e determina un incremento medio per secondo nei timestamp del bersaglio.
-
The adversary compares this result to a database of known TCP timestamp increments for a possible match.IT: L'avversario analizza i valori di timestamp e determina un incremento medio per secondo nei timestamp del bersaglio.