Hostname
isservice.abb.com.cn
Last fetched
isservice.abb.com.cn resolves to 4 IPv4 addresses operated by OMANTEL-AS - Zain Omantel International FZ-LLC in OM.
Nutrition Label
Resolution chain
isservice.abb.com.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 82.178.158.114 | 82.178.158.0/24 | AS8529 | OMANTEL-AS - Zain Omantel International FZ-LLC | OM |
| 82.178.158.115 | 82.178.158.0/24 | AS8529 | OMANTEL-AS - Zain Omantel International FZ-LLC | OM |
| 95.100.107.132 | 95.100.107.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | SE |
| 95.100.107.189 | 95.100.107.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | SE |
WHOIS identity
No WHOIS records are currently associated with isservice.abb.com.cn in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from isservice.abb.com.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isservice.abb.com.cn"})-[: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.