Skip to content

Hostname

final4.flh.lu

Last fetched

final4.flh.lu resolves to 1 IPv4 address operated by AS213183 in LU.

Nutrition Label

WHISPER CANON · final4.flh.luRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/final4.flh.lu

Resolution chain

final4.flh.lu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
194.147.93.30194.147.93.0/24AS213183LU

WHOIS identity

No WHOIS records are currently associated with final4.flh.lu in WhisperGraph.

Subdomains

1 observed subdomain of final4.flh.lu.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for final4.flh.lu.

MechanismTarget
SPF_Afinal4.flh.lu
SPF_IP194.147.93.30
SPF_MXfinal4.flh.lu

Related pages

Pivot deeper into the graph from final4.flh.lu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "final4.flh.lu"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.