Hostname
www.specificprinters.com
Last fetched
www.specificprinters.com resolves to 5 IPv4 addresses operated by AS47583 in JP.
Nutrition Label
Resolution chain
www.specificprinters.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.93.77.129 | 147.93.77.0/24 | AS47583 | — | JP |
| 148.135.128.30 | 148.135.128.0/21 | AS47583 | — | US |
| 184.95.55.27 | 184.95.32.0/19 | AS20454 | SSASN2 - SECURED SERVERS LLC | US |
| 213.210.57.96 | 213.210.57.0/24 | AS47583 | — | JP |
| 92.112.198.130 | 92.112.196.0/22 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with www.specificprinters.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for www.specificprinters.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.specificprinters.com |
| SPF_IP | 184.95.55.27 |
| SPF_MX | www.specificprinters.com |
Related pages
Pivot deeper into the graph from www.specificprinters.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.specificprinters.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.