Hostname
edco.jo
Last fetched
edco.jo resolves to 2 IPv4 addresses operated by AS9038 in JO.
Nutrition Label
Resolution chain
edco.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 |
|---|---|---|---|---|
| 91.106.106.221 | 91.106.106.0/24 | AS9038 | — | JO |
| 194.165.144.125 | 194.165.144.0/24 | AS8376 | — | JO |
WHOIS identity
No WHOIS records are currently associated with edco.jo in WhisperGraph.
Subdomains
4 observed subdomains of edco.jo.
Web-graph footprint
Distinct hostnames that link to or from edco.jo in the public web crawl.
19 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for edco.jo.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.fortimailcloud.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from edco.jo.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edco.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.