Hostname
ee-docs.com
Last fetched
ee-docs.com resolves to 1 IPv4 address operated by AS27843 in PE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
ee-docs.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 |
|---|---|---|---|---|
| 168.121.49.201 | 168.121.48.0/23 | AS27843 | — | PE |
WHOIS identity
- Registrar
- iana:440
- Organization
- domains by proxy,
- Contact emails
Subdomains
6 observed subdomains of ee-docs.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for ee-docs.com.
| Mechanism | Target |
|---|---|
| SPF_A | ee-docs.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 190.116.22.147 |
| SPF_IP | 190.116.22.148 |
| SPF_IP | 190.116.22.149 |
| SPF_IP | 190.116.22.154 |
| SPF_IP | 190.116.22.157 |
| SPF_IP | 190.116.22.242 |
| SPF_IP | 190.116.22.244 |
| SPF_IP | 190.119.142.244 |
| SPF_IP | 190.119.142.245 |
| SPF_IP | 190.119.142.246 |
| SPF_IP | 190.119.142.247 |
| SPF_IP | 190.119.142.248 |
| SPF_IP | 190.119.142.249 |
| SPF_IP | 190.119.142.250 |
| SPF_IP | 190.81.123.250/29 |
| SPF_IP | 191.98.176.22 |
| SPF_MX | ee-docs.com |
Related pages
Pivot deeper into the graph from ee-docs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ee-docs.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.