Hostname
samaysatta.com
Last fetched
samaysatta.com resolves to 2 IPv4 addresses operated by AS55470 in IN. WHOIS lists iana:1509 as the registrar.
Nutrition Label
Resolution chain
samaysatta.com 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 |
|---|---|---|---|---|
| 104.234.179.58 | 104.234.179.0/24 | AS55470 | — | IN |
| 195.3.221.106 | 195.3.220.0/23 | AS201814 | — | PL |
WHOIS identity
- Registrar
- iana:1509
- Organization
- whois privacy protection service by z.com sg
- Contact emails
Subdomains
2 observed subdomains of samaysatta.com.
Web-graph footprint
Distinct hostnames that link to or from samaysatta.com in the public web crawl.
24 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 samaysatta.com.
| Mechanism | Target |
|---|---|
| SPF_A | samaysatta.com |
| SPF_IP | 195.3.221.106 |
| SPF_MX | samaysatta.com |
Related pages
Pivot deeper into the graph from samaysatta.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "samaysatta.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.