<a href="{{base_url}}/scoreboard?mode=detection_mode&amount=10">detection modes</a> /
<a href="{{base_url}}/scoreboard?mode=avg_peers&amount=30">average peers</a> /
<a href="{{base_url}}/scoreboard?mode=obfuscator&amount=30">obfuscating software</a> /
- <a href="{{base_url}}/scoreboard?mode=obfuscation&amount=10">obfuscation metrics</a> /
- <a href="{{base_url}}/scoreboard?mode=block_level&amount=20">block level metrics</a>
+ <a href="{{base_url}}/scoreboard?mode=obfuscation&amount=10">obfuscation statistics</a> /
+ <a href="{{base_url}}/scoreboard?mode=block_level&amount=20">block level statistics</a>
</p>
{% endblock %}
{% block footer %}
{% extends "base.html" %}
-{% block title %}Scoreboard - {% if mode == 'software' %}TOP {{amount}} used software{% elif mode == 'detection_mode' %}Detection mode metrics{% elif mode == 'block_level' %}TOP {{amount}} block level metrics{% elif mode == 'obfuscation' %}Obfuscation metrics{% elif mode == 'obfuscator' %}TOP {{amount}} obfuscating software{% elif mode == 'avg_peers' %}TOP {{amount}} average peer count{% elif mode == 'command' %}TOP {{amount}} commands{% elif mode == 'error_code' %}TOP {{amount}} error codes{% elif mode == 'reference' %}TOP {{amount}} referencing instances{% elif mode == 'blocked' %}TOP {{amount}} deferated instances{% elif mode == 'blocker' %}TOP {{amount}} deferating instances{% endif %}{% endblock %}
+{% block title %}Scoreboard - {% if mode == 'software' %}TOP {{amount}} used software{% elif mode == 'detection_mode' %}Detection mode statistics{% elif mode == 'block_level' %}TOP {{amount}} block level statistics{% elif mode == 'obfuscation' %}Obfuscation statistics{% elif mode == 'obfuscator' %}TOP {{amount}} obfuscating software{% elif mode == 'avg_peers' %}TOP {{amount}} average peer count{% elif mode == 'command' %}TOP {{amount}} commands{% elif mode == 'error_code' %}TOP {{amount}} error codes{% elif mode == 'reference' %}TOP {{amount}} referencing instances{% elif mode == 'blocked' %}TOP {{amount}} deferated instances{% elif mode == 'blocker' %}TOP {{amount}} deferating instances{% endif %}{% endblock %}
{% block header %}
{% if mode == 'blocker' %}
{% elif mode == 'error_code' %}
<h1>TOP {{amount}} error codes</h1>
{% elif mode == 'detection_mode' %}
- <h1>Detection mode metrics</h1>
+ <h1>Detection mode statistics</h1>
{% elif mode == 'avg_peers' %}
<h1>TOP {{amount}} average peer count</h1>
{% elif mode == 'obfuscator' %}
<h1>TOP {{amount}} obfuscating software</h1>
{% elif mode == 'obfuscation' %}
- <h1>Obfuscation metrics</h1>
+ <h1>Obfuscation statistics</h1>
{% elif mode == 'block_level' %}
<h1>TOP {{amount}} block levels</h1>
{% endif %}
<table>
<thead>
<th>№</th>
- <th>{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}</th>
+ <th>{% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}Obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %}</th>
<th>{% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode') %}Total{% else %}Blocks{% endif %}</th>
</thead>
<a href="{{base_url}}/top?mode=block_level&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
{% else %}
{% with domain=entry['domain'] %}
- {% include "widgets/links.tpl" %}
+ {% include "widgets/links.html" %}
{% endwith %}
{% endif %}
</td>
<tr>
<td>
{% with domain=block['blocker'] %}
- {% include "widgets/links.tpl" %}
+ {% include "widgets/links.html" %}
{% endwith %}
</td>
<td>
{% with domain=block['blocked'] %}
- {% include "widgets/links.tpl" %}
+ {% include "widgets/links.html" %}
{% endwith %}
</td>
<td>{{block['reason']}}</td>