Hostname
ccwfn.goray.com
Last fetched
ccwfn.goray.com resolves to 1 IPv4 address operated by CYBERSTREET-NET - CyberStreet in US.
Nutrition Label
Resolution chain
ccwfn.goray.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 |
|---|---|---|---|---|
| 204.145.237.99 | 204.145.237.0/24 | AS55001 | CYBERSTREET-NET - CyberStreet | US |
WHOIS identity
No WHOIS records are currently associated with ccwfn.goray.com in WhisperGraph.
Subdomains
2 observed subdomains of ccwfn.goray.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ccwfn.goray.com.
| Mechanism | Target |
|---|---|
| SPF_A | ccwfn.goray.com |
| SPF_IP | 204.145.237.100 |
| SPF_IP | 204.145.237.99 |
| SPF_IP | 68.68.204.116 |
| SPF_MX | ccwfn.goray.com |
Related pages
Pivot deeper into the graph from ccwfn.goray.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccwfn.goray.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.