Skip to content

Hostname

froxlor.cloud

Last fetched

froxlor.cloud resolves to 2 IPv4 addresses operated by froxlor - froxlor GmbH in DE. WHOIS lists iana:1345 as the registrar.

Nutrition Label

WHISPER CANON · froxlor.cloudRouting diversity2.4/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/froxlor.cloud

Resolution chain

froxlor.cloud resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.123.52.77185.123.52.0/24AS207048froxlor - froxlor GmbHDE
193.107.51.8193.107.51.0/24AS207048froxlor - froxlor GmbHDE

WHOIS identity

Registrar
iana:1345
Organization
alu-dc gbr
Contact emails

Subdomains

130 observed subdomains of froxlor.cloud.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from froxlor.cloud.

Cypher and MCP

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

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