Hostname
flexhub.pl
Last fetched
flexhub.pl resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in GB. WHOIS lists registrar:corporation service company as the registrar.
Nutrition Label
Resolution chain
flexhub.pl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.19.248.135 | 2.19.248.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 2.19.248.153 | 2.19.248.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.13.218.11 | 23.13.218.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 23.13.218.18 | 23.13.218.0/24 | AS20940 | AKAMAI-ASN1 | BR |
WHOIS identity
- Registrar
- registrar:corporation service company
- Organization
- domain administrator
- Contact emails
- —
Subdomains
2 observed subdomains of flexhub.pl.
| Subdomain |
|---|
| autoconfig.flexhub.pl |
| www.flexhub.pl |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for flexhub.pl.
| Mechanism | Target |
|---|---|
| SPF_A | flexhub.pl |
| SPF_IP | 146.59.71.217 |
| SPF_IP | 51.77.40.227 |
| SPF_IP | 91.201.152.126 |
| SPF_MX | flexhub.pl |
Related pages
Pivot deeper into the graph from flexhub.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flexhub.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.