Hostname
www.codex.no
Last fetched
www.codex.no resolves to 1 IPv4 address operated by AS201454 in NO.
Nutrition Label
Resolution chain
www.codex.no 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 |
|---|---|---|---|---|
| 188.94.216.70 | 188.94.216.0/21 | AS201454 | — | NO |
WHOIS identity
No WHOIS records are currently associated with www.codex.no in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for www.codex.no.
| Mechanism | Target |
|---|---|
| SPF_A | smtp02.avento.no |
| SPF_INCLUDE | 4533133.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.isp.as2116.net |
| SPF_INCLUDE | _spf.sndr.no |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.webhuset.no |
| SPF_IP | 176.221.90.0/24 |
| SPF_IP | 176.221.93.128/26 |
| SPF_IP | 176.221.94.0/24 |
| SPF_IP | 185.73.24.28 |
| SPF_IP | 188.94.217.15 |
| SPF_IP | 188.94.217.48 |
| SPF_IP | 193.75.104.27 |
| SPF_IP | 195.18.168.128/25 |
| SPF_IP | 212.20.223.0/24 |
| SPF_IP | 217.173.240.0/20 |
| SPF_IP | 81.27.44.18 |
| SPF_IP | 95.128.104.0/20 |
Related pages
Pivot deeper into the graph from www.codex.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.codex.no"})-[: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.