Hostname
kamasystem.com
Last fetched
kamasystem.com resolves to 1 IPv4 address operated by AS34918 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
kamasystem.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 |
|---|---|---|---|---|
| 85.9.111.123 | 85.9.111.0/24 | AS34918 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- ali golbin
- Contact emails
Subdomains
11 observed subdomains of kamasystem.com.
Web-graph footprint
Distinct hostnames that link to or from kamasystem.com in the public web crawl.
143 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- kamasystem.com
SPF policy
12 SPF mechanisms authorising senders for kamasystem.com.
| Mechanism | Target |
|---|---|
| SPF_A | kamasystem.com |
| SPF_IP | 136.243.59.114 |
| SPF_IP | 136.243.59.69 |
| SPF_IP | 138.201.197.89 |
| SPF_IP | 185.141.104.32 |
| SPF_IP | 46.4.65.12 |
| SPF_IP | 5.56.132.189 |
| SPF_IP | 5.9.74.69 |
| SPF_IP | 85.9.111.122 |
| SPF_IP | 95.216.3.101 |
| SPF_IP | 95.216.33.214 |
| SPF_MX | kamasystem.com |
Related pages
Pivot deeper into the graph from kamasystem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kamasystem.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.