Add URL To Blacklist
Adds a URL prefix to the URL blacklist. When adding an URL to the blacklist, URLs scanned by Perception Point and containing the given URL prefix will be always flagged as malicious/spam (positive verdict).
Parameters
Parameter | Description |
---|---|
Comment | The comment to be added to the blacklist. |
Prefix | The URL prefix to be added to the blacklist. |
Example Output
{
"id": 2,
"comment": "This is an example!",
"created_by": "Nimrod Wagner <nimrod.wagner@perception-point.io>",
"last_updated_by": "Nimrod Wagner <nimrod.wagner@perception-point.io>",
"owner_organization": 1,
"prefix": "example.com"
}
Workflow Library Example
Add Url to Blacklist with Perception Point and Send Results Via Email
Preview this Workflow on desktop