Hostname
brixton2.ca
Last fetched
brixton2.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
brixton2.ca resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.173.219.108 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.20 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.43 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.219.93 | 18.173.218.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.239.83.20 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.31 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.55 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.83.65 | 18.239.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.166.181.105 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.113 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.23 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.181.57 | 3.166.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with brixton2.ca in WhisperGraph.
Subdomains
1 observed subdomain of brixton2.ca.
| Subdomain |
|---|
| www.brixton2.ca |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for brixton2.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from brixton2.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brixton2.ca"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.