Hostname
tictac.it
Last fetched
tictac.it resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:gandi sas as the registrar.
Nutrition Label
Resolution chain
tictac.it resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.120.44.253 | 3.120.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.127.158.114 | 3.124.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.127.160.153 | 3.124.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.65.51.139 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.156.24.130 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.157.108.149 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.29.122.95 | 52.29.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.59.142.14 | 52.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.182.111.20 | 63.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.180.193.126 | 63.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:gandi sas
- Organization
- giancarlo miotto
- Contact emails
- —
Subdomains
10 observed subdomains of tictac.it.
Web-graph footprint
Distinct hostnames that link to or from tictac.it in the public web crawl.
26 sites link to this hostname.
66 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for tictac.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 46.37.26.4 |
| SPF_IP | 5.96.104.72/29 |
| SPF_IP | 80.16.92.224/29 |
| SPF_IP | 88.149.228.157 |
| SPF_IP | 89.163.140.102 |
| SPF_IP | 93.174.64.0/21 |
| SPF_IP | 94.84.161.40/29 |
Related pages
Pivot deeper into the graph from tictac.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tictac.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.