Hostname
ansamed.info
Last fetched
ansamed.info resolves to 6 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
ansamed.info resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:151
- Organization
- daniele luppi
- Contact emails
Subdomains
1 observed subdomain of ansamed.info.
| Subdomain |
|---|
| www.ansamed.info |
Web-graph footprint
Distinct hostnames that link to or from ansamed.info in the public web crawl.
1,149 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ansamed.info.
| Mechanism | Target |
|---|---|
| SPF_A | ansamed.info |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.braintreegateway.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.168.30.141 |
| SPF_IP | 109.168.30.169 |
| SPF_IP | 116.203.121.118 |
| SPF_IP | 149.72.177.165 |
| SPF_IP | 167.89.109.64 |
| SPF_IP | 185.91.71.119 |
| SPF_IP | 213.215.139.237 |
| SPF_IP | 93.57.21.114 |
| SPF_MX | ansamed.info |
Related pages
Pivot deeper into the graph from ansamed.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ansamed.info"})-[: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.