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
CommentThe comment to be added to the blacklist.
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

Preview this Workflow on desktop