Hostname
ipcom.at
Last fetched
ipcom.at resolves to 1 IPv4 address operated by UNIVIE University of Vienna, Austria in AT.
Nutrition Label
Resolution chain
ipcom.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 |
|---|---|---|---|---|
| 131.130.249.235 | 131.130.0.0/16 | AS760 | UNIVIE University of Vienna, Austria | AT |
WHOIS identity
- Registrar
- —
- Organization
- nic.at role
- Contact emails
Subdomains
4 observed subdomains of ipcom.at.
Web-graph footprint
Distinct hostnames that link to or from ipcom.at in the public web crawl.
22 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ipcom.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.univie.ac.at |
| SPF_INCLUDE | spf.mlwrx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a02:850:1:2:0:0:0:144 |
| SPF_IP | 2a02:850:1:2:0:0:0:145 |
| SPF_IP | 5.9.111.105/32 |
| SPF_IP | 83.136.33.227/32 |
| SPF_IP | 83.136.34.144 |
| SPF_IP | 83.136.34.145 |
| SPF_IP | 83.136.35.14/32 |
Related pages
Pivot deeper into the graph from ipcom.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipcom.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.