Angel Cloud engine
NictaTech Angel Cloud engine (ACE) — on-line database and detection service, identifies good items, and can identifying malware. ACE crawlling system automatically collects URLs and other sources.
Today database have information more 3,269,837 malwares, and “white” files.
You can see the latest objects detected by Angel Cloud Engine in real-time.
NictaTech Angel Cloud Engine is a paid, subscription based service and this web site is an extension of that service.
Interested in becoming a customer?
NictaTech Angel Cloud Engine is easy integration and fully automated real-time solution. You can provide better service by protecting customers for new viruses and malwares. If you would like to become a customer, or have any other queries, please contact us.
Getting Started With ACE
This page describes the basics of using the ACE API to make check files.
Usage Policy
We reserve the right to block any use that we regard as abusive. If you think your service will make more than 2,500 API calls per day, please let us know by mailing an estimate to contact form.
Overview
The ACE API returns a text page of a risk level in response to a URL GET request.
To make the object(file) risk level with the ACE API, you just need a URL that specifies the file MD5 and the file size (in bytes). You can type this URL directly in your browser/application, or include it in your application/php/asp/e.t.c. page source.
For example:
http://[server-id].nictasoft.com/single/005F70F973AAE29681E0276EB6B29C9E/150984/[partner-id]
ACE return two result value – object risk level and CRC32
| Risk Level (%) | Description |
| 0 | file is clean |
| 10 | file is clean (auto verdict) |
| 70 | malware suspicion |
| 100 | malware |
CRC32
ACE return CRC32 of file for additional checking.
