Hostname
suraw.com
Last fetched
suraw.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
suraw.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 |
|---|---|---|---|---|
| 138.201.133.100 | 138.201.0.0/16 | AS24940 | — | DE |
| 94.130.65.89 | 94.130.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- dadenegar
- Contact emails
Subdomains
6 observed subdomains of suraw.com.
Web-graph footprint
Distinct hostnames that link to or from suraw.com in the public web crawl.
87 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- suraw.com
SPF policy
10 SPF mechanisms authorising senders for suraw.com.
| Mechanism | Target |
|---|---|
| SPF_A | suraw.com |
| SPF_IP | 138.201.133.100 |
| SPF_IP | 185.79.96.46 |
| SPF_IP | 185.88.177.115 |
| SPF_IP | 212.33.195.90 |
| SPF_IP | 46.245.68.190 |
| SPF_IP | 65.21.154.242 |
| SPF_IP | 91.107.221.158 |
| SPF_IP | 94.130.65.89 |
| SPF_MX | suraw.com |
Related pages
Pivot deeper into the graph from suraw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "suraw.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.