Hostname
bms.edu.za
Last fetched
bms.edu.za resolves to 1 IPv4 address operated by BKHLYNOV in ZA.
Nutrition Label
Resolution chain
bms.edu.za 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 |
|---|---|---|---|---|
| 102.130.117.199 | 102.130.117.0/24 | AS328364 | BKHLYNOV | ZA |
WHOIS identity
No WHOIS records are currently associated with bms.edu.za in WhisperGraph.
Subdomains
8 observed subdomains of bms.edu.za.
Threat posture
History
Mail and authentication
MX records
- bms.edu.za
SPF policy
14 SPF mechanisms authorising senders for bms.edu.za.
| Mechanism | Target |
|---|---|
| SPF_A | bms.edu.za |
| SPF_INCLUDE | rb.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.host-ww.net |
| SPF_INCLUDE | we300sa.co.za |
| SPF_IP | 102.130.117.199 |
| SPF_IP | 102.130.123.57 |
| SPF_IP | 102.135.161.171 |
| SPF_IP | 102.135.161.172 |
| SPF_IP | 102.135.161.178 |
| SPF_IP | 196.40.100.61 |
| SPF_IP | 197.189.252.226 |
| SPF_IP | 197.189.254.19 |
| SPF_MX | bms.edu.za |
Related pages
Pivot deeper into the graph from bms.edu.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bms.edu.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.