Hostname
brandfoto.pl
Last fetched
brandfoto.pl resolves to 3 IPv4 addresses operated by HOMEPL-AS - home.pl sp. z o.o. in PL.
Nutrition Label
Resolution chain
brandfoto.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 |
|---|---|---|---|---|
| 212.85.96.65 | 212.85.96.0/20 | AS12824 | HOMEPL-AS - home.pl sp. z o.o. | PL |
| 31.43.160.6 | 31.43.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 31.43.161.6 | 31.43.161.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
WHOIS identity
No WHOIS records are currently associated with brandfoto.pl in WhisperGraph.
Subdomains
1 observed subdomain of brandfoto.pl.
| Subdomain |
|---|
| www.brandfoto.pl |
Web-graph footprint
Distinct hostnames that link to or from brandfoto.pl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- brandfoto.pl
- space.pl
SPF policy
6 SPF mechanisms authorising senders for brandfoto.pl.
| Mechanism | Target |
|---|---|
| SPF_A | brandfoto.pl |
| SPF_IP | 212.85.96.0/19 |
| SPF_IP | 62.129.192.0/18 |
| SPF_IP | 79.96.0.0/16 |
| SPF_IP | 89.161.128.0/17 |
| SPF_MX | brandfoto.pl |
Related pages
Pivot deeper into the graph from brandfoto.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brandfoto.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.