Hostname
smartclip.it
Last fetched
smartclip.it resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:registrygate gmbh as the registrar.
Nutrition Label
Resolution chain
smartclip.it 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 |
|---|---|---|---|---|
| 34.252.251.159 | 35.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.16.21.13 | 52.46.56.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.210.92.62 | 52.216.76.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.215.59.84 | 52.216.76.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:registrygate gmbh
- Organization
- smartclip europe
- Contact emails
- —
Subdomains
1 observed subdomain of smartclip.it.
| Subdomain |
|---|
| www.smartclip.it |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for smartclip.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 194.9.84.128/26 |
| SPF_IP | 213.203.208.205 |
| SPF_IP | 91.197.72.0/22 |
Related pages
Pivot deeper into the graph from smartclip.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smartclip.it"})-[: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.