Hostname
fala.pl
Last fetched
fala.pl resolves to 2 IPv4 addresses operated by AS48707 in PL. WHOIS lists registrar:dinfo.pl sylwia wierońska as the registrar.
Nutrition Label
Resolution chain
fala.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 |
|---|---|---|---|---|
| 185.253.212.22 | 185.253.212.0/24 | AS48707 | — | PL |
| 91.237.154.155 | 91.237.154.0/23 | AS57998 | — | PL |
WHOIS identity
- Registrar
- registrar:dinfo.pl sylwia wierońska
- Organization
- przedsiębiorstwo handlowo usługowe 'fala'
- Contact emails
- —
Subdomains
2 observed subdomains of fala.pl.
| Subdomain |
|---|
| mail.fala.pl |
| www.fala.pl |
Web-graph footprint
Distinct hostnames that link to or from fala.pl in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fala.pl.
| Mechanism | Target |
|---|---|
| SPF_A | fala.pl |
| SPF_IP | 91.237.154.155 |
| SPF_MX | fala.pl |
Related pages
Pivot deeper into the graph from fala.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fala.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.