Hostname
fabasoft.com
Last fetched
fabasoft.com resolves to 1 IPv4 address operated by T-SYSTEMS-AT Rennweg 97-99 in AT. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
fabasoft.com 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 |
|---|---|---|---|---|
| 194.247.47.94 | 194.247.47.0/24 | AS8387 | T-SYSTEMS-AT Rennweg 97-99 | AT |
WHOIS identity
- Registrar
- iana:151
- Organization
- fabasoft
- Contact emails
Subdomains
98 observed subdomains of fabasoft.com.
Showing 25 of 98. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fabasoft.com in the public web crawl.
349 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for fabasoft.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 192.84.221.0/24 |
| SPF_IP | 194.247.47.0/24 |
| SPF_IP | 2001:67c:1933:2c5:0:1c58:ac80:6031/48 |
| SPF_IP | 213.173.183.128/27 |
| SPF_IP | 213.95.138.0/27 |
| SPF_IP | 80.123.159.220/32 |
Related pages
Pivot deeper into the graph from fabasoft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fabasoft.com"})-[: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.