Hostname
nothingdoing.ca
Last fetched
nothingdoing.ca resolves to 4 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
nothingdoing.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.95.47.64 | 192.95.0.0/18 | AS16276 | — | CA |
| 66.81.203.134 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
| 66.81.203.199 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
| 66.81.203.9 | 66.81.203.0/24 | AS40676 | AS40676 - Psychz Networks | US |
WHOIS identity
No WHOIS records are currently associated with nothingdoing.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for nothingdoing.ca.
| Mechanism | Target |
|---|---|
| SPF_A | nothingdoing.ca |
| SPF_INCLUDE | spf.hspherefilter.com |
| SPF_IP | 198.50.210.102/32 |
| SPF_MX | nothingdoing.ca |
Related pages
Pivot deeper into the graph from nothingdoing.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nothingdoing.ca"})-[: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.