Hostname
zebrack-comic.com
Last fetched
zebrack-comic.com resolves to 2 IPv4 addresses operated by AS2514 in JP. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
zebrack-comic.com 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 |
|---|---|---|---|---|
| 140.227.148.29 | 140.227.0.0/16 | AS2514 | — | JP |
| 52.240.208.186 | 52.224.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:49
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
5 observed subdomains of zebrack-comic.com.
Web-graph footprint
Distinct hostnames that link to or from zebrack-comic.com in the public web crawl.
123 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for zebrack-comic.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.lolipop.jp |
| SPF_IP | 140.227.148.29 |
| SPF_IP | 140.227.148.31 |
| SPF_IP | 140.227.148.33 |
| SPF_IP | 160.16.216.15 |
| SPF_IP | 160.16.92.68 |
Related pages
Pivot deeper into the graph from zebrack-comic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zebrack-comic.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.