Skip to content

Hostname

companeo.com

Last fetched

companeo.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1251 as the registrar.

Nutrition Label

WHISPER CANON · companeo.comRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/companeo.com

Resolution chain

companeo.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:1251
Organization
companeo
Contact emails

Subdomains

38 observed subdomains of companeo.com.

Web-graph footprint

Distinct hostnames that link to or from companeo.com in the public web crawl.

300 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for companeo.com.

MechanismTarget
SPF_Acompaneo.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.mailigen.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEtrustpilotservice.com
SPF_IP145.239.13.154/32
SPF_IP158.58.181.103/32
SPF_IP158.58.181.123/32
SPF_IP185.59.8.100/32
SPF_IP212.157.20.32/28
SPF_IP54.38.41.232/32
SPF_IP81.252.92.0/23
SPF_IP83.206.208.128/25
SPF_MXcompaneo.com

Related pages

Pivot deeper into the graph from companeo.com.

Cypher and MCP

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

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