Hostname
aldec.com
Last fetched
aldec.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
aldec.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:2
- Organization
- aldec,
- Contact emails
Subdomains
10 observed subdomains of aldec.com.
Web-graph footprint
Distinct hostnames that link to or from aldec.com in the public web crawl.
180 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for aldec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.act-on.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 147.135.28.15/32 |
| SPF_IP | 174.75.56.26/32 |
| SPF_IP | 174.75.56.29/32 |
| SPF_IP | 204.156.176.12/32 |
| SPF_IP | 209.118.195.160/27 |
| SPF_IP | 210.251.65.64/32 |
| SPF_IP | 24.234.123.197/28 |
| SPF_IP | 24.234.196.166/32 |
| SPF_IP | 70.38.11.103/32 |
| SPF_IP | 74.125.148.0/22 |
Related pages
Pivot deeper into the graph from aldec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aldec.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.