Hostname
barrowsglobal.com
Last fetched
barrowsglobal.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2287 as the registrar.
Nutrition Label
Resolution chain
barrowsglobal.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2287
- Organization
- barrows design & manufacturing
- Contact emails
Subdomains
10 observed subdomains of barrowsglobal.com.
Web-graph footprint
Distinct hostnames that link to or from barrowsglobal.com in the public web crawl.
24 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
27 SPF mechanisms authorising senders for barrowsglobal.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.barrowsglobal.com |
| SPF_INCLUDE | za._netblocks.mimecast.com |
| SPF_IP | 13.127.153.86/32 |
| SPF_IP | 13.127.210.61/32 |
| SPF_IP | 13.211.56.237/32 |
| SPF_IP | 13.237.4.248/32 |
| SPF_IP | 209.85.220.69/32 |
| SPF_IP | 3.120.181.192/28 |
| SPF_IP | 3.219.176.96/29 |
| SPF_IP | 3.222.0.112/29 |
| SPF_IP | 3.222.0.24/29 |
| SPF_IP | 3.222.0.88/29 |
| SPF_IP | 3.235.255.160/29 |
| SPF_IP | 3.238.137.128/30 |
| SPF_IP | 3.25.47.0/29 |
| SPF_IP | 3.26.58.204/30 |
| SPF_IP | 3.26.82.216/29 |
| SPF_IP | 3.26.88.244/30 |
| SPF_IP | 3.26.88.88/29 |
| SPF_IP | 3.64.95.16/29 |
| SPF_IP | 3.65.246.112/29 |
| SPF_IP | 3.7.127.96/32 |
| SPF_IP | 3.7.196.96/32 |
| SPF_IP | 3.7.25.40/29 |
| SPF_IP | 3.72.201.96/29 |
| SPF_IP | 3.72.33.56/29 |
| SPF_IP | 3.91.171.64/28 |
Related pages
Pivot deeper into the graph from barrowsglobal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barrowsglobal.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.