PerceptionPoint
Loads incidents from Perception Point and releases falsely quarantined emails.
Email · Perception Point
Details
| ID | PerceptionPoint |
|---|---|
| Provider | Fortinet |
| Category | |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Supported Modules | Agentix XSIAM |
README
Use the Perception Point integration to resend falsely quarantined emails.
Get your Perception Point API token
To get an API token, contact PerceptionPoint support.
API token use cases
To set the number of results to return, specify the parameter "Number of API loops". Each loop returns a maximum of 20 items.
- View and manage your incidents list. This list will be updated automatically in the Incidents dashboard.
- Release emails from quarantine and resend them to their recipients, by passing the scan ID as an argument.
Configure PerceptionPoint on Cortex XSOAR
- Navigate to Settings > Integrations > Servers & Services.
- Search for Perception Point.
- Click Add instance to create and configure a new integration instance.
- Name: a textual name for the integration instance.
- Token to use Perception Point's API
- No. of API loops
- Fetch incidents
- Fetch blocked incidents
- Fetch spam incidents
- Fetch malicious incidents
- Incident type
- Trust any certificate (insecure)
- Use system proxy
- Click Test to validate the URLs, token, and connection.
Commands
You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
1. Resend a falsely quarantined email
Resends an email that was falsely quarantined, using the scan ID.
Base Command
pp-release-email
Input
| Argument Name | Description | Required |
|---|---|---|
| scan_id | The PP scan ID of the email. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| PP.Released | number | The scan ID of the released email. |
Command Example
pp-release-email scan_id="80052041"
Context Example
{
"PP.Released": "80052041"
}
Human Readable Output
Email with id 80052041 was released Successfully!
Configuration parameters
pp_token— Token to use Perception Point's API (required)api_loops— Number of API loopsisFetch— Fetch incidentsfetch_blocked— Fetch blocked incidentsfetch_spam— Fetch spam incidentsfetch_malicious— Fetch malicious incidentsincidentType— Incident typeincidentFetchInterval— Incidents Fetch Intervalinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
pp-release-emailRe-sends an email that was falsely quarantined, using the scan ID.
## Get your PerceptionPoint API token To get an API token, contact PerceptionPoint support. ## API token use cases To set the number of results to return, specify the parameter "Number of API loops". Each loop returns a maximum of 20 items. - View and manage your incidents list. This list will be updated automatically in the Incidents dashboard. - Release emails from quarantine and resend them to their recipients, by passing the scan ID as an argument.