Hostname
peeledchicago.com
Last fetched
peeledchicago.com resolves to 1 IPv4 address operated by AS16276 in CA. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
peeledchicago.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 |
|---|---|---|---|---|
| 51.79.57.225 | 51.79.0.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
- 6nooul236sg418tbgq6pvaub8n@domaindiscreet.com
- admin@newvcorp.com
- contact@myprivateregistration.com
- privacy@cosmotown.com
- av1t4t4jyvvgqztwef80@x.o-w-o.info
- pw-181d8a29785c90fbf8c5d491c3d48f49@privacyguardian.org
- pw-480bcfddf6b85819c068c8a402cbb184@privacyguardian.org
- pw-f5e13e4c7c4f661294a1ccabbeeb6645@privacyguardian.org
Subdomains
9 observed subdomains of peeledchicago.com.
Web-graph footprint
Distinct hostnames that link to or from peeledchicago.com in the public web crawl.
8 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- peeledchicago.com
SPF policy
5 SPF mechanisms authorising senders for peeledchicago.com.
| Mechanism | Target |
|---|---|
| SPF_A | peeledchicago.com |
| SPF_IP | 51.222.203.183 |
| SPF_IP | 51.222.82.224 |
| SPF_IP | 51.79.57.225 |
| SPF_MX | peeledchicago.com |
Related pages
Pivot deeper into the graph from peeledchicago.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peeledchicago.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.