Skip to content

Hostname

dashboard.assembly.com

Last fetched

dashboard.assembly.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dashboard.assembly.comRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/dashboard.assembly.com

Resolution chain

dashboard.assembly.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.148.162.24316.148.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
35.82.157.19635.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.236.240.24044.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.236.4.7744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
54.71.216.22254.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dashboard.assembly.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from dashboard.assembly.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for dashboard.assembly.com.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from dashboard.assembly.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dashboard.assembly.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.