Hostname
vegap.es
Last fetched
vegap.es resolves to 1 IPv4 address operated by AS31617 in IT.
Nutrition Label
Resolution chain
vegap.es 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 |
|---|---|---|---|---|
| 45.66.100.32 | 45.66.100.0/22 | AS31617 | — | IT |
WHOIS identity
No WHOIS records are currently associated with vegap.es in WhisperGraph.
Subdomains
14 observed subdomains of vegap.es.
Web-graph footprint
Distinct hostnames that link to or from vegap.es in the public web crawl.
141 sites link to this hostname.
108 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for vegap.es.
| Mechanism | Target |
|---|---|
| SPF_A | desarrollo-vegap.quodem.net |
| SPF_A | preproduccion.vegap.es |
| SPF_A | spf.vegap.es |
| SPF_A | vegap.es |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.teenvio.net |
| SPF_IP | 108.142.181.12 |
| SPF_IP | 20.234.166.32 |
| SPF_IP | 40.115.12.203 |
| SPF_IP | 77.225.97.180 |
Related pages
Pivot deeper into the graph from vegap.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vegap.es"})-[: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.