Hostname
designprintco.com
Last fetched
designprintco.com resolves to 1 IPv4 address operated by AS24429 in US. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
designprintco.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 155.102.130.211 | 155.102.130.0/24 | AS24429 | — | US |
WHOIS identity
- Registrar
- iana:1599
- Organization
- m.i.a.
- Contact emails
- smckinn0321@gmail.com
- 1bb4793c-f1be-4c40-bebd-ef4a14dc64e6@identity-protect.org
- cba8b12a-887f-4028-b086-c6ac633020e5@identity-protect.org
- d76b97f3-ce7d-43ab-af72-b9c0d8d056c3@identity-protect.org
- dffe163a-45d2-41f2-9017-7733c023838c@identity-protect.org
- owner-509346@designprintco.com.whoisprivacyservice.org
Threat posture
History
Related pages
Pivot deeper into the graph from designprintco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "designprintco.com"})-[: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.