Hostname
editors-dev.act.com.jo
Last fetched
editors-dev.act.com.jo resolves to 3 IPv4 addresses operated by AS20940 in TH.
Nutrition Label
Resolution chain
editors-dev.act.com.jo resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 49.231.116.243 | 49.231.116.0/23 | AS20940 | — | TH |
| 49.231.117.104 | 49.231.116.0/23 | AS20940 | — | TH |
| 92.123.103.105 | 92.123.102.0/23 | AS20940 | — | RO |
WHOIS identity
No WHOIS records are currently associated with editors-dev.act.com.jo in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from editors-dev.act.com.jo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "editors-dev.act.com.jo"})-[: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.