Hostname
ramentor.com
Last fetched
ramentor.com resolves to 1 IPv4 address operated by AS3301 in SE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
ramentor.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 |
|---|---|---|---|---|
| 194.103.243.97 | 194.103.240.0/21 | AS3301 | — | SE |
WHOIS identity
- Registrar
- iana:113
- Organization
- on behalf of ramentor.com owner
- Contact emails
- joel.turpela@ramentor.com
- 1f4209f1-b47c-4c95-9f49-552079ae9a9b@identity-protect.org
- 50ae508e-4296-4830-9017-2359d9795b5d@identity-protect.org
- 698560a4-2b55-4216-a521-d692fe9d1355@identity-protect.org
- owner-10469619@ramentor.com.whoisprivacyservice.org
- owner-10639408@ramentor.com.whoisprivacyservice.org
- owner-4355035@ramentor.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of ramentor.com.
Web-graph footprint
Distinct hostnames that link to or from ramentor.com in the public web crawl.
10 sites link to this hostname.
57 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ramentor.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.teliahosting.com |
| SPF_IP | 5.44.244.116 |
Related pages
Pivot deeper into the graph from ramentor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ramentor.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.