Hostname
companeo.com
Last fetched
companeo.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1251 as the registrar.
Nutrition Label
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.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from companeo.com in the public web crawl.
300 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for companeo.com.
| Mechanism | Target |
|---|---|
| SPF_A | companeo.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mailigen.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | trustpilotservice.com |
| SPF_IP | 145.239.13.154/32 |
| SPF_IP | 158.58.181.103/32 |
| SPF_IP | 158.58.181.123/32 |
| SPF_IP | 185.59.8.100/32 |
| SPF_IP | 212.157.20.32/28 |
| SPF_IP | 54.38.41.232/32 |
| SPF_IP | 81.252.92.0/23 |
| SPF_IP | 83.206.208.128/25 |
| SPF_MX | companeo.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.