Get Report For URL
Get malware report for a given URL.
External Documentation
To learn more, visit the WildFire documentation.
Basic Parameters
Parameter | Description |
---|---|
URL | The url of the malware. |
Advanced Parameters
Parameter | Description |
---|---|
Agent | Required for Prisma Access and Prisma Cloud Compute-based WildFire public API keys. |
Example Output
{
"success": true,
"result": {
"analysis_time": "2020-04-22:42:30Z",
"url_type": "original",
"report": "<MAEC report>"
<size>796268</size>
}
Workflow Library Example
Get Report for Url with Wildfire and Send Results Via Email
Preview this Workflow on desktop