Use the Edit Signature dialog box to add or change a bytes signature definition.
The other signature types are handled by the Edit Signature dialog box.
A bytes signature is used to match data in more complex ways than a string match.
The Signatures section of the KFSensor Concepts section of the manual describes how signatures are matched in more detail.
Type | Notes |
Big endian binary number | The bytes are converted into a number from big endian format. This is the most common binary representation found in network protocols. |
Little endian binary number | The bytes are converted into a number from little endian format. This is the most common binary representation found in Windows protocols. |
Decimal string | The bytes are converted from a decimal text string into a number. |
Hex string | The bytes are converted from a hex text string into a number. |
Octal string | The bytes are converted from a octal text string into a number. |