Skip to content

Hostname

fold.it

Last fetched

fold.it resolves to 1 IPv4 address operated by WASHINGTON-AS - University of Washington in US. WHOIS lists registrar:instra corporation pty ltd as the registrar.

Nutrition Label

WHISPER CANON · fold.itRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint8.2/10canon.whisper.security/host/fold.it

Resolution chain

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

IPPrefixASNOperatorCountry
128.95.160.154128.95.0.0/16AS73WASHINGTON-AS - University of WashingtonUS

WHOIS identity

Registrar
registrar:instra corporation pty ltd
Organization
instra domain directors b.v.
Contact emails

Subdomains

6 observed subdomains of fold.it.

Web-graph footprint

Distinct hostnames that link to or from fold.it in the public web crawl.

1,430 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from fold.it.

Cypher and MCP

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

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