Skip to content

Hostname

hit.si

Last fetched

hit.si resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in DE.

Nutrition Label

WHISPER CANON · hit.siRouting diversity1.5/10Peering density5.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/hit.si

Resolution chain

hit.si resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
157.230.31.248157.230.16.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCDE

WHOIS identity

No WHOIS records are currently associated with hit.si in WhisperGraph.

Subdomains

22 observed subdomains of hit.si.

Web-graph footprint

Distinct hostnames that link to or from hit.si in the public web crawl.

252 sites link to this hostname.

99 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

11 SPF mechanisms authorising senders for hit.si.

MechanismTarget
SPF_Ahit.si
SPF_IP193.77.41.243
SPF_IP212.103.142.0/27
SPF_IP213.52.186.141/32
SPF_IP213.52.186.142/32
SPF_IP35.214.183.81/32
SPF_IP35.214.208.81/32
SPF_IP35.214.212.238/32
SPF_IP35.214.213.218/32
SPF_IP46.19.9.43
SPF_MXhit.si

Related pages

Pivot deeper into the graph from hit.si.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "hit.si"})-[: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.