Hostname
auranext.com
Last fetched
auranext.com resolves to 1 IPv4 address operated by IPC-KG-AS in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
auranext.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 |
|---|---|---|---|---|
| 195.134.160.5 | 195.134.160.0/24 | AS41410 | IPC-KG-AS | FR |
WHOIS identity
- Registrar
- iana:433
- Organization
- auranext
- Contact emails
Subdomains
42 observed subdomains of auranext.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from auranext.com in the public web crawl.
21 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for auranext.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_INCLUDE | spf.turbo-smtp.com |
| SPF_IP | 185.91.91.208/28 |
| SPF_IP | 195.134.160.0/27 |
| SPF_IP | 195.134.162.250/32 |
| SPF_IP | 195.134.165.165/32 |
| SPF_IP | 91.121.167.98/32 |
Related pages
Pivot deeper into the graph from auranext.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "auranext.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.