Overview
Allows the client to check open intelligence of an endpoint.HTTP request
POST /Agent/Intelligence/CheckEndpoint
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PEndpoint | The endpoint to check. It can be an IP endpoint, XMPP endpoint, etc. Format depends on the protocol used. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PEndpoint | Endpoint recorded in the record. This may be the same in the input, or a scaled down version, depending on the protocol. For IP Endpoints, the port number is removed (for instance). |
| PCreated | When the record was created. |
| PLastProtocol | Last protocol used from endpoint. |
| PLastFailed | If last authentication attempt failed. |
| PPermanentBlock | If endpoint is permanently blocked. |
| PTemporaryBlock | If endpoint is temporarily blocked, and when next login attempt is allowed. |
| PReason | Reason for any block. |
| PWhois | WHOIS information about the endpoint, if available. |
| PCity | City associated with endpoint. |
| PRegion | Region associated with endpoint. |
| PCountry | Country associated with endpoint. |
| PCountryCode | Country code associated with endpoint. |
| PFlag | Country flag associated with endpoint. |