Hostname
4bs.com
Last fetched
4bs.com resolves to 1 IPv4 address operated by AS34762 in BE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
4bs.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 |
|---|---|---|---|---|
| 185.162.31.227 | 185.162.28.0/22 | AS34762 | — | BE |
WHOIS identity
- Registrar
- iana:106
- Organization
- 4 business software nv
- Contact emails
Subdomains
20 observed subdomains of 4bs.com.
Showing 19 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 4bs.com in the public web crawl.
11 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for 4bs.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.inkyphishfence.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | autotask.net |
| SPF_INCLUDE | spf.addemar.com |
| SPF_INCLUDE | spf.flexmail.eu |
| SPF_INCLUDE | spf.flowmailer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.162.31.227 |
| SPF_IP | 194.78.132.34 |
| SPF_IP | 213.251.57.193/32 |
| SPF_IP | 213.251.57.194 |
| SPF_IP | 84.198.243.37 |
Related pages
Pivot deeper into the graph from 4bs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4bs.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.