Hostname
infor.pl
Last fetched
infor.pl resolves to 1 IPv4 address operated by AS41468 in PL. WHOIS lists registrar:cyber_folks s.a. as the registrar.
Nutrition Label
Resolution chain
infor.pl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.164.157.193 | 193.164.157.0/24 | AS41468 | — | PL |
WHOIS identity
- Registrar
- registrar:cyber_folks s.a.
- Organization
- —
- Contact emails
- —
Subdomains
224 observed subdomains of infor.pl.
Showing 25 of 224. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from infor.pl in the public web crawl.
1,949 sites link to this hostname.
615 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for infor.pl.
| Mechanism | Target |
|---|---|
| SPF_A | apollo.infor.pl |
| SPF_A | ares.infor.pl |
| SPF_A | helios.infor.pl |
| SPF_A | zeus.infor.pl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.164.157.20 |
| SPF_IP | 193.164.157.21 |
| SPF_IP | 193.164.157.22 |
| SPF_IP | 193.164.157.24 |
| SPF_IP | 89.171.82.35 |
| SPF_MX | infor.pl |
Related pages
Pivot deeper into the graph from infor.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infor.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.