Hostname
airetech.es
Last fetched
airetech.es resolves to 2 IPv4 addresses operated by AS29119 in ES.
Nutrition Label
Resolution chain
airetech.es 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 |
|---|---|---|---|---|
| 84.232.5.180 | 84.232.0.0/17 | AS29119 | — | ES |
| 94.76.183.228 | 94.76.128.0/18 | AS29119 | — | ES |
WHOIS identity
No WHOIS records are currently associated with airetech.es in WhisperGraph.
Subdomains
9 observed subdomains of airetech.es.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for airetech.es.
| Mechanism | Target |
|---|---|
| SPF_A | airetech.es |
| SPF_INCLUDE | 144126486.spf06.hubspotemail.net |
| SPF_INCLUDE | spf.postal-mail.airenetworks.es |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | airetech.es |
Related pages
Pivot deeper into the graph from airetech.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airetech.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.