Skip to content

Hostname

cp2.signed.pt

Last fetched

cp2.signed.pt resolves to 1 IPv4 address operated by ALMOUROLTEC in PT.

Nutrition Label

WHISPER CANON · cp2.signed.ptRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cp2.signed.pt

Resolution chain

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

IPPrefixASNOperatorCountry
94.46.167.7994.46.160.0/20AS24768ALMOUROLTECPT

WHOIS identity

No WHOIS records are currently associated with cp2.signed.pt in WhisperGraph.

Subdomains

7 observed subdomains of cp2.signed.pt.

Threat posture

History

Mail and authentication

MX records

  • cp2.signed.pt

SPF policy

4 SPF mechanisms authorising senders for cp2.signed.pt.

MechanismTarget
SPF_Acp2.signed.pt
SPF_INCLUDE_spf.signed.pt
SPF_IP94.46.167.79
SPF_MXcp2.signed.pt

Related pages

Pivot deeper into the graph from cp2.signed.pt.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cp2.signed.pt"})-[: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.