Replies: 1 comment 1 reply
-
Each fingerprint is going to be slightly different, but it basically breaks down to 2 types: HTTPSERVER, USERAGENT, SSH, DNS Others have "extra" tests depending on the protocol being tested, be that the packet type on TCP (S, SA, A), or on SSL we have different fingerprint types (ja3 or ja4), or DHCP we have DHCP packet type (Request/ACK, Response) and then we also have what type of DHCP packet (options, option55, vendorcode) or SMB there was packet type (NativeOS or something else) |
Beta Was this translation helpful? Give feedback.
-
Is there any documentation demonstrating how one should interpret the output of Satori? For example, consider the following output line:
Or after splitting on ";":
What does this output tell me? I think understand the first 4 entries as: Timestamp, IP Address, MAC Address, Protocol. What are the final 3 entries? If I wanted to understand the OS fingerprint of this particular IP address, how could I find it?
Beta Was this translation helpful? Give feedback.
All reactions