Hostname
bfawu.org
Last fetched
bfawu.org resolves to 1 IPv4 address operated by AS24958 in GB. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
bfawu.org 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 |
|---|---|---|---|---|
| 109.73.124.197 | 109.73.120.0/21 | AS24958 | — | GB |
WHOIS identity
- Registrar
- iana:1390
- Organization
- bakers food and allied workers union
- Contact emails
Subdomains
8 observed subdomains of bfawu.org.
Web-graph footprint
Distinct hostnames that link to or from bfawu.org in the public web crawl.
88 sites link to this hostname.
285 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for bfawu.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.97.129.2 |
Related pages
Pivot deeper into the graph from bfawu.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bfawu.org"})-[: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.