Skip to content

Hostname

spf1.cray.com.br

Last fetched

spf1.cray.com.br resolves to 4 IPv4 addresses operated by AS15830 in BR.

Nutrition Label

WHISPER CANON · spf1.cray.com.brRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/spf1.cray.com.br

Resolution chain

spf1.cray.com.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
200.155.7.230200.155.0.0/20AS15830BR
201.20.32.151201.20.32.0/20AS15830BR
69.64.39.21769.64.32.0/19AS30083AS-30083-US-VELIA-NET - velia.netUS
69.64.59.17369.64.32.0/19AS30083AS-30083-US-VELIA-NET - velia.netUS

WHOIS identity

No WHOIS records are currently associated with spf1.cray.com.br in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from spf1.cray.com.br.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "spf1.cray.com.br"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.