Hostname
fbss.co.za
Last fetched
fbss.co.za resolves to 2 IPv4 addresses operated by Host Africa (Pty) Ltd - Host Africa (Pty) Ltd in ZA.
Nutrition Label
Resolution chain
fbss.co.za 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 |
|---|---|---|---|---|
| 102.130.123.32 | 102.130.123.0/24 | AS328364 | Host Africa (Pty) Ltd - Host Africa (Pty) Ltd | ZA |
| 67.211.212.2 | 67.211.208.0/20 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
No WHOIS records are currently associated with fbss.co.za in WhisperGraph.
Subdomains
8 observed subdomains of fbss.co.za.
Web-graph footprint
Distinct hostnames that link to or from fbss.co.za in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- fbss.co.za
SPF policy
5 SPF mechanisms authorising senders for fbss.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | fbss.co.za |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.host-ww.net |
| SPF_IP | 69.10.62.54 |
| SPF_MX | fbss.co.za |
Related pages
Pivot deeper into the graph from fbss.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fbss.co.za"})-[: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.