Hostname
null.perchance.org
Last fetched
null.perchance.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
null.perchance.org 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 |
|---|---|---|---|---|
| 104.20.22.144 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.161.173 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with null.perchance.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from null.perchance.org in the public web crawl.
42 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- 34ea5b90adf55baf648b9a575f728c8f.perchance.org
- 3db03edb8d793808b224bb273dc78e0f.perchance.org
- 49d5b250a4b11e58ad2957f5c8ba0850.perchance.org
- 93eea47877d9deb4403d2ffa37b92fac.perchance.org
- 98a2c48cc8669d517bd9fde32b933735.perchance.org
- b5c9a5b629c367f90a35b2de904d4b82.perchance.org
- bad22edc5554a81e9e2cd32ab1d342a0.perchance.org
- c4e1c11ea83ee4b17122ca2d5b261a65.perchance.org
- e9c940ed445651a902cd4ca1819cd4fc.perchance.org
Threat posture
History
Related pages
Pivot deeper into the graph from null.perchance.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "null.perchance.org"})-[: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.