Hostname
brainsfirst.com
Last fetched
brainsfirst.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
brainsfirst.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.169.183.11 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.61 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.72 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.183.99 | 3.169.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.4 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.41 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.87 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.99 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- eric castien
- Contact emails
Subdomains
7 observed subdomains of brainsfirst.com.
Web-graph footprint
Distinct hostnames that link to or from brainsfirst.com in the public web crawl.
46 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for brainsfirst.com.
| Mechanism | Target |
|---|---|
| SPF_A | brainsfirst.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | brainsfirst.com |
Related pages
Pivot deeper into the graph from brainsfirst.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brainsfirst.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.