Skip to content

Hostname

bitonic.it

Last fetched

bitonic.it resolves to 3 IPv4 addresses operated by PONYNET - FranTech Solutions in LU. WHOIS lists registrar:key-systems gmbh as the registrar.

Nutrition Label

WHISPER CANON · bitonic.itRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.0/10canon.whisper.security/host/bitonic.it

Resolution chain

bitonic.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
198.251.89.59198.251.89.0/24AS53667PONYNET - FranTech SolutionsLU
31.220.45.1131.220.44.0/23AS63473HOSTHATCH - HostHatch, LLCNL
54.37.232.9854.37.0.0/16AS16276PL

WHOIS identity

Registrar
registrar:key-systems gmbh
Organization
bitonic
Contact emails

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for bitonic.it.

MechanismTarget
SPF_MXbitonic.it

Related pages

Pivot deeper into the graph from bitonic.it.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bitonic.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.