Hostname
gmde.it
Last fetched
gmde.it resolves to 1 IPv4 address operated by EQUINIX in IT. WHOIS lists registrar:register s.p.a. as the registrar.
Nutrition Label
Resolution chain
gmde.it 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 |
|---|---|---|---|---|
| 81.29.209.253 | 81.29.208.0/20 | AS15830 | EQUINIX | IT |
WHOIS identity
- Registrar
- registrar:register s.p.a.
- Organization
- gmde
- Contact emails
- —
Subdomains
30 observed subdomains of gmde.it.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gmde.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for gmde.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.116.187.160/28 |
| SPF_IP | 81.29.203.4/27 |
| SPF_IP | 85.40.244.54 |
| SPF_MX | gmde.it |
Related pages
Pivot deeper into the graph from gmde.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gmde.it"})-[: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.