Hostname
feenix.org
Last fetched
feenix.org resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
feenix.org 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 |
|---|---|---|---|---|
| 13.246.59.237 | 13.246.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 15.240.26.205 | 15.240.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 16.28.130.195 | 16.28.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 16.28.15.218 | 16.28.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
- Registrar
- iana:69
- Organization
- amit ramdath
- Contact emails
Subdomains
11 observed subdomains of feenix.org.
Web-graph footprint
Distinct hostnames that link to or from feenix.org in the public web crawl.
67 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for feenix.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from feenix.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "feenix.org"})-[: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.