Hostname
arquined.com
Last fetched
arquined.com resolves to 2 IPv4 addresses operated by AS15954 in ES. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
arquined.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.49.186.63 | 185.49.184.0/22 | AS15954 | — | ES |
| 31.47.78.42 | 31.47.72.0/21 | AS15954 | — | ES |
WHOIS identity
- Registrar
- iana:83
- Organization
- casimiro rodriguez rodriguez
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from arquined.com in the public web crawl.
13 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for arquined.com.
| Mechanism | Target |
|---|---|
| SPF_A | arquined.com |
| SPF_INCLUDE | host0v1b26-a42.neodigit.net |
| SPF_INCLUDE | host551d56-a63.neodigit.net |
| SPF_MX | arquined.com |
Related pages
Pivot deeper into the graph from arquined.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arquined.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.