hec_add_exception
Add an email exception to the whitelist or blacklist by specifying sender, subject, recipient, or attachment MD5 to manage email security policies.
Instructions
Add an entry to the whitelist or blacklist. At least one match field (senderEmail, senderDomain, subject, attachmentMd5, recipient) must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Comment explaining the exception | |
| excType | Yes | Whether to add to the whitelist or blacklist | |
| subject | No | Email subject | |
| recipient | No | Recipient email address | |
| senderName | No | Sender display name | |
| senderEmail | No | Sender email address | |
| senderDomain | No | Sender domain | |
| attachmentMd5 | No | Attachment MD5 hash | |
| subjectMatching | No | contains | |
| senderEmailMatching | No | matching | |
| senderDomainMatching | No | endswith |