Hostname
akaram.ch
Last fetched
akaram.ch resolves to 1 IPv4 address operated by AS39212 in CH.
Nutrition Label
Resolution chain
akaram.ch 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 |
|---|---|---|---|---|
| 185.182.24.56 | 185.182.24.0/24 | AS39212 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- webartists g. temel keg
- Contact emails
- —
Subdomains
1 observed subdomain of akaram.ch.
| Subdomain |
|---|
| www.akaram.ch |
Web-graph footprint
Distinct hostnames that link to or from akaram.ch in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for akaram.ch.
| Mechanism | Target |
|---|---|
| SPF_A | akaram.ch |
| SPF_IP | 185.182.24.2 |
| SPF_IP | 2a00:1128:1:1:0:0:19:37 |
| SPF_IP | 2a0a:df80:24:0:0:0:0:2 |
| SPF_IP | 94.126.18.116 |
| SPF_IP | 94.126.19.37 |
| SPF_MX | akaram.ch |
Related pages
Pivot deeper into the graph from akaram.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "akaram.ch"})-[: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.