Skip to content

Hostname

nerd1.crist.com

Last fetched

nerd1.crist.com resolves to 2 IPv4 addresses operated by FIBERSTATE - FiberState, LLC in US.

Nutrition Label

WHISPER CANON · nerd1.crist.comRouting diversity1.5/10Peering density7.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/nerd1.crist.com

Resolution chain

nerd1.crist.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
206.168.149.50206.168.149.0/24AS26042FIBERSTATE - FiberState, LLCUS
206.168.149.90206.168.149.0/24AS26042FIBERSTATE - FiberState, LLCUS

WHOIS identity

No WHOIS records are currently associated with nerd1.crist.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • nerd1.crist.com

SPF policy

5 SPF mechanisms authorising senders for nerd1.crist.com.

MechanismTarget
SPF_Anerd1.crist.com
SPF_INCLUDErelay.mailbaby.net
SPF_IP148.135.49.178
SPF_IP206.168.149.90
SPF_MXnerd1.crist.com

Related pages

Pivot deeper into the graph from nerd1.crist.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nerd1.crist.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 20

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