Hostname
aubg.edu
Last fetched
aubg.edu resolves to 1 IPv4 address operated by AS3264 in BG.
Nutrition Label
Resolution chain
aubg.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 |
|---|---|---|---|---|
| 83.143.248.47 | 83.143.248.0/21 | AS3264 | — | BG |
WHOIS identity
- Registrar
- —
- Organization
- american university in bulgaria
- Contact emails
- —
Subdomains
30 observed subdomains of aubg.edu.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aubg.edu in the public web crawl.
394 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
33 SPF mechanisms authorising senders for aubg.edu.
| Mechanism | Target |
|---|---|
| SPF_A | aubg.edu |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 104.245.209.192/26 |
| SPF_IP | 167.89.13.187/32 |
| SPF_IP | 167.89.17.242/32 |
| SPF_IP | 167.89.25.12/32 |
| SPF_IP | 167.89.25.126/32 |
| SPF_IP | 18.213.56.201/32 |
| SPF_IP | 184.106.13.89/32 |
| SPF_IP | 198.37.152.133/32 |
| SPF_IP | 198.37.152.137/32 |
| SPF_IP | 198.37.152.151/32 |
| SPF_IP | 198.37.158.230/32 |
| SPF_IP | 198.37.159.162/32 |
| SPF_IP | 212.39.90.97 |
| SPF_IP | 34.193.90.240/32 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.205.0/24 |
| SPF_IP | 52.29.100.147/32 |
| SPF_IP | 52.58.166.242/32 |
| SPF_IP | 63.128.14.4/32 |
| SPF_IP | 63.32.233.163 |
| SPF_IP | 82.137.109.42 |
| SPF_IP | 82.137.109.67 |
| SPF_IP | 83.143.248.12 |
| SPF_IP | 83.143.248.13 |
| SPF_IP | 83.143.248.5 |
| SPF_IP | 83.143.248.6 |
| SPF_IP | 94.140.18.128/26 |
Related pages
Pivot deeper into the graph from aubg.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aubg.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.