Hostname
ics-esp.com
Last fetched
ics-esp.com resolves to 1 IPv4 address operated by AS3352 in ES. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
ics-esp.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 |
|---|---|---|---|---|
| 195.55.60.40 | 195.55.0.0/16 | AS3352 | — | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- ics espana
- Contact emails
Subdomains
9 observed subdomains of ics-esp.com.
Web-graph footprint
Distinct hostnames that link to or from ics-esp.com in the public web crawl.
6 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ics-esp.com.
| Mechanism | Target |
|---|---|
| SPF_A | ics-esp.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 195.55.60.175 |
| SPF_IP | 195.55.60.20 |
| SPF_IP | 195.55.60.21 |
| SPF_IP | 195.55.60.22 |
| SPF_IP | 195.55.60.23 |
| SPF_IP | 195.55.60.40 |
| SPF_MX | ics-esp.com |
Related pages
Pivot deeper into the graph from ics-esp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ics-esp.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.