Hostname
aida.com
Last fetched
aida.com resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
aida.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.62.226.18 | 23.62.226.0/24 | AS20940 | — | US |
| 23.62.226.34 | 23.62.226.0/24 | AS20940 | — | US |
| 92.123.128.148 | 92.123.128.0/24 | AS20940 | — | GB |
| 92.123.128.158 | 92.123.128.0/24 | AS20940 | — | GB |
WHOIS identity
- Registrar
- iana:151
- Organization
- aida cruises - german branch of costa crociere s.p.a.
- Contact emails
Subdomains
1 observed subdomain of aida.com.
| Subdomain |
|---|
| www.aida.com |
Web-graph footprint
Distinct hostnames that link to or from aida.com in the public web crawl.
32 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for aida.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtpuk.thruinc.net |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_MX | aida.com |
Related pages
Pivot deeper into the graph from aida.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aida.com"})-[: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.