Hostname
artcodix.com
Last fetched
artcodix.com resolves to 1 IPv4 address operated by LEVEL3 - Level 3 Parent, LLC in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
artcodix.com 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 |
|---|---|---|---|---|
| 62.67.70.80 | 62.67.0.0/16 | AS3356 | LEVEL3 - Level 3 Parent, LLC | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- thomas bayr
- Contact emails
Subdomains
50 observed subdomains of artcodix.com.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from artcodix.com in the public web crawl.
9 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for artcodix.com.
| Mechanism | Target |
|---|---|
| SPF_A | artcodix.com |
| SPF_IP | 136.243.167.85/32 |
| SPF_IP | 78.46.139.224/32 |
| SPF_IP | 78.46.152.42 |
| SPF_IP | 78.46.172.2/32 |
| SPF_IP | 78.46.172.3/32 |
| SPF_IP | 78.46.5.205/32 |
| SPF_IP | 78.47.166.47/32 |
| SPF_IP | 88.198.220.132/32 |
| SPF_MX | artcodix.com |
Related pages
Pivot deeper into the graph from artcodix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artcodix.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.