Using Policies to Send Alerts
{
"policy": {
"detectionRules": [
{
"detectors": [
{
"detectorType": "NIGHTFALL_DETECTOR",
"nightfallDetector": "US_SOCIAL_SECURITY_NUMBER",
"minNumFindings": 1,
"minConfidence": "LIKELY",
"displayName": "US Social Security Number"
}
],
"name": "SSN Match Detection Rule",
"logicalOp": "ALL"
}
],
"contextBytes": 5,
"alertConfig": {
"email": {
"address": "[email protected]"
}
}
},
"payload": [
"The customer's social security number is 555-55-5555",
"No SSN in this string"
]
}Using Webhooks with Policies
Using Slack Channels With Policies

Sending Alerts to SIEMs and other HTTP Event Collectors
Other Policy Features
Using Redaction Within a Policy
Using Context Bytes Within a Policy
Last updated
Was this helpful?