<tr>
<td>{{loop.index}}</td>
<td>
- {% if mode in ('error_code', 'obfuscator', 'obfuscation') %}
+ {% if mode in ('error_code', 'obfuscation') %}
{{entry['domain']}}
{% elif mode == 'block_level' %}
<a href="top?mode={{mode}}&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
- {% elif mode == 'avg_peers' %}
+ {% elif mode in ('avg_peers', 'obfuscator') %}
<a href="list?mode=software&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>
{% elif mode in ('software', 'detection_mode', 'command') %}
<a href="list?mode={{mode}}&value={{entry['domain']}}&amount=50">{{entry['domain']}}</a>