Hostname
comsol.jp
Last fetched
comsol.jp resolves to 2 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in SE.
Nutrition Label
Resolution chain
comsol.jp resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.43.128.242 | 154.40.0.0/13 | AS174 | COGENT-174 - Cogent Communications, LLC | SE |
| 176.10.169.228 | 176.10.128.0/17 | AS8473 | BAHNHOF | SE |
WHOIS identity
- Registrar
- —
- Organization
- comsol ab
- Contact emails
Subdomains
1 observed subdomain of comsol.jp.
| Subdomain |
|---|
| www.comsol.jp |
Web-graph footprint
Distinct hostnames that link to or from comsol.jp in the public web crawl.
77 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for comsol.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | comsol.com |
| SPF_IP | 149.72.203.251/32 |
| SPF_MX | comsol.jp |
Related pages
Pivot deeper into the graph from comsol.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comsol.jp"})-[: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.