hec_add_exception
Add email addresses, domains, subjects, or attachments to a whitelist or blacklist to control email delivery and block threats.
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 |