Hostname
codeicus.com
Last fetched
codeicus.com resolves to 2 IPv4 addresses operated by AS210878 in RO. WHOIS lists iana:466 as the registrar.
Nutrition Label
Resolution chain
codeicus.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 |
|---|---|---|---|---|
| 109.207.131.114 | 109.207.131.0/24 | AS210878 | — | RO |
| 109.207.131.237 | 109.207.131.0/24 | AS210878 | — | RO |
WHOIS identity
- Registrar
- iana:466
- Organization
- domain admin
- Contact emails
Subdomains
3 observed subdomains of codeicus.com.
Web-graph footprint
Distinct hostnames that link to or from codeicus.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for codeicus.com.
| Mechanism | Target |
|---|---|
| SPF_A | codeicus.com |
| SPF_IP | 109.123.208.0/24 |
| SPF_IP | 109.123.209.0/24 |
| SPF_IP | 141.138.78.0/24 |
| SPF_IP | 141.138.79.0/24 |
| SPF_IP | 82.208.26.0/24 |
| SPF_IP | 82.208.4.0/24 |
| SPF_IP | 82.208.5.0/24 |
| SPF_IP | 85.239.253.0/24 |
| SPF_MX | codeicus.com |
Related pages
Pivot deeper into the graph from codeicus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codeicus.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.