Blame utils/pf.os

Packit 7b22a4
# $FreeBSD: head/etc/pf.os 258865 2013-12-03 04:32:02Z eadler $
Packit 7b22a4
# $OpenBSD: pf.os,v 1.27 2016/09/03 17:08:57 sthen Exp $
Packit 7b22a4
# passive OS fingerprinting
Packit 7b22a4
# -------------------------
Packit 7b22a4
#
Packit 7b22a4
# SYN signatures. Those signatures work for SYN packets only (duh!).
Packit 7b22a4
#
Packit 7b22a4
# (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
Packit 7b22a4
# (C) Copyright 2003 by Mike Frantzen <frantzen@w4g.org>
Packit 7b22a4
#
Packit 7b22a4
#  Permission to use, copy, modify, and distribute this software for any
Packit 7b22a4
#  purpose with or without fee is hereby granted, provided that the above
Packit 7b22a4
#  copyright notice and this permission notice appear in all copies.
Packit 7b22a4
#
Packit 7b22a4
#  THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
Packit 7b22a4
#  WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
Packit 7b22a4
#  MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
Packit 7b22a4
#  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
Packit 7b22a4
#  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
Packit 7b22a4
#  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
Packit 7b22a4
#  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Packit 7b22a4
#
Packit 7b22a4
#
Packit 7b22a4
# This fingerprint database is adapted from Michal Zalewski's p0f passive
Packit 7b22a4
# operating system package.  The last database sync was from a Nov 3 2003
Packit 7b22a4
# p0f.fp.
Packit 7b22a4
#
Packit 7b22a4
#
Packit 7b22a4
# Each line in this file specifies a single fingerprint. Please read the
Packit 7b22a4
# information below carefully before attempting to append any signatures
Packit 7b22a4
# reported as UNKNOWN to this file to avoid mistakes.
Packit 7b22a4
#
Packit 7b22a4
# We use the following set metrics for fingerprinting:
Packit 7b22a4
#
Packit 7b22a4
# - Window size (WSS) - a highly OS dependent setting used for TCP/IP
Packit 7b22a4
#   performance control (max. amount of data to be sent without ACK).
Packit 7b22a4
#   Some systems use a fixed value for initial packets. On other
Packit 7b22a4
#   systems, it is a multiple of MSS or MTU (MSS+40). In some rare
Packit 7b22a4
#   cases, the value is just arbitrary.
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: if p0f reported a special value of 'Snn', the number
Packit 7b22a4
#   appears to be a multiple of MSS (MSS*nn); a special value of 'Tnn'
Packit 7b22a4
#   means it is a multiple of MTU ((MSS+40)*nn). Unless you notice the
Packit 7b22a4
#   value of nn is not fixed (unlikely), just copy the Snn or Tnn token
Packit 7b22a4
#   literally. If you know this device has a simple stack and a fixed
Packit 7b22a4
#   MTU, you can however multiply S value by MSS, or T value by MSS+40,
Packit 7b22a4
#   and put it instead of Snn or Tnn.
Packit 7b22a4
#
Packit 7b22a4
#   If WSS otherwise looks like a fixed value (for example a multiple
Packit 7b22a4
#   of two), or if you can confirm the value is fixed, please quote
Packit 7b22a4
#   it literally. If there's no apparent pattern in WSS chosen, you
Packit 7b22a4
#   should consider wildcarding this value.
Packit 7b22a4
#
Packit 7b22a4
# - Overall packet size - a function of all IP and TCP options and bugs.
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: Copy this value literally.
Packit 7b22a4
#
Packit 7b22a4
# - Initial TTL - We check the actual TTL of a received packet. It can't
Packit 7b22a4
#   be higher than the initial TTL, and also shouldn't be dramatically
Packit 7b22a4
#   lower (maximum distance is defined as 40 hops).
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
Packit 7b22a4
#   You need to determine the initial TTL. The best way to do it is to
Packit 7b22a4
#   check the documentation for a remote system, or check its settings.
Packit 7b22a4
#   A fairly good method is to simply round the observed TTL up to
Packit 7b22a4
#   32, 64, 128, or 255, but it should be noted that some obscure devices
Packit 7b22a4
#   might not use round TTLs (in particular, some shoddy appliances use
Packit 7b22a4
#   "original" initial TTL settings). If not sure, you can see how many
Packit 7b22a4
#   hops you're away from the remote party with traceroute or mtr.
Packit 7b22a4
#
Packit 7b22a4
# - Don't fragment flag (DF) - some modern OSes set this to implement PMTU
Packit 7b22a4
#   discovery. Others do not bother.
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: Copy this value literally.
Packit 7b22a4
#
Packit 7b22a4
# - Maximum segment size (MSS) - this setting is usually link-dependent. P0f
Packit 7b22a4
#   uses it to determine link type of the remote host.
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: Always wildcard this value, except for rare cases when
Packit 7b22a4
#   you have an appliance with a fixed value, know the system supports only
Packit 7b22a4
#   a very limited number of network interface types, or know the system
Packit 7b22a4
#   is using a value it pulled out of nowhere.  Specific unique MSS
Packit 7b22a4
#   can be used to tell Google crawlbots from the rest of the population.
Packit 7b22a4
#
Packit 7b22a4
# - Window scaling (WSCALE) - this feature is used to scale WSS.
Packit 7b22a4
#   It extends the size of a TCP/IP window to 32 bits. Some modern
Packit 7b22a4
#   systems implement this feature.
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: Observe several signatures. Initial WSCALE is often set
Packit 7b22a4
#   to zero or other low value. There's usually no need to wildcard this
Packit 7b22a4
#   parameter.
Packit 7b22a4
#
Packit 7b22a4
# - Timestamp - some systems that implement timestamps set them to
Packit 7b22a4
#   zero in the initial SYN. This case is detected and handled appropriately.
Packit 7b22a4
#
Packit 7b22a4
# - Selective ACK permitted - a flag set by systems that implement
Packit 7b22a4
#   selective ACK functionality.
Packit 7b22a4
#
Packit 7b22a4
# - The sequence of TCP all options (MSS, window scaling, selective ACK
Packit 7b22a4
#   permitted, timestamp, NOP). Other than the options previously
Packit 7b22a4
#   discussed, p0f also checks for timestamp option (a silly
Packit 7b22a4
#   extension to broadcast your uptime ;-), NOP options (used for
Packit 7b22a4
#   header padding) and sackOK option (selective ACK feature).
Packit 7b22a4
#
Packit 7b22a4
#   NEW SIGNATURE: Copy the sequence literally.
Packit 7b22a4
#
Packit 7b22a4
# To wildcard any value (except for initial TTL or TCP options), replace
Packit 7b22a4
# it with '*'. You can also use a modulo operator to match any values
Packit 7b22a4
# that divide by nnn - '%nnn'.
Packit 7b22a4
#
Packit 7b22a4
# Fingerprint entry format:
Packit 7b22a4
#
Packit 7b22a4
# wwww:ttt:D:ss:OOO...:OS:Version:Subtype:Details
Packit 7b22a4
#
Packit 7b22a4
# wwww     - window size (can be *, %nnn, Snn or Tnn).  The special values
Packit 7b22a4
#            "S" and "T" which are a multiple of MSS or a multiple of MTU
Packit 7b22a4
#            respectively.
Packit 7b22a4
# ttt      - initial TTL
Packit 7b22a4
# D        - don't fragment bit (0 - not set, 1 - set)
Packit 7b22a4
# ss       - overall SYN packet size
Packit 7b22a4
# OOO      - option value and order specification (see below)
Packit 7b22a4
# OS       - OS genre (Linux, Solaris, Windows)
Packit 7b22a4
# Version  - OS Version (2.0.27 on x86, etc)
Packit 7b22a4
# Subtype  - OS subtype or patchlevel (SP3, lo0)
Packit 7b22a4
# details  - Generic OS details
Packit 7b22a4
#
Packit 7b22a4
# If OS genre starts with '*', p0f will not show distance, link type
Packit 7b22a4
# and timestamp data. It is useful for userland TCP/IP stacks of
Packit 7b22a4
# network scanners and so on, where many settings are randomized or
Packit 7b22a4
# bogus.
Packit 7b22a4
#
Packit 7b22a4
# If OS genre starts with @, it denotes an approximate hit for a group
Packit 7b22a4
# of operating systems (signature reporting still enabled in this case).
Packit 7b22a4
# Use this feature at the end of this file to catch cases for which
Packit 7b22a4
# you don't have a precise match, but can tell it's Windows or FreeBSD
Packit 7b22a4
# or whatnot by looking at, say, flag layout alone.
Packit 7b22a4
#
Packit 7b22a4
# Option block description is a list of comma or space separated
Packit 7b22a4
# options in the order they appear in the packet:
Packit 7b22a4
#
Packit 7b22a4
# N	   - NOP option
Packit 7b22a4
# Wnnn	   - window scaling option, value nnn (or * or %nnn)
Packit 7b22a4
# Mnnn	   - maximum segment size option, value nnn (or * or %nnn)
Packit 7b22a4
# S	   - selective ACK OK
Packit 7b22a4
# T	   - timestamp
Packit 7b22a4
# T0	   - timestamp with a zero value
Packit 7b22a4
#
Packit 7b22a4
# To denote no TCP options, use a single '.'.
Packit 7b22a4
#
Packit 7b22a4
# Please report any additions to this file, or any inaccuracies or
Packit 7b22a4
# problems spotted, to the maintainers: lcamtuf@coredump.cx,
Packit 7b22a4
# frantzen@openbsd.org and bugs@openbsd.org with a tcpdump packet
Packit 7b22a4
# capture of the relevant SYN packet(s)
Packit 7b22a4
#
Packit 7b22a4
# A test and submission page is available at
Packit 7b22a4
# http://lcamtuf.coredump.cx/p0f-help/
Packit 7b22a4
#
Packit 7b22a4
#
Packit 7b22a4
# WARNING WARNING WARNING
Packit 7b22a4
# -----------------------
Packit 7b22a4
#
Packit 7b22a4
# Do not add a system X as OS Y just because NMAP says so. It is often
Packit 7b22a4
# the case that X is a NAT firewall. While nmap is talking to the
Packit 7b22a4
# device itself, p0f is fingerprinting the guy behind the firewall
Packit 7b22a4
# instead.
Packit 7b22a4
#
Packit 7b22a4
# When in doubt, use common sense, don't add something that looks like
Packit 7b22a4
# a completely different system as Linux or FreeBSD or LinkSys router.
Packit 7b22a4
# Check DNS name, establish a connection to the remote host and look
Packit 7b22a4
# at SYN+ACK - does it look similar?
Packit 7b22a4
#
Packit 7b22a4
# Some users tweak their TCP/IP settings - enable or disable RFC1323
Packit 7b22a4
# functionality, enable or disable timestamps or selective ACK,
Packit 7b22a4
# disable PMTU discovery, change MTU and so on. Always compare a new rule
Packit 7b22a4
# to other fingerprints for this system, and verify the system isn't
Packit 7b22a4
# "customized" before adding it. It is OK to add signature variants
Packit 7b22a4
# caused by a commonly used software (personal firewalls, security
Packit 7b22a4
# packages, etc), but it makes no sense to try to add every single
Packit 7b22a4
# possible /proc/sys/net/ipv4 tweak on Linux or so.
Packit 7b22a4
#
Packit 7b22a4
# KEEP IN MIND: Some packet firewalls configured to normalize outgoing
Packit 7b22a4
# traffic (OpenBSD pf with "scrub" enabled, for example) will, well,
Packit 7b22a4
# normalize packets. Signatures will not correspond to the originating
Packit 7b22a4
# system (and probably not quite to the firewall either).
Packit 7b22a4
#
Packit 7b22a4
# NOTE: Try to keep this file in some reasonable order, from most to
Packit 7b22a4
# least likely systems. This will speed up operation. Also keep most
Packit 7b22a4
# generic and broad rules near the end.
Packit 7b22a4
#
Packit 7b22a4
Packit 7b22a4
##########################
Packit 7b22a4
# Standard OS signatures #
Packit 7b22a4
##########################
Packit 7b22a4
Packit 7b22a4
# ----------------- AIX ---------------------
Packit 7b22a4
Packit 7b22a4
# AIX is first because its signatures are close to NetBSD, MacOS X and
Packit 7b22a4
# Linux 2.0, but it uses a fairly rare MSSes, at least sometimes...
Packit 7b22a4
# This is a shoddy hack, though.
Packit 7b22a4
Packit 7b22a4
45046:64:0:44:M*:		AIX:4.3::AIX 4.3
Packit 7b22a4
16384:64:0:44:M512:		AIX:4.3:2-3:AIX 4.3.2 and earlier
Packit 7b22a4
Packit 7b22a4
16384:64:0:60:M512,N,W%2,N,N,T:		AIX:4.3:3:AIX 4.3.3-5.2
Packit 7b22a4
16384:64:0:60:M512,N,W%2,N,N,T:		AIX:5.1-5.2::AIX 4.3.3-5.2
Packit 7b22a4
32768:64:0:60:M512,N,W%2,N,N,T:		AIX:4.3:3:AIX 4.3.3-5.2
Packit 7b22a4
32768:64:0:60:M512,N,W%2,N,N,T:		AIX:5.1-5.2::AIX 4.3.3-5.2
Packit 7b22a4
65535:64:0:60:M512,N,W%2,N,N,T:		AIX:4.3:3:AIX 4.3.3-5.2
Packit 7b22a4
65535:64:0:60:M512,N,W%2,N,N,T:		AIX:5.1-5.2::AIX 4.3.3-5.2
Packit 7b22a4
65535:64:0:64:M*,N,W1,N,N,T,N,N,S:	AIX:5.3:ML1:AIX 5.3 ML1
Packit 7b22a4
Packit 7b22a4
# ----------------- Linux -------------------
Packit 7b22a4
Packit 7b22a4
# S1:64:0:44:M*:A:		Linux:1.2::Linux 1.2.x (XXX quirks support)
Packit 7b22a4
512:64:0:44:M*:			Linux:2.0:3x:Linux 2.0.3x
Packit 7b22a4
16384:64:0:44:M*:		Linux:2.0:3x:Linux 2.0.3x
Packit 7b22a4
Packit 7b22a4
# Endian snafu! Nelson says "ha-ha":
Packit 7b22a4
2:64:0:44:M*:			Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac
Packit 7b22a4
64:64:0:44:M*:			Linux:2.0:3x:Linux 2.0.3x (MkLinux) on Mac
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
S4:64:1:60:M1360,S,T,N,W0:	Linux:google::Linux (Google crawlbot)
Packit 7b22a4
Packit 7b22a4
S2:64:1:60:M*,S,T,N,W0:		Linux:2.4::Linux 2.4 (big boy)
Packit 7b22a4
S3:64:1:60:M*,S,T,N,W0:		Linux:2.4:.18-21:Linux 2.4.18 and newer
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W0:		Linux:2.4::Linux 2.4/2.6 <= 2.6.7
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W0:		Linux:2.6:.1-7:Linux 2.4/2.6 <= 2.6.7
Packit 7b22a4
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W5:		Linux:2.6::Linux 2.6 (newer, 1)
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W6:		Linux:2.6::Linux 2.6 (newer, 2)
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W7:		Linux:2.6::Linux 2.6 (newer, 3)
Packit 7b22a4
T4:64:1:60:M*,S,T,N,W7:		Linux:2.6::Linux 2.6 (newer, 4)
Packit 7b22a4
Packit 7b22a4
S10:64:1:60:M*,S,T,N,W4:	Linux:3.0::Linux 3.0
Packit 7b22a4
Packit 7b22a4
S3:64:1:60:M*,S,T,N,W1:		Linux:2.5::Linux 2.5 (sometimes 2.4)
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W1:		Linux:2.5-2.6::Linux 2.5/2.6
Packit 7b22a4
S3:64:1:60:M*,S,T,N,W2:		Linux:2.5::Linux 2.5 (sometimes 2.4)
Packit 7b22a4
S4:64:1:60:M*,S,T,N,W2:		Linux:2.5::Linux 2.5 (sometimes 2.4)
Packit 7b22a4
Packit 7b22a4
S20:64:1:60:M*,S,T,N,W0:	Linux:2.2:20-25:Linux 2.2.20 and newer
Packit 7b22a4
S22:64:1:60:M*,S,T,N,W0:	Linux:2.2::Linux 2.2
Packit 7b22a4
S11:64:1:60:M*,S,T,N,W0:	Linux:2.2::Linux 2.2
Packit 7b22a4
Packit 7b22a4
# Popular cluster config scripts disable timestamps and
Packit 7b22a4
# selective ACK:
Packit 7b22a4
S4:64:1:48:M1460,N,W0:		Linux:2.4:cluster:Linux 2.4 in cluster
Packit 7b22a4
Packit 7b22a4
# This needs to be investigated. On some systems, WSS
Packit 7b22a4
# is selected as a multiple of MTU instead of MSS. I got
Packit 7b22a4
# many submissions for this for many late versions of 2.4:
Packit 7b22a4
T4:64:1:60:M1412,S,T,N,W0:	Linux:2.4::Linux 2.4 (late, uncommon)
Packit 7b22a4
Packit 7b22a4
# This happens only over loopback, but let's make folks happy:
Packit 7b22a4
32767:64:1:60:M16396,S,T,N,W0:	Linux:2.4:lo0:Linux 2.4 (local)
Packit 7b22a4
S8:64:1:60:M3884,S,T,N,W0:	Linux:2.2:lo0:Linux 2.2 (local)
Packit 7b22a4
Packit 7b22a4
# Opera visitors:
Packit 7b22a4
16384:64:1:60:M*,S,T,N,W0:	Linux:2.2:Opera:Linux 2.2 (Opera?)
Packit 7b22a4
32767:64:1:60:M*,S,T,N,W0:	Linux:2.4:Opera:Linux 2.4 (Opera?)
Packit 7b22a4
Packit 7b22a4
# Some fairly common mods:
Packit 7b22a4
S4:64:1:52:M*,N,N,S,N,W0:	Linux:2.4:ts:Linux 2.4 w/o timestamps
Packit 7b22a4
S22:64:1:52:M*,N,N,S,N,W0:	Linux:2.2:ts:Linux 2.2 w/o timestamps
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ----------------- FreeBSD -----------------
Packit 7b22a4
Packit 7b22a4
16384:64:1:44:M*:		FreeBSD:2.0-2.2::FreeBSD 2.0-4.2
Packit 7b22a4
16384:64:1:44:M*:		FreeBSD:3.0-3.5::FreeBSD 2.0-4.2
Packit 7b22a4
16384:64:1:44:M*:		FreeBSD:4.0-4.2::FreeBSD 2.0-4.2
Packit 7b22a4
16384:64:1:60:M*,N,W0,N,N,T:	FreeBSD:4.4::FreeBSD 4.4
Packit 7b22a4
Packit 7b22a4
1024:64:1:60:M*,N,W0,N,N,T:	FreeBSD:4.4::FreeBSD 4.4
Packit 7b22a4
Packit 7b22a4
57344:64:1:44:M*:		FreeBSD:4.6-4.8:noRFC1323:FreeBSD 4.6-4.8 (no RFC1323)
Packit 7b22a4
57344:64:1:60:M*,N,W0,N,N,T:	FreeBSD:4.6-4.9::FreeBSD 4.6-4.9
Packit 7b22a4
Packit 7b22a4
32768:64:1:60:M*,N,W0,N,N,T:	FreeBSD:4.8-4.11::FreeBSD 4.8-5.1 (or MacOS X)
Packit 7b22a4
32768:64:1:60:M*,N,W0,N,N,T:	FreeBSD:5.0-5.1::FreeBSD 4.8-5.1 (or MacOS X)
Packit 7b22a4
65535:64:1:60:M*,N,W0,N,N,T:	FreeBSD:4.8-4.11::FreeBSD 4.8-5.2 (or MacOS X)
Packit 7b22a4
65535:64:1:60:M*,N,W0,N,N,T:	FreeBSD:5.0-5.2::FreeBSD 4.8-5.2 (or MacOS X)
Packit 7b22a4
65535:64:1:60:M*,N,W1,N,N,T:	FreeBSD:4.7-4.11::FreeBSD 4.7-5.2
Packit 7b22a4
65535:64:1:60:M*,N,W1,N,N,T:	FreeBSD:5.0-5.2::FreeBSD 4.7-5.2
Packit 7b22a4
Packit 7b22a4
# XXX need quirks support
Packit 7b22a4
# 65535:64:1:60:M*,N,W0,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (1)
Packit 7b22a4
# 65535:64:1:60:M*,N,W1,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (2)
Packit 7b22a4
# 65535:64:1:60:M*,N,W2,N,N,T:Z:FreeBSD:5.1-5.4::5.1-current (3)
Packit 7b22a4
# 65535:64:1:44:M*:Z:FreeBSD:5.2::FreeBSD 5.2 (no RFC1323)
Packit 7b22a4
Packit 7b22a4
# 16384:64:1:60:M*,N,N,N,N,N,N,T:FreeBSD:4.4:noTS:FreeBSD 4.4 (w/o timestamps)
Packit 7b22a4
Packit 7b22a4
# ----------------- NetBSD ------------------
Packit 7b22a4
Packit 7b22a4
16384:64:0:60:M*,N,W0,N,N,T:	NetBSD:1.3::NetBSD 1.3
Packit 7b22a4
65535:64:0:60:M*,N,W0,N,N,T0:	NetBSD:1.6:opera:NetBSD 1.6 (Opera)
Packit 7b22a4
16384:64:0:60:M*,N,W0,N,N,T0:	NetBSD:1.6::NetBSD 1.6
Packit 7b22a4
16384:64:1:60:M*,N,W0,N,N,T0:	NetBSD:1.6:df:NetBSD 1.6 (DF)
Packit 7b22a4
65535:64:1:60:M*,N,W1,N,N,T0:	NetBSD:1.6::NetBSD 1.6W-current (DF)
Packit 7b22a4
65535:64:1:60:M*,N,W0,N,N,T0:	NetBSD:1.6::NetBSD 1.6X (DF)
Packit 7b22a4
32768:64:1:60:M*,N,W0,N,N,T0:	NetBSD:1.6:randomization:NetBSD 1.6ZH-current (w/ ip_id randomization)
Packit 7b22a4
Packit 7b22a4
# ----------------- OpenBSD -----------------
Packit 7b22a4
Packit 7b22a4
16384:64:0:60:M*,N,W0,N,N,T:		OpenBSD:2.6::NetBSD 1.3 (or OpenBSD 2.6)
Packit 7b22a4
16384:64:1:64:M*,N,N,S,N,W0,N,N,T:	OpenBSD:3.0-4.8::OpenBSD 3.0-4.8
Packit 7b22a4
16384:64:0:64:M*,N,N,S,N,W0,N,N,T:	OpenBSD:3.0-4.8:no-df:OpenBSD 3.0-4.8 (scrub no-df)
Packit 7b22a4
57344:64:1:64:M*,N,N,S,N,W0,N,N,T:	OpenBSD:3.3-4.0::OpenBSD 3.3-4.0
Packit 7b22a4
57344:64:0:64:M*,N,N,S,N,W0,N,N,T:	OpenBSD:3.3-4.0:no-df:OpenBSD 3.3-4.0 (scrub no-df)
Packit 7b22a4
Packit 7b22a4
65535:64:1:64:M*,N,N,S,N,W0,N,N,T:	OpenBSD:3.0-4.0:opera:OpenBSD 3.0-4.0 (Opera)
Packit 7b22a4
Packit 7b22a4
16384:64:1:64:M*,N,N,S,N,W3,N,N,T:	OpenBSD:4.9::OpenBSD 4.9
Packit 7b22a4
16384:64:0:64:M*,N,N,S,N,W3,N,N,T:	OpenBSD:4.9:no-df:OpenBSD 4.9 (scrub no-df)
Packit 7b22a4
Packit 7b22a4
16384:64:1:64:M*,N,N,S,N,W6,N,N,T:      OpenBSD:6.1::OpenBSD 6.1
Packit 7b22a4
16384:64:0:64:M*,N,N,S,N,W6,N,N,T:      OpenBSD:6.1:no-df:OpenBSD 6.1 (scrub no-df)
Packit 7b22a4
Packit 7b22a4
# ----------------- DragonFly BSD -----------------
Packit 7b22a4
Packit 7b22a4
57344:64:1:60:M*,N,W0,N,N,T:		DragonFly:1.0:A:DragonFly 1.0A
Packit 7b22a4
57344:64:0:64:M*,N,W0,N,N,S,N,N,T:	DragonFly:1.2-1.12::DragonFly 1.2-1.12
Packit 7b22a4
5840:64:1:60:M*,S,T,N,W4:			DragonFly:2.0-2.1::DragonFly 2.0-2.1
Packit 7b22a4
57344:64:0:64:M*,N,W0,N,N,S,N,N,T:	DragonFly:2.2-2.3::DragonFly 2.2-2.3
Packit 7b22a4
57344:64:0:64:M*,N,W5,N,N,S,N,N,T:	DragonFly:2.4-2.7::DragonFly 2.4-2.7
Packit 7b22a4
Packit 7b22a4
# ----------------- Solaris -----------------
Packit 7b22a4
Packit 7b22a4
S17:64:1:64:N,W3,N,N,T0,N,N,S,M*:	Solaris:8:RFC1323:Solaris 8 RFC1323
Packit 7b22a4
S17:64:1:48:N,N,S,M*:			Solaris:8::Solaris 8
Packit 7b22a4
S17:255:1:44:M*:			Solaris:2.5-2.7::Solaris 2.5 to 7
Packit 7b22a4
Packit 7b22a4
S6:255:1:44:M*:				Solaris:2.6-2.7::Solaris 2.6 to 7
Packit 7b22a4
S23:255:1:44:M*:			Solaris:2.5:1:Solaris 2.5.1
Packit 7b22a4
S34:64:1:48:M*,N,N,S:			Solaris:2.9::Solaris 9
Packit 7b22a4
S44:255:1:44:M*:			Solaris:2.7::Solaris 7
Packit 7b22a4
Packit 7b22a4
4096:64:0:44:M1460:			SunOS:4.1::SunOS 4.1.x
Packit 7b22a4
Packit 7b22a4
S34:64:1:52:M*,N,W0,N,N,S:		Solaris:10:beta:Solaris 10 (beta)
Packit 7b22a4
32850:64:1:64:M*,N,N,T,N,W1,N,N,S:	Solaris:10::Solaris 10 1203
Packit 7b22a4
Packit 7b22a4
# ----------------- IRIX --------------------
Packit 7b22a4
Packit 7b22a4
49152:64:0:44:M*:			IRIX:6.4::IRIX 6.4
Packit 7b22a4
61440:64:0:44:M*:			IRIX:6.2-6.5::IRIX 6.2-6.5
Packit 7b22a4
49152:64:0:52:M*,N,W2,N,N,S:		IRIX:6.5:RFC1323:IRIX 6.5 (RFC1323)
Packit 7b22a4
49152:64:0:52:M*,N,W3,N,N,S:		IRIX:6.5:RFC1323:IRIX 6.5 (RFC1323)
Packit 7b22a4
Packit 7b22a4
61440:64:0:48:M*,N,N,S:			IRIX:6.5:12-21:IRIX 6.5.12 - 6.5.21
Packit 7b22a4
49152:64:0:48:M*,N,N,S:			IRIX:6.5:15-21:IRIX 6.5.15 - 6.5.21
Packit 7b22a4
Packit 7b22a4
49152:60:0:64:M*,N,W2,N,N,T,N,N,S:	IRIX:6.5:IP27:IRIX 6.5 IP27
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ----------------- Tru64 -------------------
Packit 7b22a4
Packit 7b22a4
32768:64:1:48:M*,N,W0:			Tru64:4.0::Tru64 4.0 (or OS/2 Warp 4)
Packit 7b22a4
32768:64:0:48:M*,N,W0:			Tru64:5.0::Tru64 5.0
Packit 7b22a4
8192:64:0:44:M1460:			Tru64:5.1:noRFC1323:Tru64 6.1 (no RFC1323) (or QNX 6)
Packit 7b22a4
61440:64:0:48:M*,N,W0:			Tru64:5.1a:JP4:Tru64 v5.1a JP4 (or OpenVMS 7.x on Compaq 5.x stack)
Packit 7b22a4
Packit 7b22a4
# ----------------- OpenVMS -----------------
Packit 7b22a4
Packit 7b22a4
6144:64:1:60:M*,N,W0,N,N,T:		OpenVMS:7.2::OpenVMS 7.2 (Multinet 4.4 stack)
Packit 7b22a4
Packit 7b22a4
# ----------------- MacOS -------------------
Packit 7b22a4
Packit 7b22a4
# XXX Need EOL tcp opt support
Packit 7b22a4
# S2:255:1:48:M*,W0,E:.:MacOS:8.6 classic
Packit 7b22a4
Packit 7b22a4
# XXX some of these use EOL too
Packit 7b22a4
16616:255:1:48:M*,W0:			MacOS:7.3-7.6:OTTCP:MacOS 7.3-8.6 (OTTCP)
Packit 7b22a4
16616:255:1:48:M*,W0:			MacOS:8.0-8.6:OTTCP:MacOS 7.3-8.6 (OTTCP)
Packit 7b22a4
16616:255:1:48:M*,N,N,N:		MacOS:8.1-8.6:OTTCP:MacOS 8.1-8.6 (OTTCP)
Packit 7b22a4
32768:255:1:48:M*,W0,N:			MacOS:9.0-9.2::MacOS 9.0-9.2
Packit 7b22a4
65535:255:1:48:M*,N,N,N,N:		MacOS:9.1::MacOS 9.1 (OT 2.7.4)
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ----------------- Windows -----------------
Packit 7b22a4
Packit 7b22a4
# Windows TCP/IP stack is a mess. For most recent XP, 2000 and
Packit 7b22a4
# even 98, the patchlevel, not the actual OS version, is more
Packit 7b22a4
# relevant to the signature. They share the same code, so it would
Packit 7b22a4
# seem. Luckily for us, almost all Windows 9x boxes have an
Packit 7b22a4
# awkward MSS of 536, which I use to tell one from another
Packit 7b22a4
# in most difficult cases.
Packit 7b22a4
Packit 7b22a4
8192:32:1:44:M*:			Windows:3.11::Windows 3.11 (Tucows)
Packit 7b22a4
S44:64:1:64:M*,N,W0,N,N,T0,N,N,S:	Windows:95::Windows 95
Packit 7b22a4
8192:128:1:64:M*,N,W0,N,N,T0,N,N,S:	Windows:95:b:Windows 95b
Packit 7b22a4
Packit 7b22a4
# There were so many tweaking tools and so many stack versions for
Packit 7b22a4
# Windows 98 it is no longer possible to tell them from each other
Packit 7b22a4
# without some very serious research. Until then, there's an insane
Packit 7b22a4
# number of signatures, for your amusement:
Packit 7b22a4
Packit 7b22a4
S44:32:1:48:M*,N,N,S:			Windows:98:lowTTL:Windows 98 (low TTL)
Packit 7b22a4
8192:32:1:48:M*,N,N,S:			Windows:98:lowTTL:Windows 98 (low TTL)
Packit 7b22a4
%8192:64:1:48:M536,N,N,S:		Windows:98::Windows 98
Packit 7b22a4
%8192:128:1:48:M536,N,N,S:		Windows:98::Windows 98
Packit 7b22a4
S4:64:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
S6:64:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
S12:64:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
T30:64:1:64:M1460,N,W0,N,N,T0,N,N,S:	Windows:98::Windows 98
Packit 7b22a4
32767:64:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
37300:64:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
46080:64:1:52:M*,N,W3,N,N,S:		Windows:98:RFC1323:Windows 98 (RFC1323)
Packit 7b22a4
65535:64:1:44:M*:			Windows:98:noSack:Windows 98 (no sack)
Packit 7b22a4
S16:128:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
S16:128:1:64:M*,N,W0,N,N,T0,N,N,S:	Windows:98::Windows 98
Packit 7b22a4
S26:128:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
T30:128:1:48:M*,N,N,S:			Windows:98::Windows 98
Packit 7b22a4
32767:128:1:52:M*,N,W0,N,N,S:		Windows:98::Windows 98
Packit 7b22a4
60352:128:1:48:M*,N,N,S:		Windows:98::Windows 98
Packit 7b22a4
60352:128:1:64:M*,N,W2,N,N,T0,N,N,S:	Windows:98::Windows 98
Packit 7b22a4
Packit 7b22a4
# What's with 1414 on NT?
Packit 7b22a4
T31:128:1:44:M1414:			Windows:NT:4.0:Windows NT 4.0 SP6a
Packit 7b22a4
64512:128:1:44:M1414:			Windows:NT:4.0:Windows NT 4.0 SP6a
Packit 7b22a4
8192:128:1:44:M*:			Windows:NT:4.0:Windows NT 4.0 (older)
Packit 7b22a4
Packit 7b22a4
# Windows XP and 2000. Most of the signatures that were
Packit 7b22a4
# either dubious or non-specific (no service pack data)
Packit 7b22a4
# were deleted and replaced with generics at the end.
Packit 7b22a4
Packit 7b22a4
65535:128:1:48:M*,N,N,S:		Windows:2000:SP4:Windows 2000 SP4, XP SP1
Packit 7b22a4
65535:128:1:48:M*,N,N,S:		Windows:XP:SP1:Windows 2000 SP4, XP SP1
Packit 7b22a4
%8192:128:1:48:M*,N,N,S:		Windows:2000:SP2+:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222)
Packit 7b22a4
%8192:128:1:48:M*,N,N,S:		Windows:XP:SP1:Windows 2000 SP2, XP SP1 (seldom 98 4.10.2222)
Packit 7b22a4
S20:128:1:48:M*,N,N,S:			Windows:2000::Windows 2000/XP SP3
Packit 7b22a4
S20:128:1:48:M*,N,N,S:			Windows:XP:SP3:Windows 2000/XP SP3
Packit 7b22a4
S45:128:1:48:M*,N,N,S:			Windows:2000:SP4:Windows 2000 SP4, XP SP 1
Packit 7b22a4
S45:128:1:48:M*,N,N,S:			Windows:XP:SP1:Windows 2000 SP4, XP SP 1
Packit 7b22a4
40320:128:1:48:M*,N,N,S:		Windows:2000:SP4:Windows 2000 SP4
Packit 7b22a4
Packit 7b22a4
S6:128:1:48:M*,N,N,S:			Windows:2000:SP2:Windows XP, 2000 SP2+
Packit 7b22a4
S6:128:1:48:M*,N,N,S:			Windows:XP::Windows XP, 2000 SP2+
Packit 7b22a4
S12:128:1:48:M*,N,N,S:			Windows:XP:SP1:Windows XP SP1
Packit 7b22a4
S44:128:1:48:M*,N,N,S:			Windows:2000:SP3:Windows Pro SP1, 2000 SP3
Packit 7b22a4
S44:128:1:48:M*,N,N,S:			Windows:XP:SP1:Windows Pro SP1, 2000 SP3
Packit 7b22a4
64512:128:1:48:M*,N,N,S:		Windows:2000:SP3:Windows SP1, 2000 SP3
Packit 7b22a4
64512:128:1:48:M*,N,N,S:		Windows:XP:SP1:Windows SP1, 2000 SP3
Packit 7b22a4
32767:128:1:48:M*,N,N,S:		Windows:2000:SP4:Windows SP1, 2000 SP4
Packit 7b22a4
32767:128:1:48:M*,N,N,S:		Windows:XP:SP1:Windows SP1, 2000 SP4
Packit 7b22a4
Packit 7b22a4
8192:128:1:52:M*,N,W2,N,N,S:		Windows:Vista::Windows Vista/7
Packit 7b22a4
Packit 7b22a4
# Odds, ends, mods:
Packit 7b22a4
Packit 7b22a4
S52:128:1:48:M1260,N,N,S:		Windows:2000:cisco:Windows XP/2000 via Cisco
Packit 7b22a4
S52:128:1:48:M1260,N,N,S:		Windows:XP:cisco:Windows XP/2000 via Cisco
Packit 7b22a4
65520:128:1:48:M*,N,N,S:		Windows:XP::Windows XP bare-bone
Packit 7b22a4
16384:128:1:52:M536,N,W0,N,N,S:		Windows:2000:ZoneAlarm:Windows 2000 w/ZoneAlarm?
Packit 7b22a4
2048:255:0:40:.:			Windows:.NET::Windows .NET Enterprise Server
Packit 7b22a4
Packit 7b22a4
44620:64:0:48:M*,N,N,S:			Windows:ME::Windows ME no SP (?)
Packit 7b22a4
S6:255:1:48:M536,N,N,S:			Windows:95:winsock2:Windows 95 winsock 2
Packit 7b22a4
32768:32:1:52:M1460,N,W0,N,N,S:		Windows:2003:AS:Windows 2003 AS
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# No need to be more specific, it passes:
Packit 7b22a4
# *:128:1:48:M*,N,N,S:U:-Windows:XP/2000 while downloading (leak!) XXX quirk
Packit 7b22a4
# there is an equiv similar generic sig w/o the quirk
Packit 7b22a4
Packit 7b22a4
# ----------------- HP/UX -------------------
Packit 7b22a4
Packit 7b22a4
32768:64:1:44:M*:			HP-UX:B.10.20::HP-UX B.10.20
Packit 7b22a4
32768:64:0:48:M*,W0,N:			HP-UX:11.0::HP-UX 11.0
Packit 7b22a4
32768:64:1:48:M*,W0,N:			HP-UX:11.10::HP-UX 11.0 or 11.11
Packit 7b22a4
32768:64:1:48:M*,W0,N:			HP-UX:11.11::HP-UX 11.0 or 11.11
Packit 7b22a4
Packit 7b22a4
# Whoa. Hardcore WSS.
Packit 7b22a4
0:64:0:48:M*,W0,N:			HP-UX:B.11.00:A:HP-UX B.11.00 A (RFC1323)
Packit 7b22a4
Packit 7b22a4
# ----------------- RiscOS ------------------
Packit 7b22a4
Packit 7b22a4
# We don't yet support the ?12 TCP option
Packit 7b22a4
#16384:64:1:68:M1460,N,W0,N,N,T,N,N,?12:	RISCOS:3.70-4.36::RISC OS 3.70-4.36
Packit 7b22a4
12288:32:0:44:M536:				RISC OS:3.70:4.10:RISC OS 3.70 inet 4.10
Packit 7b22a4
Packit 7b22a4
# XXX quirk
Packit 7b22a4
# 4096:64:1:56:M1460,N,N,T:T:			RISC OS:3.70:freenet:RISC OS 3.70 freenet 2.00
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ----------------- BSD/OS ------------------
Packit 7b22a4
Packit 7b22a4
# Once again, power of two WSS is also shared by MacOS X with DF set
Packit 7b22a4
8192:64:1:60:M1460,N,W0,N,N,T:		BSD/OS:3.1::BSD/OS 3.1-4.3 (or MacOS X 10.2 w/DF)
Packit 7b22a4
8192:64:1:60:M1460,N,W0,N,N,T:		BSD/OS:4.0-4.3::BSD/OS 3.1-4.3 (or MacOS X 10.2)
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ---------------- NewtonOS -----------------
Packit 7b22a4
Packit 7b22a4
4096:64:0:44:M1420:		NewtonOS:2.1::NewtonOS 2.1
Packit 7b22a4
Packit 7b22a4
# ---------------- NeXTSTEP -----------------
Packit 7b22a4
Packit 7b22a4
S4:64:0:44:M1024:		NeXTSTEP:3.3::NeXTSTEP 3.3
Packit 7b22a4
S8:64:0:44:M512:		NeXTSTEP:3.3::NeXTSTEP 3.3
Packit 7b22a4
Packit 7b22a4
# ------------------ BeOS -------------------
Packit 7b22a4
Packit 7b22a4
1024:255:0:48:M*,N,W0:		BeOS:5.0-5.1::BeOS 5.0-5.1
Packit 7b22a4
12288:255:0:44:M1402:		BeOS:5.0::BeOS 5.0.x
Packit 7b22a4
Packit 7b22a4
# ------------------ OS/400 -----------------
Packit 7b22a4
Packit 7b22a4
8192:64:1:60:M1440,N,W0,N,N,T:	OS/400:VR4::OS/400 VR4/R5
Packit 7b22a4
8192:64:1:60:M1440,N,W0,N,N,T:	OS/400:VR5::OS/400 VR4/R5
Packit 7b22a4
4096:64:1:60:M1440,N,W0,N,N,T:	OS/400:V4R5:CF67032:OS/400 V4R5 + CF67032
Packit 7b22a4
Packit 7b22a4
# XXX quirk
Packit 7b22a4
# 28672:64:0:44:M1460:A:OS/390:?
Packit 7b22a4
Packit 7b22a4
# ------------------ ULTRIX -----------------
Packit 7b22a4
Packit 7b22a4
16384:64:0:40:.:		ULTRIX:4.5::ULTRIX 4.5
Packit 7b22a4
Packit 7b22a4
# ------------------- QNX -------------------
Packit 7b22a4
Packit 7b22a4
S16:64:0:44:M512:		QNX:::QNX demodisk
Packit 7b22a4
Packit 7b22a4
# ------------------ Novell -----------------
Packit 7b22a4
Packit 7b22a4
16384:128:1:44:M1460:		Novell:NetWare:5.0:Novel Netware 5.0
Packit 7b22a4
6144:128:1:44:M1460:		Novell:IntranetWare:4.11:Novell IntranetWare 4.11
Packit 7b22a4
6144:128:1:44:M1368:		Novell:BorderManager::Novell BorderManager ?
Packit 7b22a4
Packit 7b22a4
6144:128:1:52:M*,W0,N,S,N,N:	Novell:Netware:6:Novell Netware 6 SP3
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ----------------- SCO ------------------
Packit 7b22a4
S3:64:1:60:M1460,N,W0,N,N,T:	SCO:UnixWare:7.1:SCO UnixWare 7.1
Packit 7b22a4
S17:64:1:60:M1380,N,W0,N,N,T:	SCO:UnixWare:7.1:SCO UnixWare 7.1.3 MP3
Packit 7b22a4
S23:64:1:44:M1380:		SCO:OpenServer:5.0:SCO OpenServer 5.0
Packit 7b22a4
Packit 7b22a4
# ------------------- DOS -------------------
Packit 7b22a4
Packit 7b22a4
2048:255:0:44:M536:		DOS:WATTCP:1.05:DOS Arachne via WATTCP/1.05
Packit 7b22a4
T2:255:0:44:M984:		DOS:WATTCP:1.05Arachne:Arachne via WATTCP/1.05 (eepro)
Packit 7b22a4
Packit 7b22a4
# ------------------ OS/2 -------------------
Packit 7b22a4
Packit 7b22a4
S56:64:0:44:M512:		OS/2:4::OS/2 4
Packit 7b22a4
28672:64:0:44:M1460:		OS/2:4::OS/2 Warp 4.0
Packit 7b22a4
Packit 7b22a4
# ----------------- TOPS-20 -----------------
Packit 7b22a4
Packit 7b22a4
# Another hardcore MSS, one of the ACK leakers hunted down.
Packit 7b22a4
# XXX QUIRK 0:64:0:44:M1460:A:TOPS-20:version 7
Packit 7b22a4
0:64:0:44:M1460:		TOPS-20:7::TOPS-20 version 7
Packit 7b22a4
Packit 7b22a4
# ----------------- FreeMiNT ----------------
Packit 7b22a4
Packit 7b22a4
S44:255:0:44:M536:		FreeMiNT:1:16A:FreeMiNT 1 patch 16A (Atari)
Packit 7b22a4
Packit 7b22a4
# ------------------ AMIGA ------------------
Packit 7b22a4
Packit 7b22a4
# XXX TCP option 12
Packit 7b22a4
# S32:64:1:56:M*,N,N,S,N,N,?12:.:AMIGA:3.9 BB2 with Miami stack
Packit 7b22a4
Packit 7b22a4
# ------------------ Plan9 ------------------
Packit 7b22a4
Packit 7b22a4
65535:255:0:48:M1460,W0,N:	Plan9:4::Plan9 edition 4
Packit 7b22a4
Packit 7b22a4
# ----------------- AMIGAOS -----------------
Packit 7b22a4
Packit 7b22a4
16384:64:1:48:M1560,N,N,S:	AMIGAOS:3.9::AMIGAOS 3.9 BB2 MiamiDX
Packit 7b22a4
Packit 7b22a4
###########################################
Packit 7b22a4
# Appliance / embedded / other signatures #
Packit 7b22a4
###########################################
Packit 7b22a4
Packit 7b22a4
# ---------- Firewalls / routers ------------
Packit 7b22a4
Packit 7b22a4
S12:64:1:44:M1460:			@Checkpoint:::Checkpoint (unknown 1)
Packit 7b22a4
S12:64:1:48:N,N,S,M1460:		@Checkpoint:::Checkpoint (unknown 2)
Packit 7b22a4
4096:32:0:44:M1460:			ExtremeWare:4.x::ExtremeWare 4.x
Packit 7b22a4
Packit 7b22a4
# XXX TCP option 12
Packit 7b22a4
# S32:64:0:68:M512,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO w/Checkpoint NG FP3
Packit 7b22a4
# S16:64:0:68:M1024,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO 3.7 build 026
Packit 7b22a4
Packit 7b22a4
S4:64:1:60:W0,N,S,T,M1460:		FortiNet:FortiGate:50:FortiNet FortiGate 50
Packit 7b22a4
Packit 7b22a4
8192:64:1:44:M1460:			Eagle:::Eagle Secure Gateway
Packit 7b22a4
Packit 7b22a4
S52:128:1:48:M1260,N,N,N,N:		LinkSys:WRV54G::LinkSys WRV54G VPN router
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ------- Switches and other stuff ----------
Packit 7b22a4
Packit 7b22a4
4128:255:0:44:M*:			Cisco:::Cisco Catalyst 3500, 7500 etc
Packit 7b22a4
S8:255:0:44:M*:				Cisco:12008::Cisco 12008
Packit 7b22a4
60352:128:1:64:M1460,N,W2,N,N,T,N,N,S:	Alteon:ACEswitch::Alteon ACEswitch
Packit 7b22a4
64512:128:1:44:M1370:			Nortel:Contivity Client::Nortel Conectivity Client
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# ---------- Caches and whatnots ------------
Packit 7b22a4
Packit 7b22a4
S4:64:1:52:M1460,N,N,S,N,W0:		AOL:web cache::AOL web cache
Packit 7b22a4
Packit 7b22a4
32850:64:1:64:N,W1,N,N,T,N,N,S,M*:	NetApp:5.x::NetApp Data OnTap 5.x
Packit 7b22a4
16384:64:1:64:M1460,N,N,S,N,W0,N:	NetApp:5.3:1:NetApp 5.3.1
Packit 7b22a4
65535:64:0:64:M1460,N,N,S,N,W*,N,N,T:	NetApp:5.3-5.5::NetApp 5.3-5.5
Packit 7b22a4
65535:64:0:60:M1460,N,W0,N,N,T:		NetApp:CacheFlow::NetApp CacheFlow
Packit 7b22a4
8192:64:1:64:M1460,N,N,S,N,W0,N,N,T:	NetApp:5.2:1:NetApp NetCache 5.2.1
Packit 7b22a4
20480:64:1:64:M1460,N,N,S,N,W0,N,N,T:	NetApp:4.1::NetApp NetCache4.1
Packit 7b22a4
Packit 7b22a4
65535:64:0:60:M1460,N,W0,N,N,T:		CacheFlow:4.1::CacheFlow CacheOS 4.1
Packit 7b22a4
8192:64:0:60:M1380,N,N,N,N,N,N,T:	CacheFlow:1.1::CacheFlow CacheOS 1.1
Packit 7b22a4
Packit 7b22a4
S4:64:0:48:M1460,N,N,S:			Cisco:Content Engine::Cisco Content Engine
Packit 7b22a4
Packit 7b22a4
27085:128:0:40:.:			Dell:PowerApp cache::Dell PowerApp (Linux-based)
Packit 7b22a4
Packit 7b22a4
65535:255:1:48:N,W1,M1460:		Inktomi:crawler::Inktomi crawler
Packit 7b22a4
S1:255:1:60:M1460,S,T,N,W0:		LookSmart:ZyBorg::LookSmart ZyBorg
Packit 7b22a4
Packit 7b22a4
16384:255:0:40:.:			Proxyblocker:::Proxyblocker (what's this?)
Packit 7b22a4
Packit 7b22a4
65535:255:0:48:M*,N,N,S:		Redline:::Redline T|X 2200
Packit 7b22a4
Packit 7b22a4
32696:128:0:40:M1460:			Spirent:Avalanche::Spirent Web Avalanche HTTP benchmarking engine
Packit 7b22a4
Packit 7b22a4
# ----------- Embedded systems --------------
Packit 7b22a4
Packit 7b22a4
S9:255:0:44:M536:			PalmOS:Tungsten:C:PalmOS Tungsten C
Packit 7b22a4
S5:255:0:44:M536:			PalmOS:3::PalmOS 3/4
Packit 7b22a4
S5:255:0:44:M536:			PalmOS:4::PalmOS 3/4
Packit 7b22a4
S4:255:0:44:M536:			PalmOS:3:5:PalmOS 3.5
Packit 7b22a4
2948:255:0:44:M536:			PalmOS:3:5:PalmOS 3.5.3 (Handera)
Packit 7b22a4
S29:255:0:44:M536:			PalmOS:5::PalmOS 5.0
Packit 7b22a4
16384:255:0:44:M1398:			PalmOS:5.2:Clie:PalmOS 5.2 (Clie)
Packit 7b22a4
S14:255:0:44:M1350:			PalmOS:5.2:Treo:PalmOS 5.2.1 (Treo)
Packit 7b22a4
Packit 7b22a4
S23:64:1:64:N,W1,N,N,T,N,N,S,M1460:	SymbianOS:7::SymbianOS 7
Packit 7b22a4
Packit 7b22a4
8192:255:0:44:M1460:			SymbianOS:6048::Symbian OS 6048 (Nokia 7650?)
Packit 7b22a4
8192:255:0:44:M536:			SymbianOS:9210::Symbian OS (Nokia 9210?)
Packit 7b22a4
S22:64:1:56:M1460,T,S:			SymbianOS:P800::Symbian OS ? (SE P800?)
Packit 7b22a4
S36:64:1:56:M1360,T,S:			SymbianOS:6600::Symbian OS 60xx (Nokia 6600?)
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
# Perhaps S4?
Packit 7b22a4
5840:64:1:60:M1452,S,T,N,W1:		Zaurus:3.10::Zaurus 3.10
Packit 7b22a4
Packit 7b22a4
32768:128:1:64:M1460,N,W0,N,N,T0,N,N,S:	PocketPC:2002::PocketPC 2002
Packit 7b22a4
Packit 7b22a4
S1:255:0:44:M346:			Contiki:1.1:rc0:Contiki 1.1-rc0
Packit 7b22a4
Packit 7b22a4
4096:128:0:44:M1460:			Sega:Dreamcast:3.0:Sega Dreamcast Dreamkey 3.0
Packit 7b22a4
T5:64:0:44:M536:			Sega:Dreamcast:HKT-3020:Sega Dreamcast HKT-3020 (browser disc 51027)
Packit 7b22a4
S22:64:1:44:M1460:			Sony:PS2::Sony Playstation 2 (SOCOM?)
Packit 7b22a4
Packit 7b22a4
S12:64:0:44:M1452:			AXIS:5600:v5.64:AXIS Printer Server 5600 v5.64
Packit 7b22a4
Packit 7b22a4
3100:32:1:44:M1460:			Windows:CE:2.0:Windows CE 2.0
Packit 7b22a4
Packit 7b22a4
####################
Packit 7b22a4
# Fancy signatures #
Packit 7b22a4
####################
Packit 7b22a4
Packit 7b22a4
1024:64:0:40:.:				*NMAP:syn scan:1:NMAP syn scan (1)
Packit 7b22a4
2048:64:0:40:.:				*NMAP:syn scan:2:NMAP syn scan (2)
Packit 7b22a4
3072:64:0:40:.:				*NMAP:syn scan:3:NMAP syn scan (3)
Packit 7b22a4
4096:64:0:40:.:				*NMAP:syn scan:4:NMAP syn scan (4)
Packit 7b22a4
Packit 7b22a4
# Requires quirks support
Packit 7b22a4
# 1024:64:0:40:.:A:*NMAP:TCP sweep probe (1)
Packit 7b22a4
# 2048:64:0:40:.:A:*NMAP:TCP sweep probe (2)
Packit 7b22a4
# 3072:64:0:40:.:A:*NMAP:TCP sweep probe (3)
Packit 7b22a4
# 4096:64:0:40:.:A:*NMAP:TCP sweep probe (4)
Packit 7b22a4
Packit 7b22a4
1024:64:0:60:W10,N,M265,T:		*NMAP:OS:1:NMAP OS detection probe (1)
Packit 7b22a4
2048:64:0:60:W10,N,M265,T:		*NMAP:OS:2:NMAP OS detection probe (2)
Packit 7b22a4
3072:64:0:60:W10,N,M265,T:		*NMAP:OS:3:NMAP OS detection probe (3)
Packit 7b22a4
4096:64:0:60:W10,N,M265,T:		*NMAP:OS:4:NMAP OS detection probe (4)
Packit 7b22a4
Packit 7b22a4
32767:64:0:40:.:			*NAST:::NASTsyn scan
Packit 7b22a4
Packit 7b22a4
# Requires quirks support
Packit 7b22a4
# 12345:255:0:40:.:A:-p0f:sendsyn utility
Packit 7b22a4
Packit 7b22a4
Packit 7b22a4
#####################################
Packit 7b22a4
# Generic signatures - just in case #
Packit 7b22a4
#####################################
Packit 7b22a4
Packit 7b22a4
#*:64:1:60:M*,N,W*,N,N,T:		@FreeBSD:4.0-4.9::FreeBSD 4.x/5.x
Packit 7b22a4
#*:64:1:60:M*,N,W*,N,N,T:		@FreeBSD:5.0-5.1::FreeBSD 4.x/5.x
Packit 7b22a4
Packit 7b22a4
*:128:1:52:M*,N,W0,N,N,S:		@Windows:XP:RFC1323:Windows XP/2000 (RFC1323 no tstamp)
Packit 7b22a4
*:128:1:52:M*,N,W0,N,N,S:		@Windows:2000:RFC1323:Windows XP/2000 (RFC1323 no tstamp)
Packit 7b22a4
*:128:1:52:M*,N,W*,N,N,S:		@Windows:XP:RFC1323:Windows XP/2000 (RFC1323 no tstamp)
Packit 7b22a4
*:128:1:52:M*,N,W*,N,N,S:		@Windows:2000:RFC1323:Windows XP/2000 (RFC1323 no tstamp)
Packit 7b22a4
*:128:1:64:M*,N,W0,N,N,T0,N,N,S:	@Windows:XP:RFC1323:Windows XP/2000 (RFC1323)
Packit 7b22a4
*:128:1:64:M*,N,W0,N,N,T0,N,N,S:	@Windows:2000:RFC1323:Windows XP/2000 (RFC1323)
Packit 7b22a4
*:128:1:64:M*,N,W*,N,N,T0,N,N,S:	@Windows:XP:RFC1323:Windows XP (RFC1323, w+)
Packit 7b22a4
*:128:1:48:M536,N,N,S:			@Windows:98::Windows 98
Packit 7b22a4
*:128:1:48:M*,N,N,S:			@Windows:XP::Windows XP/2000
Packit 7b22a4
*:128:1:48:M*,N,N,S:			@Windows:2000::Windows XP/2000
Packit 7b22a4
Packit 7b22a4