Verification of a phishing risk on the Common Name.
Inputs | Description | Type | Regular expression | Mandatory |
commanName | The Common Name to check | String | Yes |
Outputs | Description | Possible values |
commonName | The Common Name to check | |
possiblePhishingDetected | True if a Phishing risk was detected on the Common Name. Else False. | True / False |
Error code
Error code | Parameter | Message | Value | comment |
706 | Unexpected error | Error : … | Unexpected error. Please contact Namebay for more information. |
Command
<api> […] <command> <ssl_phishing_check> <commonName>…</commonName> </ssl_phishing_check> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <ssl_phishing_checkData> <commonName>…</commonName> <possiblePhishingDetected>…</possiblePhishingDetected> </ssl_phishing_checkData> </resData> </api> |