Skip to content

Latest commit

 

History

History
117 lines (107 loc) · 5.92 KB

map.md

File metadata and controls

117 lines (107 loc) · 5.92 KB
layout title permalink
default
Map
/map/

Map

This map represent the geographical location of the target of the attack, at the moment it occurred. It does not represent the origin of the attacker.

×

Syria

Loading Targeted Threats...

Loading Vendors...

Loading Resellers...

Loading Encryption Laws...

<script id="view-targetedthreats" type="text/template">
  • <% if (typeof date != 'undefined' && date) { %>Date: <%= date %>
    <% } %> <% if (typeof md5 != 'undefined' && md5) { %>MD5: <%= md5 %>
    <% } %> <% if (typeof c2 != 'undefined' && c2) { %>Command & Control: <%= c2 %>
    <% } %> <% if (typeof family != 'undefined' && family) { %>Family: <%= family %>
    <% } %> <% if (typeof target != 'undefined' && target) { %>Target: <%= target %>
    <% } %> <% if (typeof reference != 'undefined' && reference) { %>Reference<% } %>
  • </script> <script id="view-vendors" type="text/template">
  • <% if (typeof company != 'undefined' && company) { %>Company: <%= company %>
    <% } %> <% if (typeof solution != 'undefined' && solution) { %>Solution: <%= solution %>
    <% } %> <% if (typeof website != 'undefined' && website) { %>Website: <%= website %><% } %>
  • </script> <script id="view-encryptionlaws" type="text/template">
  • <% if (typeof import_restrictions != 'undefined' && import_restrictions) { %>Import: <%= import_restrictions %>
    <% } %> <% if (typeof prohibit_use != 'undefined' && prohibit_use) { %>Prohibit Use: <%= prohibit_use %>
    <% } %> <% if (typeof license_use != 'undefined' && license_use) { %>License Use: <%= license_use %>
    <% } %> <% if (typeof provide_keys != 'undefined' && provide_keys) { %>Provide Keys: <%= provide_keys %><% } %>
  • </script> <script id="view-resellers" type="text/template">
  • <% if (typeof company != 'undefined' && company) { %>Company: <%= company %>
    <% } %> <% if (typeof entity != 'undefined' && entity) { %>Entity: <%= entity %>
    <% } %> <% if (typeof country != 'undefined' && country) { %>Location: <%= country %>, <%= region %>, <%= municipality %>
    <% } %> <% if (typeof suppliers != 'undefined' && suppliers) { %>Suppliers: <%= suppliers %>
    <% } %> <% if (typeof government_customers != 'undefined' && government_customers) { %>Government Customers: <%= government_customers %>
    <% } %> <% if (typeof corporate_customers != 'undefined' && corporate_customers) { %>Corporate Customers: <%= corporate_customers %>
    <% } %> <% if (typeof website != 'undefined' && website) { %>Website: <%= website %>
    <% } %> <% if (typeof notes != 'undefined' && notes) { %>Notes: <%= notes %>
    <% } %>
  • </script>