Hostname
bruin.com
Last fetched
bruin.com resolves to 1 IPv4 address operated by METTEL - MetTel in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bruin.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.194.28.190 | 216.194.24.0/21 | AS16524 | METTEL - MetTel | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- bruin group, llc.
- Contact emails
Subdomains
14 observed subdomains of bruin.com.
Web-graph footprint
Distinct hostnames that link to or from bruin.com in the public web crawl.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bruin.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 192.226.119.207/32 |
| SPF_IP | 192.226.119.208/32 |
| SPF_IP | 216.194.28.137/32 |
| SPF_IP | 216.194.28.139/32 |
| SPF_IP | 216.194.28.146/32 |
| SPF_IP | 216.194.28.147/32 |
| SPF_IP | 216.194.28.152/32 |
Related pages
Pivot deeper into the graph from bruin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bruin.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.