Hostname
senaf.it
Last fetched
senaf.it resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:tecniche nuove s.p.a. as the registrar.
Nutrition Label
Resolution chain
senaf.it resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.64.149 | 3.5.64.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.66.2 | 3.5.66.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.66.6 | 3.5.66.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.68.105 | 3.5.68.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.72.108 | 3.5.72.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.72.8 | 3.5.72.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.5.74.113 | 3.5.74.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.218.112.108 | 52.218.112.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.218.44.196 | 52.218.44.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.1.52 | 52.92.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.18.76 | 52.92.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.19.84 | 52.92.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.35.4 | 52.92.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.4.60 | 52.92.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.92.4.76 | 52.92.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:tecniche nuove s.p.a.
- Organization
- senaf srl
- Contact emails
- —
Subdomains
12 observed subdomains of senaf.it.
Web-graph footprint
Distinct hostnames that link to or from senaf.it in the public web crawl.
207 sites link to this hostname.
33 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for senaf.it.
| Mechanism | Target |
|---|---|
| SPF_A | senaf.it |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mailermn.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.80.95.144/28 |
| SPF_IP | 185.47.228.96/27 |
| SPF_IP | 185.54.212.0/22 |
| SPF_IP | 5.135.89.192/26 |
| SPF_MX | senaf.it |
Related pages
Pivot deeper into the graph from senaf.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "senaf.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.