Hostname
ayouris.net
Last fetched
ayouris.net resolves to 2 IPv4 addresses operated by AS36903 in MA. WHOIS lists iana:3245 as the registrar.
Nutrition Label
Resolution chain
ayouris.net 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 |
|---|---|---|---|---|
| 196.92.151.214 | 196.92.144.0/21 | AS36903 | — | MA |
| 212.71.245.237 | 212.71.244.0/22 | AS63949 | — | GB |
WHOIS identity
- Registrar
- iana:3245
- Organization
- ayouris
- Contact emails
Subdomains
77 observed subdomains of ayouris.net.
Showing 25 of 77. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ayouris.net.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.dynu.com |
| SPF_A | mx2.dynu.com |
| SPF_INCLUDE | ayouris.com |
| SPF_MX | ayouris.net |
Related pages
Pivot deeper into the graph from ayouris.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ayouris.net"})-[: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.