Hostname
ssmrcpuk.com
Last fetched
ssmrcpuk.com resolves to 2 IPv4 addresses operated by AS55470 in IN. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
ssmrcpuk.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.122 | 104.234.179.0/24 | AS55470 | — | IN |
| 149.86.225.36 | 149.86.224.0/22 | AS201814 | — | PL |
WHOIS identity
- Registrar
- iana:303
- Organization
- dr. sumanta kumer saha
- Contact emails
Subdomains
9 observed subdomains of ssmrcpuk.com.
Web-graph footprint
Distinct hostnames that link to or from ssmrcpuk.com in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ssmrcpuk.com.
| Mechanism | Target |
|---|---|
| SPF_A | ssmrcpuk.com |
| SPF_IP | 104.234.179.122 |
| SPF_IP | 149.86.225.36 |
| SPF_MX | ssmrcpuk.com |
Related pages
Pivot deeper into the graph from ssmrcpuk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ssmrcpuk.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.