Hostname
proges.at
Last fetched
proges.at resolves to 1 IPv4 address operated by AS8412 in AT.
Nutrition Label
Resolution chain
proges.at 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.65.141.132 | 83.65.0.0/16 | AS8412 | — | AT |
WHOIS identity
No WHOIS records are currently associated with proges.at in WhisperGraph.
Subdomains
10 observed subdomains of proges.at.
Web-graph footprint
Distinct hostnames that link to or from proges.at in the public web crawl.
186 sites link to this hostname.
123 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for proges.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ethis.at |
| SPF_A | mail.x-net.at |
| SPF_A | outlook.pga.at |
| SPF_A | outlook.proges.at |
| SPF_A | proges.at |
| SPF_A | x-smarthost01.x-net.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 81.10.172.168/29 |
| SPF_MX | proges.at |
Related pages
Pivot deeper into the graph from proges.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proges.at"})-[: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.