Hostname
av-m.nl
Last fetched
av-m.nl resolves to 2 IPv4 addresses operated by SouthernHill - SouthernHill BV in NL. WHOIS lists registrar:surf b.v. as the registrar.
Nutrition Label
Resolution chain
av-m.nl 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 |
|---|---|---|---|---|
| 185.92.61.11 | 185.92.60.0/22 | AS200428 | SouthernHill - SouthernHill BV | NL |
| 185.92.61.12 | 185.92.60.0/22 | AS200428 | SouthernHill - SouthernHill BV | NL |
WHOIS identity
- Registrar
- registrar:surf b.v.
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of av-m.nl.
| Subdomain |
|---|
| www.av-m.nl |
Web-graph footprint
Distinct hostnames that link to or from av-m.nl in the public web crawl.
37 sites link to this hostname.
120 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for av-m.nl.
| Mechanism | Target |
|---|---|
| SPF_A | av-m.nl |
| SPF_INCLUDE | _spf.maastrichtuniversity.nl |
| SPF_INCLUDE | _spf.surfmailfilter.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 5.172.45.224/27 |
Related pages
Pivot deeper into the graph from av-m.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "av-m.nl"})-[: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.