Hostname
samkrg.com
Last fetched
samkrg.com resolves to 1 IPv4 address operated by AS133593 in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
samkrg.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 |
|---|---|---|---|---|
| 123.108.200.155 | 123.108.200.0/24 | AS133593 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- 47-10-14
- Contact emails
Subdomains
2 observed subdomains of samkrg.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for samkrg.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.100.201.0/24 |
| SPF_IP | 123.108.200.144/28 |
| SPF_IP | 139.162.43.91/32 |
| SPF_IP | 180.179.100.208/32 |
| SPF_IP | 180.179.151.1/32 |
Related pages
Pivot deeper into the graph from samkrg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "samkrg.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.