Hostname
alcom.ax
Last fetched
alcom.ax resolves to 1 IPv4 address operated by ALCOM in FI.
Nutrition Label
Resolution chain
alcom.ax 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 |
|---|---|---|---|---|
| 212.17.176.3 | 212.17.176.0/22 | AS3238 | ALCOM | FI |
WHOIS identity
No WHOIS records are currently associated with alcom.ax in WhisperGraph.
Subdomains
192 observed subdomains of alcom.ax.
Showing 25 of 192. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from alcom.ax in the public web crawl.
97 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for alcom.ax.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.mediam.fi |
| SPF_INCLUDE | _spf.soluno.se |
| SPF_INCLUDE | _spf.vibb.ax |
| SPF_INCLUDE | mail-out.alcom.ax |
| SPF_INCLUDE | spf.d4sp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | telavox-spf.alcom.ax |
| SPF_IP | 213.28.124.87/32 |
| SPF_IP | 81.22.243.157 |
| SPF_IP | 81.22.243.84/32 |
| SPF_IP | 81.22.245.192/27 |
| SPF_IP | 83.241.254.0/24 |
Related pages
Pivot deeper into the graph from alcom.ax.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alcom.ax"})-[: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.