Hostname
decofont.com
Last fetched
decofont.com resolves to 1 IPv4 address operated by AS17931 in JP. WHOIS lists iana:1557 as the registrar.
Nutrition Label
Resolution chain
decofont.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 |
|---|---|---|---|---|
| 211.19.51.246 | 211.19.48.0/20 | AS17931 | — | JP |
WHOIS identity
- Registrar
- iana:1557
- Organization
- kouei shouji
- Contact emails
Subdomains
6 observed subdomains of decofont.com.
Web-graph footprint
Distinct hostnames that link to or from decofont.com in the public web crawl.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for decofont.com.
| Mechanism | Target |
|---|---|
| SPF_A | decofont.com |
| SPF_A | kogarashi.decofont.com |
| SPF_A | mail.decofont.com |
| SPF_A | mail.myme.info |
| SPF_A | w4.decofont.com |
| SPF_IP | 211.19.51.246 |
| SPF_IP | 211.19.51.249 |
| SPF_IP | 211.19.51.254/32 |
| SPF_MX | decofont.com |
Related pages
Pivot deeper into the graph from decofont.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "decofont.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.