Skip to main content

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

ParameterDescription
PrefixThe 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

Workflow LibraryPreview this Workflow on desktop