Hostname
ishf.at
Last fetched
ishf.at resolves to 1 IPv4 address operated by AS8412 in AT.
Nutrition Label
Resolution chain
ishf.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 |
|---|---|---|---|---|
| 62.99.130.133 | 62.99.128.0/18 | AS8412 | — | AT |
WHOIS identity
No WHOIS records are currently associated with ishf.at in WhisperGraph.
Subdomains
8 observed subdomains of ishf.at.
Web-graph footprint
Distinct hostnames that link to or from ishf.at in the public web crawl.
22 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ishf.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ishf.at |
| SPF_A | server.ishf.at |
| SPF_A | servermail01.ishf.at |
| SPF_A | servermail02.ishf.at |
| SPF_INCLUDE | spf.exchangeserver.online |
| SPF_IP | 62.99.130.133 |
| SPF_IP | 62.99.130.135 |
| SPF_IP | 62.99.130.136 |
| SPF_IP | 83.243.59.7/32 |
| SPF_MX | ishf.at |
Related pages
Pivot deeper into the graph from ishf.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ishf.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.