Hostname
forum24.fi
Last fetched
forum24.fi resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
forum24.fi 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 |
|---|---|---|---|---|
| 108.138.94.55 | 108.138.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.94.71 | 108.138.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.94.79 | 108.138.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.94.99 | 108.138.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- forum24 oy
- Contact emails
- —
Subdomains
2 observed subdomains of forum24.fi.
| Subdomain |
|---|
| nakoislehti.forum24.fi |
| www.forum24.fi |
Web-graph footprint
Distinct hostnames that link to or from forum24.fi in the public web crawl.
51 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for forum24.fi.
| Mechanism | Target |
|---|---|
| SPF_A | forum24.fi |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.lianamailer.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.143.126.0/24 |
| SPF_IP | 193.209.118.20 |
| SPF_IP | 193.209.118.21 |
| SPF_IP | 193.209.118.4 |
| SPF_MX | forum24.fi |
Related pages
Pivot deeper into the graph from forum24.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "forum24.fi"})-[: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.