Skip to content

Hostname

service.counsol.com

Last fetched

service.counsol.com resolves to 1 IPv4 address operated by SOFTLAYER - IBM Cloud in US.

Nutrition Label

WHISPER CANON · service.counsol.comRouting diversity1.5/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/service.counsol.com

Resolution chain

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

IPPrefixASNOperatorCountry
169.55.3.132169.55.0.0/18AS36351SOFTLAYER - IBM CloudUS

WHOIS identity

No WHOIS records are currently associated with service.counsol.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for service.counsol.com.

MechanismTarget
SPF_Aservice.counsol.com
SPF_INCLUDEwecksol.com
SPF_IP169.55.3.128/28
SPF_IP169.61.190.16/28

Related pages

Pivot deeper into the graph from service.counsol.com.

Cypher and MCP

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

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