Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 1.23 KB

File metadata and controls

49 lines (46 loc) · 1.23 KB
layout page
title Threat actors
permalink /threat_actors/

{% include search_type.html %}

{% assign threat_actors = site.data.threat_actors %}

<style> .file{ width: 25px; margin:0 auto; } .file-link{ margin:0 auto; } </style> {%- for threat_actor in threat_actors[0] %} {% assign tmp = threat_actor[1] -%} {% endfor %}
Name Type Years Description PDFs
{{ threat_actor[0] }} {{ tmp.type }} {{ tmp.years }} {{ tmp.description }} {%- for source in tmp.sources -%} {%- assign source1 = source | split:'/' -%}
{%- endfor -%}