Hostname
sadc.int
Last fetched
sadc.int resolves to 1 IPv4 address operated by AS16637 in BW.
Nutrition Label
Resolution chain
sadc.int 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 |
|---|---|---|---|---|
| 196.61.210.242 | 196.61.210.0/24 | AS16637 | — | BW |
WHOIS identity
- Registrar
- —
- Organization
- address: plot no. 54385
- Contact emails
- —
Subdomains
53 observed subdomains of sadc.int.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sadc.int in the public web crawl.
1,707 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for sadc.int.
| Mechanism | Target |
|---|---|
| SPF_A | mail.uat.impression.cloud |
| SPF_INCLUDE | _spf.samanage.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 196.61.210.227 |
| SPF_IP | 69.169.229.2 |
| SPF_IP | 69.63.64.17 |
| SPF_IP | 69.63.64.18 |
| SPF_IP | 69.63.64.26/32 |
Related pages
Pivot deeper into the graph from sadc.int.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sadc.int"})-[: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.