Hostname
lbfinc.org
Last fetched
lbfinc.org resolves to 2 IPv4 addresses operated by WPX - K Media Tech Ltd. in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
lbfinc.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.1.147.37 | 194.1.147.0/24 | AS210250 | WPX - K Media Tech Ltd. | GB |
| 194.1.147.76 | 194.1.147.0/24 | AS210250 | WPX - K Media Tech Ltd. | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
26 observed subdomains of lbfinc.org.
Showing 25 of 26. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for lbfinc.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 124.6.128.19/32 |
| SPF_IP | 192.168.150.23/32 |
| SPF_IP | 192.168.150.41/32 |
| SPF_IP | 210.14.16.245/32 |
| SPF_IP | 210.14.16.246/32 |
| SPF_IP | 222.127.106.133/32 |
| SPF_IP | 222.127.106.134/32 |
| SPF_IP | 58.69.15.126/32 |
| SPF_MX | lbfinc.org |
Related pages
Pivot deeper into the graph from lbfinc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lbfinc.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.