Signature
Signature
An object representing IDS signature Info.
JSON Example
{
"is_active": false,
"severity": "string",
"details": "string",
"signature_id": "string",
"original_signature_id": "string",
"total_detected": 0,
"total_prevented": 0,
"impact_score": 0,
"risk_score": 0,
"confidence_score": 0,
"time": 0
}
boolean
is_active
Optional
Is it an active signature that belongs to the current active bundle.
severity
Optional
Severity of IDS threat if it is SUSPICIOUS/LOW/MEDIUM/HIGH/CRITICAL/INVALID.
Enumeration:
SEVERITY_INVALID,
CRITICAL,
HIGH,
MEDIUM,
LOW,
SUSPICIOUS
string
details
Optional
Signature info which is detected.
string
signature_id
Optional
Signature Id.
string
original_signature_id
Optional
Original signature id if its a custom signature, null value for system signatures.
integer
total_detected
Optional
Total number of detected for this signature.
integer
total_prevented
Optional
Total number of prevented for this signature.
integer
impact_score
Optional
Numeric score of the impact.
integer
risk_score
Optional
Numeric score of the risk.
integer
confidence_score
Optional
Numeric score of the confidence.
integer As int64
As int64
time
Optional
Time of the IDS event detected.