{% extends "base.html" %} {% block title %}AV Submit :: Home{% endblock %} {% block appheader %} {% endblock %} {% block content %}
This tool allows analysts to submit undetected malware samples to our AV vendor(s) for the purpose of gaining immediate detections of the files.
{% comment %} {# Charting example, will flesh this out one day to add charts to app. #} {% endcomment %} {# If no targets exist yet, display alert to create one or more. #} {% if not submissiontarget_count %}File MD5 | File Name | User | Submission Date |
---|---|---|---|
{{ log.file_md5 }} | {{ log.file_name|escape }} | {{ log.submitter }} | {{ log.date_submitted|date:"m/d/Y h:i A" }} |