Skip to content

Hostname

liquidrock.net

Last fetched

liquidrock.net resolves to 3 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:303 as the registrar.

Nutrition Label

WHISPER CANON · liquidrock.netRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/liquidrock.net

Resolution chain

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

IPPrefixASNOperatorCountry
5.196.5.2065.196.0.0/16AS16276FR
76.223.105.23076.223.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
91.134.25.14491.134.0.0/16AS16276FR

WHOIS identity

Registrar
iana:303
Organization
itsec
Contact emails

Subdomains

1 observed subdomain of liquidrock.net.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for liquidrock.net.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from liquidrock.net.

Cypher and MCP

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

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