Hostname
codium.sk
Last fetched
codium.sk resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
codium.sk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.244.146.117 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.2 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.71 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.79 | 18.244.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
WHOIS identity
No WHOIS records are currently associated with codium.sk in WhisperGraph.
Subdomains
20 observed subdomains of codium.sk.
Web-graph footprint
Distinct hostnames that link to or from codium.sk in the public web crawl.
12 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for codium.sk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.doxxbet.sk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.146.142.144/29 |
| SPF_IP | 212.5.212.165 |
| SPF_IP | 212.5.212.166 |
| SPF_IP | 213.81.149.252 |
| SPF_IP | 213.81.149.253 |
| SPF_IP | 213.81.216.200 |
| SPF_IP | 213.81.227.165 |
| SPF_IP | 213.81.227.166 |
| SPF_IP | 213.81.239.248 |
| SPF_MX | codium.sk |
Related pages
Pivot deeper into the graph from codium.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codium.sk"})-[: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.