Hostname
mwani.com.qa
Last fetched
mwani.com.qa resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in QA.
Nutrition Label
Resolution chain
mwani.com.qa 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 |
|---|---|---|---|---|
| 20.173.78.70 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | QA |
| 20.173.78.81 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | QA |
WHOIS identity
No WHOIS records are currently associated with mwani.com.qa in WhisperGraph.
Subdomains
18 observed subdomains of mwani.com.qa.
Web-graph footprint
Distinct hostnames that link to or from mwani.com.qa in the public web crawl.
62 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mwani.com.qa.
| Mechanism | Target |
|---|---|
| SPF_A | mail.mwani.com.qa |
| SPF_A | mwani.com.qa |
| SPF_A | smtp01.mwani.com.qa |
| SPF_A | smtp02.mwani.com.qa |
| SPF_A | webmail.mwani.com.qa |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 78.100.26.20 |
| SPF_IP | 78.100.26.21 |
| SPF_MX | mwani.com.qa |
Related pages
Pivot deeper into the graph from mwani.com.qa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mwani.com.qa"})-[: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.