IP Addresses

IP addresses are where the fraudsters are originating their early reconnaissance attempts from — they are the source IP address the fraudsters use to probe SentryPeer honeypots. On this page, we'll look at how to query them so that if you are getting SIP messages from one of these IP addresses, you should block them.


GET/api/ip-addresses/:ip-address

Query a phone number

This endpoint allows you to query an IP address. If you have set up any alert integrations, you will receive an email, slack message or SentryPeer webhook if the IP address has been registered by the SentryPeer honeypots and matches your search.

Request

GET
/api/ip-addresses/:ip-address
curl https://sentrypeer.com/api//api/ip-addresses/X.X.X.X \
-H "Authorization: Bearer {token}"

Response

{
    "message": "IP Address not found"
}