Hostname
bartucci.com
Last fetched
bartucci.com resolves to 2 IPv4 addresses operated by AS31034 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
bartucci.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 |
|---|---|---|---|---|
| 80.88.87.53 | 80.89.14.0/24 | AS31034 | — | IT |
| 93.57.20.137 | 93.77.141.0/24 | AS12874 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- bartucci s.p.a.
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for bartucci.com.
| Mechanism | Target |
|---|---|
| SPF_A | bartucci.com |
| SPF_INCLUDE | _spf.smtpremoto.net |
| SPF_INCLUDE | spf.byway.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 89.190.167.10 |
| SPF_IP | 93.57.20.0/24 |
| SPF_MX | bartucci.com |
Related pages
Pivot deeper into the graph from bartucci.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bartucci.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.