Hostname
codeway.biz
Last fetched
codeway.biz resolves to 1 IPv4 address operated by AS51713 in GB. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
codeway.biz 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 |
|---|---|---|---|---|
| 198.38.92.234 | 198.38.92.0/24 | AS51713 | — | GB |
WHOIS identity
- Registrar
- iana:303
- Organization
- chris anderson
- Contact emails
Subdomains
12 observed subdomains of codeway.biz.
Web-graph footprint
Distinct hostnames that link to or from codeway.biz in the public web crawl.
7 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for codeway.biz.
| Mechanism | Target |
|---|---|
| SPF_A | codeway.biz |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 108.178.0.170/32 |
| SPF_IP | 167.99.202.53 |
| SPF_IP | 185.159.217.228 |
| SPF_IP | 192.248.149.21 |
| SPF_IP | 198.143.161.162/32 |
| SPF_IP | 198.38.92.234 |
| SPF_IP | 65.60.5.235 |
| SPF_MX | codeway.biz |
Related pages
Pivot deeper into the graph from codeway.biz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codeway.biz"})-[: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.