Hostname
nerd1.crist.com
Last fetched
nerd1.crist.com resolves to 2 IPv4 addresses operated by FIBERSTATE - FiberState, LLC in US.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 206.168.149.50 | 206.168.149.0/24 | AS26042 | FIBERSTATE - FiberState, LLC | US |
| 206.168.149.90 | 206.168.149.0/24 | AS26042 | FIBERSTATE - FiberState, LLC | US |
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.
| Mechanism | Target |
|---|---|
| SPF_A | nerd1.crist.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 148.135.49.178 |
| SPF_IP | 206.168.149.90 |
| SPF_MX | nerd1.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.