Skip to content

Hostname

lists.brightcrowd.com

Last fetched

lists.brightcrowd.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · lists.brightcrowd.comRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/lists.brightcrowd.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.156.85.110108.156.84.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.85.111108.156.84.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.85.49108.156.84.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.156.85.83108.156.84.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
99.86.159.12699.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.3999.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.4099.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT
99.86.159.7299.86.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.PT

WHOIS identity

No WHOIS records are currently associated with lists.brightcrowd.com in WhisperGraph.

Subdomains

1 observed subdomain of lists.brightcrowd.com.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for lists.brightcrowd.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from lists.brightcrowd.com.

Cypher and MCP

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

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