Skip to content

Hostname

onlyswitch.click

Last fetched

onlyswitch.click resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL. WHOIS lists iana:1479 as the registrar.

Nutrition Label

WHISPER CANON · onlyswitch.clickRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/onlyswitch.click

Resolution chain

onlyswitch.click resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.239.36.11418.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.12518.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.218.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.318.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
3.160.150.1013.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.1293.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.323.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.160.150.873.160.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
3.167.56.243.167.56.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.56.423.167.56.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.56.623.167.56.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.56.863.167.56.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:1479
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from onlyswitch.click.

Cypher and MCP

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

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