Hostname
avm.de
Last fetched
avm.de resolves to 1 IPv4 address operated by GLOBALCOM-AS Podolsk, Russia in DE.
Nutrition Label
Resolution chain
avm.de resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.42.244.122 | 212.42.244.0/24 | AS44716 | GLOBALCOM-AS Podolsk, Russia | DE |
WHOIS identity
No WHOIS records are currently associated with avm.de in WhisperGraph.
Subdomains
195 observed subdomains of avm.de.
Showing 25 of 195. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from avm.de in the public web crawl.
2,443 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for avm.de.
| Mechanism | Target |
|---|---|
| SPF_A | avm.shared3.montala.com |
| SPF_A | mail.pi-asp.de |
| SPF_A | news.avm.de |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.lianamailer.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.202.114.165 |
| SPF_IP | 185.12.80.0/22 |
| SPF_IP | 2001:bf0:244:244:0:0:0:119 |
| SPF_IP | 2001:bf0:244:244:0:0:0:120 |
| SPF_IP | 2001:bf0:244:244:0:0:0:121 |
| SPF_IP | 2001:bf0:244:244:0:0:0:71 |
| SPF_IP | 2001:bf0:244:244:0:0:0:75 |
| SPF_IP | 2001:bf0:244:244:0:0:0:94 |
| SPF_IP | 212.42.244.0/24 |
| SPF_IP | 2a01:488:66:1000:2ea3:770f:0:1 |
| SPF_IP | 2a01:4f8:231:4252:0:0:0:2 |
| SPF_IP | 46.163.119.15/32 |
| SPF_IP | 85.215.187.195 |
Related pages
Pivot deeper into the graph from avm.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avm.de"})-[: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.