Hostname
webtools.es
Last fetched
webtools.es resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
webtools.es resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.211.207.59 | 52.216.4.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.171.46.119 | 54.179.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.216.99.123 | 54.219.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.220.201.173 | 54.222.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with webtools.es in WhisperGraph.
Subdomains
8 observed subdomains of webtools.es.
Web-graph footprint
Distinct hostnames that link to or from webtools.es in the public web crawl.
11 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for webtools.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | app.sgizmo.com |
| SPF_INCLUDE | mailer.e-encuesta.com |
| SPF_INCLUDE | mailer.webtools.es |
| SPF_INCLUDE | spf.dns-servicios.com |
| SPF_IP | 216.46.168.197 |
| SPF_IP | 216.46.168.222 |
| SPF_IP | 52.17.199.134 |
| SPF_IP | 74.63.152.0/24 |
Related pages
Pivot deeper into the graph from webtools.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webtools.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.