Hostname
getdp.co
Last fetched
getdp.co resolves to 2 IPv4 addresses operated by AS63949 in GB. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
getdp.co resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.162.198.167 | 139.162.192.0/19 | AS63949 | — | GB |
| 159.65.36.194 | 159.65.32.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- iana:303
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of getdp.co.
| Subdomain |
|---|
| advertise.getdp.co |
| www.getdp.co |
Web-graph footprint
Distinct hostnames that link to or from getdp.co in the public web crawl.
52 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for getdp.co.
| Mechanism | Target |
|---|---|
| SPF_A | getdp.co |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.mailhostbox.com |
| SPF_MX | getdp.co |
Related pages
Pivot deeper into the graph from getdp.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "getdp.co"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.