Hostname
dbq.edu
Last fetched
dbq.edu resolves to 1 IPv4 address operated by ICN-AS - Iowa Communications Network in US.
Nutrition Label
Resolution chain
dbq.edu 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 |
|---|---|---|---|---|
| 205.221.28.52 | 205.221.0.0/16 | AS6122 | ICN-AS - Iowa Communications Network | US |
WHOIS identity
- Registrar
- —
- Organization
- university of dubuque
- Contact emails
- —
Subdomains
79 observed subdomains of dbq.edu.
Showing 25 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dbq.edu in the public web crawl.
416 sites link to this hostname.
220 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for dbq.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.dbq.edu |
| SPF_INCLUDE | spf2.dbq.edu |
Related pages
Pivot deeper into the graph from dbq.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dbq.edu"})-[: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.