Hostname
assoaem.org
Last fetched
assoaem.org resolves to 1 IPv4 address operated by AS12876 in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
assoaem.org 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 |
|---|---|---|---|---|
| 62.210.39.11 | 62.210.0.0/16 | AS12876 | — | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- domain administrator
- Contact emails
Subdomains
2 observed subdomains of assoaem.org.
| Subdomain |
|---|
| mail.assoaem.org |
| vpn.assoaem.org |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for assoaem.org.
| Mechanism | Target |
|---|---|
| SPF_A | assoaem.org |
| SPF_A | ssmtp.ecis.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.62.40.160 |
| SPF_IP | 185.62.41.140 |
| SPF_IP | 185.62.41.171 |
| SPF_MX | ecisnet134.ec-is.net |
Related pages
Pivot deeper into the graph from assoaem.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assoaem.org"})-[: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.