Hostname
salamgem.com
Last fetched
salamgem.com resolves to 3 IPv4 addresses operated by NAMECHEAP-NET - Namecheap, Inc. in GB. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
salamgem.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.61.155.47 | 185.61.155.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | GB |
| 45.159.149.232 | 45.159.149.0/24 | AS60631 | — | IR |
| 91.228.186.145 | 91.228.186.0/24 | AS212552 | — | GB |
WHOIS identity
- Registrar
- iana:113
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of salamgem.com.
Threat posture
History
Related pages
Pivot deeper into the graph from salamgem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "salamgem.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.