Hostname
fsastech.nl
Last fetched
fsastech.nl resolves to 4 IPv4 addresses operated by AS20940 in GB. WHOIS lists registrar:ingenit gmbh & co. kg as the registrar.
Nutrition Label
Resolution chain
fsastech.nl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.3.68.82 | 23.3.68.0/24 | AS20940 | — | GB |
| 23.3.68.83 | 23.3.68.0/24 | AS20940 | — | GB |
| 23.38.108.210 | 23.38.108.0/24 | AS20940 | — | PL |
| 23.38.108.218 | 23.38.108.0/24 | AS20940 | — | PL |
WHOIS identity
- Registrar
- registrar:ingenit gmbh & co. kg
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of fsastech.nl.
| Subdomain |
|---|
| www.fsastech.nl |
Threat posture
History
Related pages
Pivot deeper into the graph from fsastech.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fsastech.nl"})-[: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.