Hostname
browntech.co
Last fetched
browntech.co resolves to 1 IPv4 address operated by OVH - OVH SAS in IE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
browntech.co 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 |
|---|---|---|---|---|
| 5.39.124.74 | 5.39.0.0/17 | AS16276 | OVH - OVH SAS | IE |
WHOIS identity
- Registrar
- iana:303
- Organization
- youngspiders
- Contact emails
- —
Subdomains
57 observed subdomains of browntech.co.
Showing 17 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from browntech.co in the public web crawl.
17 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- browntech.co
SPF policy
11 SPF mechanisms authorising senders for browntech.co.
| Mechanism | Target |
|---|---|
| SPF_A | browntech.co |
| SPF_IP | 147.135.196.138 |
| SPF_IP | 147.135.196.140 |
| SPF_IP | 5.39.124.74 |
| SPF_IP | 51.195.54.161 |
| SPF_IP | 51.195.54.163 |
| SPF_IP | 51.89.86.17 |
| SPF_IP | 51.89.86.18 |
| SPF_IP | 89.117.54.242 |
| SPF_IP | 95.217.91.244 |
| SPF_MX | browntech.co |
Related pages
Pivot deeper into the graph from browntech.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "browntech.co"})-[: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.