Hostname
support.my.com
Last fetched
support.my.com resolves to 2 IPv4 addresses operated by AS21051 in RU.
Nutrition Label
Resolution chain
support.my.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 |
|---|---|---|---|---|
| 195.211.131.161 | 195.211.128.0/22 | AS21051 | — | RU |
| 195.211.131.162 | 195.211.128.0/22 | AS21051 | — | RU |
WHOIS identity
No WHOIS records are currently associated with support.my.com in WhisperGraph.
Subdomains
2 observed subdomains of support.my.com.
Web-graph footprint
Distinct hostnames that link to or from support.my.com in the public web crawl.
12 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for support.my.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | astrum-nival.com |
| SPF_IP | 185.30.178.23 |
Related pages
Pivot deeper into the graph from support.my.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.my.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.