Hostname
student.ap.be
Last fetched
student.ap.be resolves to 1 IPv4 address operated by BELNET - BELNET in BE.
Nutrition Label
Resolution chain
student.ap.be 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 |
|---|---|---|---|---|
| 193.191.187.210 | 193.190.0.0/15 | AS2611 | BELNET - BELNET | BE |
WHOIS identity
No WHOIS records are currently associated with student.ap.be in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from student.ap.be in the public web crawl.
8 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for student.ap.be.
| Mechanism | Target |
|---|---|
| SPF_A | ml01.uantwerpen.be |
| SPF_A | ml02.uantwerpen.be |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.191.129.192/27 |
| SPF_IP | 193.191.132.224/28 |
| SPF_IP | 193.191.179.32/29 |
| SPF_IP | 193.191.182.0/29 |
| SPF_IP | 193.191.187.192/26 |
Related pages
Pivot deeper into the graph from student.ap.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "student.ap.be"})-[: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.