Hostname
valamis.com
Last fetched
valamis.com resolves to 2 IPv4 addresses operated by AS24940 in FI. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
valamis.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 |
|---|---|---|---|---|
| 95.217.114.231 | 95.217.0.0/16 | AS24940 | — | FI |
| 95.217.44.205 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:113
- Organization
- arcusys oy
- Contact emails
Subdomains
51 observed subdomains of valamis.com.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from valamis.com in the public web crawl.
1,208 sites link to this hostname.
327 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for valamis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 431689.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.60.252.50/32 |
| SPF_IP | 40.114.215.1 |
| SPF_IP | 62.165.181.190 |
| SPF_IP | 62.204.11.140 |
| SPF_IP | 62.236.116.67/32 |
| SPF_IP | 89.250.48.136/32 |
| SPF_IP | 89.250.61.185 |
| SPF_IP | 95.175.113.181/32 |
Related pages
Pivot deeper into the graph from valamis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "valamis.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.