Hostname
petgrooming.dk
Last fetched
petgrooming.dk resolves to 3 IPv4 addresses operated by AS133752 in HK.
Nutrition Label
Resolution chain
petgrooming.dk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.75.117.169 | 103.75.117.0/24 | AS133752 | — | HK |
| 167.71.185.204 | 167.71.176.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
| 45.124.65.86 | 45.124.64.0/22 | AS7489 | — | HK |
WHOIS identity
No WHOIS records are currently associated with petgrooming.dk in WhisperGraph.
Subdomains
3 observed subdomains of petgrooming.dk.
Web-graph footprint
Distinct hostnames that link to or from petgrooming.dk in the public web crawl.
45 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for petgrooming.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
Related pages
Pivot deeper into the graph from petgrooming.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "petgrooming.dk"})-[: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.