Skip to content

Hostname

valuesetters.org

Last fetched

valuesetters.org resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · valuesetters.orgRouting diversity4.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.5/10canon.whisper.security/host/valuesetters.org

Resolution chain

valuesetters.org resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.65.191100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.81.105100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.217.124.6313.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.228.31.1883.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.66.22035.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.122.7144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.21.155.10152.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.91.8.4198.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:48
Organization
sean f lee
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from valuesetters.org.

Cypher and MCP

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

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