Hostname
stanleytools.com.ec
Last fetched
stanleytools.com.ec resolves to 4 IPv4 addresses operated by AS20940 in CH.
Nutrition Label
Resolution chain
stanleytools.com.ec 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 |
|---|---|---|---|---|
| 173.222.108.226 | 173.222.108.0/23 | AS20940 | — | CH |
| 80.67.82.203 | 80.67.82.0/24 | AS20940 | — | CH |
| 96.16.84.21 | 96.16.84.0/24 | AS20940 | — | ES |
| 96.16.84.5 | 96.16.84.0/24 | AS20940 | — | ES |
WHOIS identity
No WHOIS records are currently associated with stanleytools.com.ec in WhisperGraph.
Subdomains
4 observed subdomains of stanleytools.com.ec.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for stanleytools.com.ec.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from stanleytools.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stanleytools.com.ec"})-[: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.