Hostname
stackla.com
Last fetched
stackla.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
stackla.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:81
- Organization
- email address.......: mahoney.damien@gmail.com
- Contact emails
Subdomains
87 observed subdomains of stackla.com.
Showing 25 of 87. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stackla.com in the public web crawl.
1,193 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
11 SPF mechanisms authorising senders for stackla.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.stackla.com |
| SPF_IP | 103.151.192.0/23 |
| SPF_IP | 104.130.122.0/23 |
| SPF_IP | 104.130.96.0/28 |
| SPF_IP | 108.177.8.0/21 |
| SPF_IP | 108.177.96.0/19 |
| SPF_IP | 130.211.0.0/22 |
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 141.193.32.0/23 |
| SPF_IP | 143.244.80.0/20 |
| SPF_IP | 143.55.224.0/21 |
Related pages
Pivot deeper into the graph from stackla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stackla.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.