Hostname
act.com.jo
Last fetched
act.com.jo resolves to 2 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
act.com.jo 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 |
|---|---|---|---|---|
| 23.12.147.77 | 23.12.147.0/24 | AS20940 | — | US |
| 23.12.147.88 | 23.12.147.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with act.com.jo in WhisperGraph.
Subdomains
34 observed subdomains of act.com.jo.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from act.com.jo in the public web crawl.
20 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for act.com.jo.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.212.39 |
| SPF_IP | 159.183.200.88 |
| SPF_IP | 20.8.50.240 |
| SPF_IP | 213.186.168.23 |
| SPF_IP | 40.74.9.71 |
| SPF_IP | 46.32.119.141 |
| SPF_IP | 52.142.217.195 |
| SPF_IP | 52.142.217.3 |
Related pages
Pivot deeper into the graph from act.com.jo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.