Hostname
fv-1gs.de
Last fetched
fv-1gs.de resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
fv-1gs.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 167.235.120.33 | 167.235.0.0/16 | AS24940 | — | DE |
| 94.102.215.57 | 94.102.208.0/20 | AS25504 | — | DE |
WHOIS identity
No WHOIS records are currently associated with fv-1gs.de in WhisperGraph.
Subdomains
3 observed subdomains of fv-1gs.de.
Web-graph footprint
Distinct hostnames that link to or from fv-1gs.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fv-1gs.de.
| Mechanism | Target |
|---|---|
| SPF_A | fv-1gs.de |
| SPF_INCLUDE | spf.vautron.de |
| SPF_MX | fv-1gs.de |
Related pages
Pivot deeper into the graph from fv-1gs.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fv-1gs.de"})-[: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.