Hostname
florion.pl
Last fetched
florion.pl resolves to 2 IPv4 addresses operated by CF-KRK - Cyber_Folks S.A. in PL.
Nutrition Label
Resolution chain
florion.pl 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 |
|---|---|---|---|---|
| 195.149.228.161 | 195.149.224.0/21 | AS29522 | CF-KRK - Cyber_Folks S.A. | PL |
| 62.129.219.20 | 62.129.192.0/19 | AS12824 | HOMEPL-AS - home.pl sp. z o.o. | PL |
WHOIS identity
No WHOIS records are currently associated with florion.pl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- florion.pl
SPF policy
2 SPF mechanisms authorising senders for florion.pl.
| Mechanism | Target |
|---|---|
| SPF_A | florion.pl |
| SPF_MX | florion.pl |
Related pages
Pivot deeper into the graph from florion.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "florion.pl"})-[: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.