Scan a domain or URL
GET/phishing/scan
Scan a domain or URL
Request
Query Parameters
url string
Default value: https://exerra.xyz
Which URL to scan (either this or domain)
domain string
Default value: exera.xyz
Which domain to scan (either this or domain)
Responses
- 200
Sucessful
- application/json
- Schema
- Example (from schema)
Schema
status int64
data object
malicious boolean
domain string
detection object
type string
Possible values: [domain
, url
]
{
"status": 200,
"data": {
"malicious": false,
"domain": "exerra.xyz",
"detection": {
"type": "domain"
}
}
}
Loading...