Hostname
fif.com.pl
Last fetched
fif.com.pl resolves to 3 IPv4 addresses operated by DHOSTING-AS Warsaw, Poland in PL. WHOIS lists registrar:home.pl s.a. as the registrar.
Nutrition Label
Resolution chain
fif.com.pl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.95.158.234 | 109.95.158.0/24 | AS48896 | DHOSTING-AS Warsaw, Poland | PL |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:home.pl s.a.
- Organization
- f&f filipowski spółka jawna
- Contact emails
- —
Subdomains
20 observed subdomains of fif.com.pl.
Showing 16 of 20. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fif.com.pl in the public web crawl.
341 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for fif.com.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_MX | fif.com.pl |
Related pages
Pivot deeper into the graph from fif.com.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fif.com.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.