Hostname
form.wdx.pl
Last fetched
form.wdx.pl resolves to 2 IPv4 addresses operated by ACL_CDS - Asseco Cloud Sp. z o. o. in PL.
Nutrition Label
Resolution chain
form.wdx.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 |
|---|---|---|---|---|
| 213.222.209.188 | 213.222.209.0/24 | AS28785 | ACL_CDS - Asseco Cloud Sp. z o. o. | PL |
| 213.222.209.189 | 213.222.209.0/24 | AS28785 | ACL_CDS - Asseco Cloud Sp. z o. o. | PL |
WHOIS identity
No WHOIS records are currently associated with form.wdx.pl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for form.wdx.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mail03-userengage.com |
| SPF_IP | 213.222.209.185/32 |
| SPF_IP | 213.222.209.192/32 |
| SPF_IP | 213.222.209.201/32 |
| SPF_IP | 213.222.209.202/32 |
Related pages
Pivot deeper into the graph from form.wdx.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "form.wdx.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.