Views:
This object is only available through the Event or Alert objects (i.e. event.signature). It represents the signature information of the filter triggering the event.
Properties
Name Type Description
bugTraqId String
cveId String
description String The signature description
id String The UUID of the signature
name String The signature name
nfAlarmId int
number int The signature number
protocol String
severity int
version String
Methods
There are no Signature methods accessible from JavaScript.
Sample usage
var name = event.signature.name;