Hostname
expert.es
Last fetched
expert.es resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
expert.es 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 |
|---|---|---|---|---|
| 75.101.145.47 | 75.101.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with expert.es in WhisperGraph.
Subdomains
12 observed subdomains of expert.es.
Web-graph footprint
Distinct hostnames that link to or from expert.es in the public web crawl.
132 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for expert.es.
| Mechanism | Target |
|---|---|
| SPF_A | expert.es |
| SPF_A | suesa.infortelecomhosting.com |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 84.246.211.195 |
| SPF_MX | expert.es |
Related pages
Pivot deeper into the graph from expert.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expert.es"})-[: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.