Hostname
ehkaam.sa
Last fetched
ehkaam.sa resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in SA.
Nutrition Label
Resolution chain
ehkaam.sa 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 |
|---|---|---|---|---|
| 34.166.42.250 | 34.166.0.0/18 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | SA |
| 195.170.180.189 | 195.170.180.0/24 | AS49474 | ALELM - Elm Company PJS | SA |
WHOIS identity
No WHOIS records are currently associated with ehkaam.sa in WhisperGraph.
Subdomains
8 observed subdomains of ehkaam.sa.
Web-graph footprint
Distinct hostnames that link to or from ehkaam.sa in the public web crawl.
91 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for ehkaam.sa.
| Mechanism | Target |
|---|---|
| SPF_A | fmg.nourmail.com.sa |
| SPF_IP | 88.85.236.209 |
| SPF_IP | 88.85.236.210 |
| SPF_IP | 88.85.236.211 |
| SPF_IP | 88.85.236.212 |
| SPF_IP | 95.177.172.250 |
| SPF_MX | ehkaam.sa |
Related pages
Pivot deeper into the graph from ehkaam.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ehkaam.sa"})-[: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.