Hostname
aelius.com
Last fetched
aelius.com resolves to 1 IPv4 address operated by SPLX in GB. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
aelius.com 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 |
|---|---|---|---|---|
| 93.93.131.3 | 93.93.128.0/21 | AS44684 | SPLX | GB |
WHOIS identity
- Registrar
- iana:1861
- Organization
- on behalf of aelius.com owner
- Contact emails
- aelius.com@proxy.dreamhost.com
- fwvkpbuaf7lva57@proxy.dreamhost.com
- 0d4a1688-e5be-47fd-8b10-e87b15063521@identity-protect.org
- 3e525516-7154-4efb-8b0d-870cb488ef16@identity-protect.org
- owner-11223607@aelius.com.whoisprivacyservice.org
- owner-4943721@aelius.com.whoisprivacyservice.org
- owner-6481002@aelius.com.whoisprivacyservice.org
Subdomains
10 observed subdomains of aelius.com.
Web-graph footprint
Distinct hostnames that link to or from aelius.com in the public web crawl.
117 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for aelius.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mythic-beasts.com |
Related pages
Pivot deeper into the graph from aelius.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aelius.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.