{% for key, value in analysis.backscatter.items %} {% if key == "sample_hashes" %} {% elif key == "bot" %} {% elif key == "downloads" %} {% else %} {% for skey, svalue in value.iteritems %} {% endfor %} {% endif %} {% endfor %}
Hashes {% for hash_type, hash in value.items %}
  • {{hash}}
  • {% endfor %}
    C&C {% for _, cncs in value.items %} {% for cnc in cncs %}
  • {{cnc.url}}
  • {% endfor %} {% endfor %}
    Downloads {% for downloads in value %}
  • {{downloads.inet.url}}
  • {% endfor %}
    {{ skey }} {{ svalue }}