Hostname
qu.edu.qa
Last fetched
qu.edu.qa resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in QA.
Nutrition Label
Resolution chain
qu.edu.qa 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 |
|---|---|---|---|---|
| 20.157.207.15 | 20.157.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | QA |
WHOIS identity
No WHOIS records are currently associated with qu.edu.qa in WhisperGraph.
Subdomains
228 observed subdomains of qu.edu.qa.
Showing 25 of 228. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from qu.edu.qa in the public web crawl.
1,256 sites link to this hostname.
1,118 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for qu.edu.qa.
| Mechanism | Target |
|---|---|
| SPF_A | listserv.qu.edu.qa |
| SPF_A | smtp.qu.edu.qa |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 86.36.64.0/19 |
| SPF_IP | 86.36.67.16/30 |
| SPF_MX | qu.edu.qa |
Related pages
Pivot deeper into the graph from qu.edu.qa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qu.edu.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.