Hostname
webmail.springcm.net
Last fetched
webmail.springcm.net resolves to 2 IPv4 addresses operated by DOCUS-6-PROD - Docusign, Inc in US.
Nutrition Label
Resolution chain
webmail.springcm.net 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 |
|---|---|---|---|---|
| 209.112.107.199 | 209.112.107.0/24 | AS62856 | DOCUS-6-PROD - Docusign, Inc | US |
| 209.112.107.205 | 209.112.107.0/24 | AS62856 | DOCUS-6-PROD - Docusign, Inc | US |
WHOIS identity
No WHOIS records are currently associated with webmail.springcm.net in WhisperGraph.
Subdomains
1 observed subdomain of webmail.springcm.net.
| Subdomain |
|---|
| www.webmail.springcm.net |
Threat posture
History
Related pages
Pivot deeper into the graph from webmail.springcm.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webmail.springcm.net"})-[: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.