Hostname
ariqus.com
Last fetched
ariqus.com resolves to 2 IPv4 addresses operated by AS197712 in ES. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
ariqus.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.42.104.217 | 185.42.104.0/22 | AS197712 | — | ES |
| 80.28.222.181 | 80.28.0.0/16 | AS3352 | — | ES |
WHOIS identity
- Registrar
- iana:1647
- Organization
- ogcp
- Contact emails
Subdomains
9 observed subdomains of ariqus.com.
Web-graph footprint
Distinct hostnames that link to or from ariqus.com in the public web crawl.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for ariqus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.171.251.224/29 |
| SPF_IP | 217.172.65.99 |
| SPF_IP | 217.172.70.40/29 |
| SPF_IP | 37.139.23.126 |
| SPF_IP | 46.251.252.120/29 |
| SPF_IP | 46.251.252.123 |
| SPF_IP | 80.28.121.10 |
| SPF_IP | 80.28.254.45 |
| SPF_IP | 87.216.176.31 |
| SPF_IP | 87.216.177.105 |
| SPF_IP | 87.216.178.3 |
| SPF_IP | 87.216.181.192 |
| SPF_IP | 88.12.56.106 |
| SPF_MX | ariqus.com |
Related pages
Pivot deeper into the graph from ariqus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ariqus.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.