Hostname
aleaweb.com
Last fetched
aleaweb.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
aleaweb.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:269
- Organization
- aleapro di fiorot cristian e c. snc
- Contact emails
Subdomains
157 observed subdomains of aleaweb.com.
Showing 25 of 157. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for aleaweb.com.
| Mechanism | Target |
|---|---|
| SPF_A | aleaweb.com |
| SPF_INCLUDE | _spf.firebasemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 167.114.243.118/32 |
| SPF_IP | 79.0.54.112/32 |
| SPF_IP | 93.43.88.196/32 |
| SPF_IP | 95.141.45.101/32 |
| SPF_MX | aleaweb.com |
Related pages
Pivot deeper into the graph from aleaweb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aleaweb.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.