{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Submit file(s){% endblock %} {% block js_import %} {% endblock %} {% block body_param %}flow-prevent-drop{% endblock %} {% block loading_menu %}ng-hide="!loading"{% endblock %} {% block content %} {% if not is_readonly %} {%raw%}
{%endraw%} {% endif %}

{{app_name}} is a service that performs automated binary analysis on suspicious files and facilitates quick detection and cleanup of all sophisticated malware.

{% if not is_readonly %} {% block caveat %}{% endblock %} {% raw %}
{{params.classification | class_long}}
{% endraw %} {% if show_url %} {% endif %}
 Add File  Add Folder

or Drop your file(s) here
{% if show_tos %}
By clicking Scan files, you consent to our Terms of Service.
{% endif %}
Scan File(s)

Files to be scanned: Remove All

{% raw %}
{{ file.relativePath }} ({{ file.size }} bytes)
{{ file.progress() * 100 }}% Complete
Remove Retry
{% endraw %}
{% if show_url %}
{% if show_tos %}
By clicking Scan files, you consent to our Terms of Service.
{% endif %}
{% endif %}
{% else %}

This deployment is set to read-only mode

No files can be submitted or deleted to this system. Only automated script are allowed to add submissions to this system and that operation is performed daily as a bulk. This deployment is used as an archive to keep the submissions for a longer period of time then the production system allows.

{% endif %}
{% endblock %}