Hostname
aragen.com
Last fetched
aragen.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aragen.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 |
|---|---|---|---|---|
| 52.66.101.246 | 52.66.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- aragen life sciences private
- Contact emails
Subdomains
9 observed subdomains of aragen.com.
Web-graph footprint
Distinct hostnames that link to or from aragen.com in the public web crawl.
98 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for aragen.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc1363-17.ap.iphmx.com |
| SPF_INCLUDE | 242350594.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zoho.in |
| SPF_IP | 121.241.200.110 |
| SPF_IP | 139.167.71.66 |
| SPF_IP | 14.141.42.71 |
| SPF_MX | aragen.com |
Related pages
Pivot deeper into the graph from aragen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aragen.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.