Skip to content

Hostname

argo.pl

Last fetched

argo.pl resolves to 1 IPv4 address operated by ARGOPL-NET in PL. WHOIS lists registrar:perskimedia szymon perski as the registrar.

Nutrition Label

WHISPER CANON · argo.plRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/argo.pl

Resolution chain

argo.pl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
91.227.176.3191.227.176.0/24AS197824ARGOPL-NETPL

WHOIS identity

Registrar
registrar:perskimedia szymon perski
Organization
Contact emails

Subdomains

9 observed subdomains of argo.pl.

Web-graph footprint

Distinct hostnames that link to or from argo.pl in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for argo.pl.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP91.227.176.0/26

Related pages

Pivot deeper into the graph from argo.pl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "argo.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.