Skip to content

Hostname

brew.designbrooklyn.com

Last fetched

brew.designbrooklyn.com resolves to 1 IPv4 address operated by LEASEWEB-USA-NYC - Leaseweb USA, Inc. in US.

Nutrition Label

WHISPER CANON · brew.designbrooklyn.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/brew.designbrooklyn.com

Resolution chain

brew.designbrooklyn.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.62.49.214108.62.48.0/21AS396362LEASEWEB-USA-NYC - Leaseweb USA, Inc.US

WHOIS identity

No WHOIS records are currently associated with brew.designbrooklyn.com in WhisperGraph.

Subdomains

23 observed subdomains of brew.designbrooklyn.com.

Threat posture

History

Mail and authentication

MX records

  • brew.designbrooklyn.com

SPF policy

3 SPF mechanisms authorising senders for brew.designbrooklyn.com.

MechanismTarget
SPF_Abrew.designbrooklyn.com
SPF_IP108.62.49.214
SPF_MXbrew.designbrooklyn.com

Related pages

Pivot deeper into the graph from brew.designbrooklyn.com.

Cypher and MCP

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

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