Hostname
www.kitres.com
Last fetched
www.kitres.com resolves to 2 IPv4 addresses operated by AS198066 in ES.
Nutrition Label
Resolution chain
www.kitres.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.186.171.116 | 185.186.171.0/24 | AS198066 | — | ES |
| 91.146.102.193 | 91.146.102.0/24 | AS198066 | — | ES |
WHOIS identity
No WHOIS records are currently associated with www.kitres.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for www.kitres.com.
| Mechanism | Target |
|---|---|
| SPF_A | kitres.loading.net |
| SPF_A | www.kitres.com |
| SPF_INCLUDE | _spf.loading.es |
| SPF_IP | 88.30.21.24 |
| SPF_MX | www.kitres.com |
Related pages
Pivot deeper into the graph from www.kitres.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.kitres.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.