Hostname
mis.ac.mz
Last fetched
mis.ac.mz resolves to 1 IPv4 address operated by AS31960 in MZ.
Nutrition Label
Resolution chain
mis.ac.mz 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.3.100.162 | 196.3.100.0/24 | AS31960 | — | MZ |
WHOIS identity
No WHOIS records are currently associated with mis.ac.mz in WhisperGraph.
Subdomains
2 observed subdomains of mis.ac.mz.
| Subdomain |
|---|
| mail.mis.ac.mz |
| www.mis.ac.mz |
Web-graph footprint
Distinct hostnames that link to or from mis.ac.mz in the public web crawl.
10 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- mis.ac.mz
SPF policy
3 SPF mechanisms authorising senders for mis.ac.mz.
| Mechanism | Target |
|---|---|
| SPF_A | mis.ac.mz |
| SPF_IP | 196.3.100.162 |
| SPF_MX | mis.ac.mz |
Related pages
Pivot deeper into the graph from mis.ac.mz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mis.ac.mz"})-[: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.