Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.68 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8.  
  9. <head>
  10. <title>
  11.  
  12.  
  13. Antivirus scan for 8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1 at
  14. 2018-12-27 15:00:47 UTC - VirusTotal
  15.  
  16.  
  17. </title>
  18.  
  19. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  20. <meta http-equiv="Pragma" content="no-cache">
  21. <meta http-equiv="Pragma" content="no-store">
  22. <meta http-equiv="Expires" content="-1">
  23. <meta name="keywords"
  24. content="virustotal, antivirus, infected, free, scan, online, malware,
  25. malicious, scanner">
  26. <meta name="google-site-verification" content="Id8gKYyQBVmhsuWOE1SDkhDhAU5QW9pREnc-RO9lPLQ" />
  27.  
  28. <meta name="description"
  29. content="
  30.  
  31.  
  32. VirusTotal's antivirus scan report for the file with MD5 70d133306f466929a0f8b2d2218ec4f4 at
  33. 2018-12-27 15:00:47 UTC.
  34.  
  35. 0 out of 56 antivirus
  36. detected the file as malicious.
  37.  
  38.  
  39.  
  40. ">
  41.  
  42. <link rel="shortcut icon" href="https://virustotalcloud.appspot.com/static/img/favicon.ico">
  43. <link rel="icon" href="https://virustotalcloud.appspot.com/static/img/favicon.ico" type="image/x-icon">
  44.  
  45. <style type="text/css">
  46. .ltr {
  47. direction: ltr !important;
  48. text-align: left !important;
  49. }
  50. .ltr th, .ltr td {
  51. direction: ltr !important;
  52. text-align: left !important;
  53. }
  54. </style>
  55.  
  56.  
  57. <link rel="stylesheet"
  58. type="text/css"
  59. href="https://virustotalcloud.appspot.com/static/css/bootstrap.min.css?20150630">
  60.  
  61.  
  62. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
  63. </script>
  64. <script type="text/javascript">
  65. if (typeof jQuery == 'undefined'){
  66. document.write(unescape("%3Cscript src='https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js' type='text/javascript'%3E%3C/script%3E"));
  67. }
  68. </script>
  69. <script src="https://virustotalcloud.appspot.com/static/js/bootmin-2013092601.js"></script>
  70. <script src="https://virustotalcloud.appspot.com/static/js/base.min-2013121902.js"></script>
  71.  
  72.  
  73.  
  74. <script src="https://virustotalcloud.appspot.com/static/js/jquery.tablesorter.min.js"></script>
  75. <script src="https://virustotalcloud.appspot.com/static/tiny_mce/jquery.tinymce.js?v=7"></script>
  76. <script src="https://virustotalcloud.appspot.com/static/js/jquery.stream.js?v=9"></script>
  77.  
  78. <script type="text/javascript">
  79.  
  80. var collapseBasicInfo = true;
  81.  
  82. var mustRefresh = false;
  83.  
  84.  
  85. function load(tab, url) {
  86.  
  87. $('#' + tab + '-list').stream({
  88. url: url,
  89. page: 1,
  90. show: {
  91. waiting: '#' + tab + '-wait',
  92. empty: '#no-' + tab,
  93. more: '#btn-more-' + tab,
  94. error: '#' + tab + '-error'
  95. }
  96. }).stream('start');
  97. }
  98.  
  99. function more(tab) {
  100.  
  101. $('#' + tab + '-list').stream('more');
  102. }
  103.  
  104. function show_votes() {
  105.  
  106. $.ajax({
  107. type: 'GET',
  108. async: true,
  109. url: $('#votes-resume').attr('url'),
  110. dataType: 'json',
  111. cache: false,
  112. success: function(response) {
  113. $('#votes-resume').html(response.html)
  114. $.each($('.popover-spot'), function (index, element) {
  115. $(element).popover();
  116. });
  117. }
  118. }); // $.ajax()
  119. }
  120.  
  121. function refresh(lastStatus) {
  122.  
  123. var data = {};
  124.  
  125. if (lastStatus)
  126. data = {'last-status': lastStatus};
  127.  
  128. var request = $.ajax({
  129. type: 'GET',
  130. async: true,
  131. url: window.location.pathname + 'info/',
  132. data: data,
  133. dataType: 'json',
  134. cache: false,
  135. success: function(response) {
  136.  
  137. if (response.info) {
  138. $('#basic-info').html(response.info);
  139. if (!collapseBasicInfo) {
  140. $('#basic-info .collapsable').show();
  141. }
  142. }
  143.  
  144. if (response.results) {
  145. $('#tabs').show();
  146. $('div#results').html(response.results);
  147. $('table#antivirus-results').tablesorter();
  148. }
  149.  
  150. if (response.additional) {
  151. $('div#tools').html(response.additional);
  152. $('#tabs').show();
  153. $('#tab-additional-info').show();
  154. }
  155.  
  156. if (response.show_details_tab) {
  157. $('div#item-detail-content').html(response.item_detail);
  158. $('#item-detail-wait').hide();
  159. $('a[tab=item-detail]').attr('url', '');
  160. $('#tabs').show();
  161. $('#tab-item-detail').show();
  162. }
  163.  
  164. if (response.show_relationships_tab) {
  165. $('div#item-relationships-content').html(response.item_relationships);
  166. $('#item-relationships-wait').hide();
  167. $('a[tab=item-relationships]').attr('url', '');
  168. $('#tabs').show();
  169. $('#tab-item-relationships').show();
  170. }
  171.  
  172. if ($('#tab-item-behaviour').hasClass('hide') && (response.behaviour != undefined)) {
  173. $('#behavioural-info').html(response.behaviour);
  174. $('#tabs').show();
  175. $('#tab-item-behaviour').show();
  176. }
  177.  
  178. if ($('#basic-info .collapsable').length == 0) {
  179. $('#toggle-details').hide();
  180. } else {
  181. $('#toggle-details').show();
  182. }
  183.  
  184. if (response.status == 'completed') {
  185. $('#message').fadeOut(1500);
  186. show_votes();
  187. }
  188. else if(response.status == 'failed') {
  189. window.location = response.analysis_failed_url;
  190. }
  191. else {
  192. window.setTimeout(function() {
  193. refresh(response.status);
  194. }, response.refresh);
  195. }
  196.  
  197. },
  198. error: function() {
  199. window.setTimeout(function() { refresh(lastStatus); }, 3000);
  200. }
  201. }); // $.ajax()
  202. }
  203.  
  204. $('.expand-data').live('click', function(e){
  205. e.preventDefault();
  206. var canvas = $(this).parents('.expand-canvas');
  207. canvas.find('.hide').toggle();
  208. $(this).toggleClass('text-bold')
  209. });
  210.  
  211. $('.showall').live('click', function(){
  212. var currentText = $.trim($(this).html());
  213. if (currentText == 'Show all') {
  214. $(this).parents('.expandable').find('.toggable').show();
  215. $(this).html('Contract')
  216. } else {
  217. $(this).parents('.expandable').find('.toggable').hide();
  218. $(this).html('Show all')
  219. }
  220. });
  221.  
  222. $(document).ready(function(){
  223.  
  224. $('table#antivirus-results').tablesorter();
  225.  
  226.  
  227.  
  228. show_votes();
  229.  
  230. if ($('#basic-info .collapsable').length == 0) {
  231. $('#toggle-details').hide();
  232. }
  233.  
  234.  
  235.  
  236. $(document).delegate('.vote', 'click', function() {
  237. var vote = $(this).attr('vote');
  238. var button = $(this);
  239. var animation = window.setInterval(function () {
  240. button.animate({ opacity: 0.2 }, 450).animate({ opacity: 1 }, 450);
  241. }, 1000);
  242.  
  243. $.ajax({
  244. type: 'POST',
  245. async: true,
  246. url: $(this).attr('url'),
  247. dataType: 'json',
  248. context: this,
  249. cache: false,
  250. success: function(response) {
  251. $('#votes-resume').html(response.html)
  252. window.clearInterval(animation);
  253. $('.popover').hide();
  254. }
  255. }); // $.ajax()
  256. })
  257.  
  258. $('#toggle-details').click(function() {
  259.  
  260. collapseBasicInfo = !collapseBasicInfo;
  261. $(this).toggleClass('less');
  262.  
  263. if (collapseBasicInfo) {
  264. $('#basic-info .collapsable').hide();
  265. $(this).html('More details')
  266. }
  267. else {
  268. $('#basic-info .collapsable').show();
  269. $(this).html('Less details')
  270. }
  271. });
  272.  
  273. $('a[data-toggle="tab"]').on('shown', function (e) {
  274.  
  275. var tab_object = $(e.target);
  276. var tab = tab_object.attr('tab');
  277. var url = tab_object.attr('url');
  278.  
  279. if (url == undefined || url == ''){
  280. return
  281. }
  282.  
  283. if (tab == 'additional-info') {
  284.  
  285. $('#additional-info-error').hide();
  286. $('#additional-info-wait').show();
  287.  
  288. $.ajax({
  289. type: 'GET',
  290. async: true,
  291. url: url,
  292. dataType: 'json',
  293. context: this,
  294. success: function(response){
  295. if (response.additional_info) {
  296. $('#additional-info-wait').hide();
  297. $('div#additional-info-content').html(response.additional_info);
  298. }
  299. },
  300. error: function() {
  301. $('#additional-info-wait').hide();
  302. $('#additional-info-error').show();
  303. }
  304. }); // $.ajax()
  305.  
  306. } else if (tab == 'item-detail') {
  307.  
  308. $('#item-detail-error').hide();
  309. $('#item-detail-wait').show();
  310.  
  311. $.ajax({
  312. type: 'GET',
  313. async: true,
  314. url: url,
  315. dataType: 'json',
  316. context: this,
  317. success: function(response){
  318. if (response.item_detail) {
  319. $('#item-detail-wait').hide();
  320. $('div#item-detail-content').html(response.item_detail);
  321. tab_object.attr('url', '');
  322. }
  323. },
  324. error: function() {
  325. $('#item-detail-wait').hide();
  326. $('#item-detail-error').show();
  327. }
  328. }); // $.ajax()
  329.  
  330. } else { // comments or votes
  331. load(tab, url);
  332. }
  333. });
  334.  
  335. // initialize comment editor
  336.  
  337. var t = $('textarea.tinymce');
  338.  
  339. if (t) {
  340.  
  341. t.tinymce({
  342.  
  343. script_url : 'https://virustotalcloud.appspot.com/static/tiny_mce/tiny_mce.js',
  344.  
  345. // General options
  346. theme : "advanced",
  347. mode: "none",
  348. plugins : "bbcode,paste",
  349.  
  350. paste_text_sticky : true,
  351.  
  352. setup : function(ed) {
  353. ed.onInit.add(function(ed) {
  354. ed.pasteAsPlainText = true;
  355. });
  356. },
  357.  
  358. // Theme options
  359. theme_advanced_buttons1 : "bold,italic,underline,undo,redo,styleselect,removeformat",
  360. theme_advanced_buttons2 : "",
  361. theme_advanced_buttons3 : "",
  362. theme_advanced_buttons4 : "",
  363. theme_advanced_toolbar_location : "top",
  364. theme_advanced_toolbar_align : "left",
  365. theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
  366. theme_advanced_resizing : false,
  367.  
  368. content_css : "https://virustotalcloud.appspot.com/static/css/bbcode.css",
  369. entity_encoding : "raw",
  370. add_unload_trigger : false,
  371. remove_linebreaks : false,
  372. inline_styles : false,
  373. convert_fonts_to_spans : false
  374. });
  375. }
  376.  
  377. // load comments
  378.  
  379. load('comments', $('a[tab="comments"]').attr('url'));
  380.  
  381. // setup handlers
  382.  
  383. $(document).delegate('.vote-comment', 'click', function (event) {
  384. $.ajax({
  385. type: 'POST',
  386. async: true,
  387. url: $(this).attr('url'),
  388. dataType: 'json',
  389. success: function(response){
  390. $('span#' + response.comment_id + '-'
  391. + response.vote).html(response[response.vote])
  392. }
  393. });
  394. event.preventDefault();
  395. });
  396.  
  397. $(document).delegate('.delete-comment', 'click', function (event) {
  398. $.ajax({
  399. type: 'POST',
  400. async: true,
  401. url: $(this).attr('url'),
  402. dataType: 'json',
  403. success: function(response) {
  404. $('.comment#' + response.comment_id).fadeOut();
  405. }
  406. });
  407. event.preventDefault();
  408. });
  409.  
  410. $(document).delegate('.delete-vote', 'click', function (event) {
  411. $.ajax({
  412. type: 'POST',
  413. async: true,
  414. url: $(this).attr('url'),
  415. dataType: 'json',
  416. success: function(response) {
  417. $('.vote#' + response.vote_id).fadeOut();
  418. // Refresh the votes indicator;
  419. show_votes();
  420. }
  421. });
  422. event.preventDefault();
  423. });
  424.  
  425.  
  426. $(document).delegate('#btn-post-comment', 'click', function (event) {
  427. $.ajax({
  428. type: 'POST',
  429. async: true,
  430. url: $(this).attr('url'),
  431. data: {'comment': $('textarea#comment').val(), 'page': 1},
  432. dataType: 'html',
  433. success: function(response) {
  434. $('#no-comments').hide();
  435. $('#comments-list').prepend(response);
  436. }
  437. });
  438. event.preventDefault();
  439. });
  440.  
  441. $(document).delegate('#btn-more-comments', 'click', function (event) {
  442. $('#comments-wait').show();
  443. $('#comments-list').stream('more');
  444. event.preventDefault();
  445. });
  446.  
  447. $(document).delegate('#btn-more-votes', 'click', function (event) {
  448. $('#votes-wait').show();
  449. $('#votes-list').stream('more');
  450. event.preventDefault();
  451. });
  452.  
  453. });
  454. </script>
  455.  
  456.  
  457.  
  458. <script type="text/javascript" async>
  459. var _gaq = _gaq || [];
  460. _gaq.push(['_setAccount', 'UA-27433547-2']);
  461. _gaq.push(['_setDomainName', '.virustotal.com']);
  462. _gaq.push(['_trackPageview']);
  463.  
  464. (function() {
  465. var ga = document.createElement('script');
  466. ga.type = 'text/javascript';
  467. ga.async = true;
  468. ga.src = ('https:' == document.location.protocol ?
  469. 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  470. var s = document.getElementsByTagName('script')[0];
  471. s.parentNode.insertBefore(ga, s);
  472. })();
  473. </script>
  474.  
  475. </head>
  476.  
  477. <body >
  478. <div class="wrapper">
  479. <div id="cookies-disabled-alert" class="alert center hide"
  480. style="margin: 55px auto 0; width: 600px;">
  481. <a class="close" data-dismiss="alert">×</a>
  482. <strong>Cookies are disabled!</strong>
  483. This site requires cookies to be enabled to work properly
  484. </div>
  485.  
  486. <div class="navbar navbar-fixed-top">
  487. <div class="navbar-inner">
  488. <div class="container">
  489.  
  490.  
  491.  
  492. <ul class="nav">
  493. <li id="mnu-home">
  494. <a href="/en/" alt="home" title="Home"><i class="icon-home icon-white" alt="home" title="Home"></i></a>
  495. </li>
  496. <li id="mnu-community">
  497. <a href="/en/community/">Community</a>
  498. </li>
  499. <li id="mnu-statistics">
  500. <a href="/en/statistics/">Statistics</a>
  501. </li>
  502. <li id="mnu-documentation" class="dropdown">
  503. <a href="/en/documentation/">Documentation</a>
  504. </li>
  505. <li id="mnu-faq">
  506. <a href="/en/faq/">FAQ</a>
  507. </li>
  508. <li id="mnu-about">
  509. <a href="/en/about/">About</a>
  510. </li>
  511. </ul>
  512.  
  513.  
  514. <ul class="nav pull-right">
  515.  
  516.  
  517. <li>
  518. <a id="mnu-join" data-toggle="modal" data-backdrop="static"
  519. data-keyboard="true" href="#dlg-join">
  520. Join our community
  521. </a>
  522. </li>
  523. <li id="mnu-signin" class="">
  524. <a data-toggle="modal" data-backdrop="static"
  525. data-keyboard="true" href="#dlg-signin">
  526. Sign in
  527. </a>
  528. </li>
  529.  
  530. </ul>
  531.  
  532.  
  533.  
  534. <ul class="nav pull-right">
  535. <li id="mnu-language" class="dropdown">
  536. <a class="dropdown-toggle" data-toggle="dropdown" href="#">
  537.  
  538.  
  539. <i class="icon-flag"></i> English
  540. </a>
  541. <ul class="dropdown-menu">
  542. <li>
  543. <div class="row-fluid" style="width: 300px;">
  544. <ul class="unstyled span6">
  545. <li><a class="set-language" href="/ca/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Català</a></li>
  546. <li><a class="set-language" href="/da/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Dansk</a></li>
  547. <li><a class="set-language" href="/de/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Deutsch</a></li>
  548. <li><a class="set-language" href="/en/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">English</a></li>
  549. <li><a class="set-language" href="/es/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Español</a></li>
  550. <li><a class="set-language" href="/fr/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Français</a></li>
  551. <li><a class="set-language" href="/hr/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Hrvatski</a></li>
  552. <li><a class="set-language" href="/it/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Italiano</a></li>
  553. <li><a class="set-language" href="/hu/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Magyar</a></li>
  554. <li><a class="set-language" href="/nl/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Nederlands</a></li>
  555. <li><a class="set-language" href="/nb/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Norsk</a></li>
  556. <li><a class="set-language" href="/pt/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Português</a></li>
  557. <li><a class="set-language" href="/pl/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Polski</a></li>
  558. <li><a class="set-language" href="/sk/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Slovenčina</a></li>
  559. </ul>
  560. <ul class="unstyled span6">
  561. <li><a class="set-language" href="/uk/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Українська</a></li>
  562. <li><a class="set-language" href="/vi/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Tiếng Việt</a></li>
  563. <li><a class="set-language" href="/tr/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Türkçe</a></li>
  564. <li><a class="set-language" href="/ru/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Русский</a></li>
  565. <li><a class="set-language" href="/sr/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">Српски</a></li>
  566. <li><a class="set-language" href="/bg/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">български език</a></li>
  567. <li><a class="set-language" href="/he/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">עברית</a></li>
  568. <li><a class="set-language" href="/ka/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">ქართული</a></li>
  569. <li><a class="set-language" href="/ar/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">اللغة العربية</a></li>
  570. <li><a class="set-language" href="/fa/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">فارسی</a></li>
  571. <li><a class="set-language" href="/zh-cn/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">简体中文</a></li>
  572. <li><a class="set-language" href="/zh-tw/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">繁體中文</a></li>
  573. <li><a class="set-language" href="/ja/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">日本語</a></li>
  574. <li><a class="set-language" href="/ko/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/analysis/1545922847/">한국어</a></li>
  575. </ul>
  576. </div>
  577. </li>
  578. </ul>
  579. </li>
  580. </ul>
  581.  
  582.  
  583.  
  584.  
  585. </div>
  586. </div>
  587. </div>
  588.  
  589.  
  590. <div id="dlg-ciphered-bundle" class="modal hide">
  591.  
  592. <div class="modal-header">
  593. <a class="close" href="">×</a>
  594. <h3><i class="icon-lock"></i> Ciphered bundle</h3>
  595. </div>
  596. <div class="modal-body">
  597. <p>
  598.  
  599. The submitted file is a compressed bundle ciphered with password <em>infected</em>,
  600. do you want to display the report for the contained inner file?
  601.  
  602. </p>
  603. </div>
  604.  
  605. <div class="modal-footer">
  606. <a id="ciphered-this" class="btn cancel" href="">
  607. Compressed file
  608. </a>
  609. <a id="btn-ciphered-inner" class="btn btn-primary"
  610. href="">
  611. Inner file
  612. </a>
  613. </div>
  614.  
  615. </div>
  616.  
  617. <div class="container" style="padding:40px 0">
  618. <div class="clearfix">
  619. <div class="margin-top-2">
  620. <a href="/en/">
  621. <img src="https://virustotalcloud.appspot.com/static/img/logo-small.png" alt="VirusTotal">
  622. </a>
  623. </div>
  624. </div>
  625.  
  626. <div class="frame" style="margin:20px 0">
  627. <div id="basic-info">
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. <div class="row">
  637. <div class="span8 columns">
  638. <table style="margin-bottom:8px;margin-left:8px;">
  639. <tbody>
  640.  
  641. <tr>
  642. <td>SHA256:</td>
  643. <td>
  644. 8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1
  645. </td>
  646. </tr>
  647.  
  648.  
  649. <tr>
  650. <td>File name:</td>
  651. <td>1.swf</td>
  652. </tr>
  653.  
  654.  
  655.  
  656. <tr>
  657. <td>Detection ratio:</td>
  658. <td class=" text-green
  659. ">
  660. 0 / 56
  661. </td>
  662. </tr>
  663.  
  664.  
  665.  
  666. <tr>
  667. <td>Analysis date:</td>
  668. <td >
  669. 2018-12-27 15:00:47 UTC
  670.  
  671. ( 3 months, 4 weeks ago )
  672.  
  673.  
  674. </td>
  675. </tr>
  676.  
  677. </tbody>
  678. </table>
  679. </div>
  680.  
  681. <div id="votes-resume" class="pull-right margin-right-1"
  682. url="/en/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/votes-resume/">
  683. </div>
  684.  
  685. </div>
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. </div>
  695. </div>
  696.  
  697. <ul id="tabs" class="nav nav-tabs" style="float:none">
  698. <li class="active">
  699. <a href="#analysis" data-toggle="tab" tab="analysis">
  700. <i class="icon-list-alt"></i> Analysis
  701. </a>
  702. </li>
  703. <li id="tab-item-detail"
  704. >
  705. <a href="#item-detail" data-toggle="tab" tab="item-detail"
  706. >
  707. <i class="icon-zoom-in"></i> File detail
  708. </a>
  709. </li>
  710. <li id="tab-item-relationships" class="hide">
  711. <a href="#item-relationships" data-toggle="tab" tab="item-relationships" >
  712. <i class="icon-random"></i> Relationships
  713. </a>
  714. </li>
  715. <li>
  716. <a href="#additional-info" data-toggle="tab" tab="additional-info"
  717. >
  718. <i class="icon-info-sign"></i> Additional information
  719. </a>
  720. </li>
  721. <li>
  722. <a href="#comments" data-toggle="tab" tab="comments"
  723. url="/en/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/comments/?page={page}">
  724. <i class="icon-comment"></i> Comments
  725. <span class="badge badge-info"
  726. style="margin:0 5px">0</span>
  727. </a>
  728. </li>
  729. <li>
  730. <a href="#votes" data-toggle="tab" tab="votes"
  731. url="/en/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/votes/?page={page}">
  732. <i class="icon-thumbs-down"></i> Votes
  733. </a>
  734. </li>
  735. <li id="tab-item-behaviour" class="hide">
  736. <a href="#behavioural-info" data-toggle="tab" tab="behavioural-info">
  737. <i class="icon-film"></i> Behavioural information
  738. </a>
  739. </li>
  740. </ul>
  741.  
  742. <div class="tab-content" style="overflow:visible">
  743.  
  744. <div class="tab-pane active" id="analysis">
  745. <div id="results">
  746.  
  747.  
  748.  
  749.  
  750.  
  751. <div id="active-tab">
  752.  
  753. <table class="table table-striped" id="antivirus-results">
  754. <thead>
  755. <tr>
  756. <th class="header headerSortDown vt-width-30">
  757. Antivirus
  758. </th>
  759. <th id="results-header" style="cursor:pointer;">
  760. Result
  761. </th>
  762. <th>
  763. Update
  764. </th>
  765. </tr>
  766. </thead>
  767. <tbody>
  768.  
  769.  
  770. <tr>
  771. <td class="ltr">
  772. Acronis
  773. </td>
  774. <td class="ltr text-gray">
  775.  
  776.  
  777.  
  778. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  779.  
  780.  
  781.  
  782. </td>
  783. <td class="ltr">
  784. 20181227
  785. </td>
  786. </tr>
  787.  
  788. <tr>
  789. <td class="ltr">
  790. Ad-Aware
  791. </td>
  792. <td class="ltr text-green">
  793.  
  794. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  795.  
  796. </td>
  797. <td class="ltr">
  798. 20181227
  799. </td>
  800. </tr>
  801.  
  802. <tr>
  803. <td class="ltr">
  804. AegisLab
  805. </td>
  806. <td class="ltr text-green">
  807.  
  808. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  809.  
  810. </td>
  811. <td class="ltr">
  812. 20181227
  813. </td>
  814. </tr>
  815.  
  816. <tr>
  817. <td class="ltr">
  818. AhnLab-V3
  819. </td>
  820. <td class="ltr text-green">
  821.  
  822. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  823.  
  824. </td>
  825. <td class="ltr">
  826. 20181227
  827. </td>
  828. </tr>
  829.  
  830. <tr>
  831. <td class="ltr">
  832. Alibaba
  833. </td>
  834. <td class="ltr text-gray">
  835.  
  836.  
  837.  
  838. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  839.  
  840.  
  841.  
  842. </td>
  843. <td class="ltr">
  844. 20180921
  845. </td>
  846. </tr>
  847.  
  848. <tr>
  849. <td class="ltr">
  850. ALYac
  851. </td>
  852. <td class="ltr text-green">
  853.  
  854. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  855.  
  856. </td>
  857. <td class="ltr">
  858. 20181227
  859. </td>
  860. </tr>
  861.  
  862. <tr>
  863. <td class="ltr">
  864. Antiy-AVL
  865. </td>
  866. <td class="ltr text-green">
  867.  
  868. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  869.  
  870. </td>
  871. <td class="ltr">
  872. 20181227
  873. </td>
  874. </tr>
  875.  
  876. <tr>
  877. <td class="ltr">
  878. Arcabit
  879. </td>
  880. <td class="ltr text-green">
  881.  
  882. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  883.  
  884. </td>
  885. <td class="ltr">
  886. 20181227
  887. </td>
  888. </tr>
  889.  
  890. <tr>
  891. <td class="ltr">
  892. Avast
  893. </td>
  894. <td class="ltr text-green">
  895.  
  896. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  897.  
  898. </td>
  899. <td class="ltr">
  900. 20181227
  901. </td>
  902. </tr>
  903.  
  904. <tr>
  905. <td class="ltr">
  906. Avast-Mobile
  907. </td>
  908. <td class="ltr text-green">
  909.  
  910. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  911.  
  912. </td>
  913. <td class="ltr">
  914. 20181227
  915. </td>
  916. </tr>
  917.  
  918. <tr>
  919. <td class="ltr">
  920. AVG
  921. </td>
  922. <td class="ltr text-green">
  923.  
  924. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  925.  
  926. </td>
  927. <td class="ltr">
  928. 20181227
  929. </td>
  930. </tr>
  931.  
  932. <tr>
  933. <td class="ltr">
  934. Avira (no cloud)
  935. </td>
  936. <td class="ltr text-green">
  937.  
  938. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  939.  
  940. </td>
  941. <td class="ltr">
  942. 20181226
  943. </td>
  944. </tr>
  945.  
  946. <tr>
  947. <td class="ltr">
  948. Babable
  949. </td>
  950. <td class="ltr text-green">
  951.  
  952. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  953.  
  954. </td>
  955. <td class="ltr">
  956. 20180918
  957. </td>
  958. </tr>
  959.  
  960. <tr>
  961. <td class="ltr">
  962. Baidu
  963. </td>
  964. <td class="ltr text-green">
  965.  
  966. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  967.  
  968. </td>
  969. <td class="ltr">
  970. 20181207
  971. </td>
  972. </tr>
  973.  
  974. <tr>
  975. <td class="ltr">
  976. BitDefender
  977. </td>
  978. <td class="ltr text-green">
  979.  
  980. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  981.  
  982. </td>
  983. <td class="ltr">
  984. 20181227
  985. </td>
  986. </tr>
  987.  
  988. <tr>
  989. <td class="ltr">
  990. Bkav
  991. </td>
  992. <td class="ltr text-green">
  993.  
  994. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  995.  
  996. </td>
  997. <td class="ltr">
  998. 20181224
  999. </td>
  1000. </tr>
  1001.  
  1002. <tr>
  1003. <td class="ltr">
  1004. CAT-QuickHeal
  1005. </td>
  1006. <td class="ltr text-green">
  1007.  
  1008. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1009.  
  1010. </td>
  1011. <td class="ltr">
  1012. 20181227
  1013. </td>
  1014. </tr>
  1015.  
  1016. <tr>
  1017. <td class="ltr">
  1018. ClamAV
  1019. </td>
  1020. <td class="ltr text-green">
  1021.  
  1022. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1023.  
  1024. </td>
  1025. <td class="ltr">
  1026. 20181227
  1027. </td>
  1028. </tr>
  1029.  
  1030. <tr>
  1031. <td class="ltr">
  1032. CMC
  1033. </td>
  1034. <td class="ltr text-green">
  1035.  
  1036. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1037.  
  1038. </td>
  1039. <td class="ltr">
  1040. 20181226
  1041. </td>
  1042. </tr>
  1043.  
  1044. <tr>
  1045. <td class="ltr">
  1046. Comodo
  1047. </td>
  1048. <td class="ltr text-green">
  1049.  
  1050. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1051.  
  1052. </td>
  1053. <td class="ltr">
  1054. 20181227
  1055. </td>
  1056. </tr>
  1057.  
  1058. <tr>
  1059. <td class="ltr">
  1060. CrowdStrike Falcon (ML)
  1061. </td>
  1062. <td class="ltr text-gray">
  1063.  
  1064.  
  1065.  
  1066. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1067.  
  1068.  
  1069.  
  1070. </td>
  1071. <td class="ltr">
  1072. 20181022
  1073. </td>
  1074. </tr>
  1075.  
  1076. <tr>
  1077. <td class="ltr">
  1078. Cybereason
  1079. </td>
  1080. <td class="ltr text-gray">
  1081.  
  1082.  
  1083.  
  1084. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1085.  
  1086.  
  1087.  
  1088. </td>
  1089. <td class="ltr">
  1090. 20180225
  1091. </td>
  1092. </tr>
  1093.  
  1094. <tr>
  1095. <td class="ltr">
  1096. Cylance
  1097. </td>
  1098. <td class="ltr text-gray">
  1099.  
  1100.  
  1101.  
  1102. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1103.  
  1104.  
  1105.  
  1106. </td>
  1107. <td class="ltr">
  1108. 20181227
  1109. </td>
  1110. </tr>
  1111.  
  1112. <tr>
  1113. <td class="ltr">
  1114. Cyren
  1115. </td>
  1116. <td class="ltr text-green">
  1117.  
  1118. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1119.  
  1120. </td>
  1121. <td class="ltr">
  1122. 20181227
  1123. </td>
  1124. </tr>
  1125.  
  1126. <tr>
  1127. <td class="ltr">
  1128. DrWeb
  1129. </td>
  1130. <td class="ltr text-green">
  1131.  
  1132. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1133.  
  1134. </td>
  1135. <td class="ltr">
  1136. 20181227
  1137. </td>
  1138. </tr>
  1139.  
  1140. <tr>
  1141. <td class="ltr">
  1142. eGambit
  1143. </td>
  1144. <td class="ltr text-gray">
  1145.  
  1146.  
  1147.  
  1148. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1149.  
  1150.  
  1151.  
  1152. </td>
  1153. <td class="ltr">
  1154. 20181227
  1155. </td>
  1156. </tr>
  1157.  
  1158. <tr>
  1159. <td class="ltr">
  1160. Emsisoft
  1161. </td>
  1162. <td class="ltr text-green">
  1163.  
  1164. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1165.  
  1166. </td>
  1167. <td class="ltr">
  1168. 20181227
  1169. </td>
  1170. </tr>
  1171.  
  1172. <tr>
  1173. <td class="ltr">
  1174. Endgame
  1175. </td>
  1176. <td class="ltr text-gray">
  1177.  
  1178.  
  1179.  
  1180. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1181.  
  1182.  
  1183.  
  1184. </td>
  1185. <td class="ltr">
  1186. 20181108
  1187. </td>
  1188. </tr>
  1189.  
  1190. <tr>
  1191. <td class="ltr">
  1192. ESET-NOD32
  1193. </td>
  1194. <td class="ltr text-green">
  1195.  
  1196. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1197.  
  1198. </td>
  1199. <td class="ltr">
  1200. 20181227
  1201. </td>
  1202. </tr>
  1203.  
  1204. <tr>
  1205. <td class="ltr">
  1206. F-Prot
  1207. </td>
  1208. <td class="ltr text-green">
  1209.  
  1210. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1211.  
  1212. </td>
  1213. <td class="ltr">
  1214. 20181227
  1215. </td>
  1216. </tr>
  1217.  
  1218. <tr>
  1219. <td class="ltr">
  1220. F-Secure
  1221. </td>
  1222. <td class="ltr text-green">
  1223.  
  1224. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1225.  
  1226. </td>
  1227. <td class="ltr">
  1228. 20181227
  1229. </td>
  1230. </tr>
  1231.  
  1232. <tr>
  1233. <td class="ltr">
  1234. Fortinet
  1235. </td>
  1236. <td class="ltr text-green">
  1237.  
  1238. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1239.  
  1240. </td>
  1241. <td class="ltr">
  1242. 20181227
  1243. </td>
  1244. </tr>
  1245.  
  1246. <tr>
  1247. <td class="ltr">
  1248. GData
  1249. </td>
  1250. <td class="ltr text-green">
  1251.  
  1252. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1253.  
  1254. </td>
  1255. <td class="ltr">
  1256. 20181227
  1257. </td>
  1258. </tr>
  1259.  
  1260. <tr>
  1261. <td class="ltr">
  1262. Ikarus
  1263. </td>
  1264. <td class="ltr text-green">
  1265.  
  1266. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1267.  
  1268. </td>
  1269. <td class="ltr">
  1270. 20181227
  1271. </td>
  1272. </tr>
  1273.  
  1274. <tr>
  1275. <td class="ltr">
  1276. Sophos ML
  1277. </td>
  1278. <td class="ltr text-gray">
  1279.  
  1280.  
  1281.  
  1282. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1283.  
  1284.  
  1285.  
  1286. </td>
  1287. <td class="ltr">
  1288. 20181128
  1289. </td>
  1290. </tr>
  1291.  
  1292. <tr>
  1293. <td class="ltr">
  1294. Jiangmin
  1295. </td>
  1296. <td class="ltr text-green">
  1297.  
  1298. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1299.  
  1300. </td>
  1301. <td class="ltr">
  1302. 20181227
  1303. </td>
  1304. </tr>
  1305.  
  1306. <tr>
  1307. <td class="ltr">
  1308. K7AntiVirus
  1309. </td>
  1310. <td class="ltr text-green">
  1311.  
  1312. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1313.  
  1314. </td>
  1315. <td class="ltr">
  1316. 20181227
  1317. </td>
  1318. </tr>
  1319.  
  1320. <tr>
  1321. <td class="ltr">
  1322. K7GW
  1323. </td>
  1324. <td class="ltr text-green">
  1325.  
  1326. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1327.  
  1328. </td>
  1329. <td class="ltr">
  1330. 20181227
  1331. </td>
  1332. </tr>
  1333.  
  1334. <tr>
  1335. <td class="ltr">
  1336. Kaspersky
  1337. </td>
  1338. <td class="ltr text-green">
  1339.  
  1340. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1341.  
  1342. </td>
  1343. <td class="ltr">
  1344. 20181227
  1345. </td>
  1346. </tr>
  1347.  
  1348. <tr>
  1349. <td class="ltr">
  1350. Kingsoft
  1351. </td>
  1352. <td class="ltr text-green">
  1353.  
  1354. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1355.  
  1356. </td>
  1357. <td class="ltr">
  1358. 20181227
  1359. </td>
  1360. </tr>
  1361.  
  1362. <tr>
  1363. <td class="ltr">
  1364. Malwarebytes
  1365. </td>
  1366. <td class="ltr text-green">
  1367.  
  1368. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1369.  
  1370. </td>
  1371. <td class="ltr">
  1372. 20181227
  1373. </td>
  1374. </tr>
  1375.  
  1376. <tr>
  1377. <td class="ltr">
  1378. MAX
  1379. </td>
  1380. <td class="ltr text-green">
  1381.  
  1382. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1383.  
  1384. </td>
  1385. <td class="ltr">
  1386. 20181227
  1387. </td>
  1388. </tr>
  1389.  
  1390. <tr>
  1391. <td class="ltr">
  1392. McAfee
  1393. </td>
  1394. <td class="ltr text-green">
  1395.  
  1396. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1397.  
  1398. </td>
  1399. <td class="ltr">
  1400. 20181227
  1401. </td>
  1402. </tr>
  1403.  
  1404. <tr>
  1405. <td class="ltr">
  1406. McAfee-GW-Edition
  1407. </td>
  1408. <td class="ltr text-green">
  1409.  
  1410. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1411.  
  1412. </td>
  1413. <td class="ltr">
  1414. 20181227
  1415. </td>
  1416. </tr>
  1417.  
  1418. <tr>
  1419. <td class="ltr">
  1420. Microsoft
  1421. </td>
  1422. <td class="ltr text-green">
  1423.  
  1424. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1425.  
  1426. </td>
  1427. <td class="ltr">
  1428. 20181227
  1429. </td>
  1430. </tr>
  1431.  
  1432. <tr>
  1433. <td class="ltr">
  1434. eScan
  1435. </td>
  1436. <td class="ltr text-green">
  1437.  
  1438. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1439.  
  1440. </td>
  1441. <td class="ltr">
  1442. 20181227
  1443. </td>
  1444. </tr>
  1445.  
  1446. <tr>
  1447. <td class="ltr">
  1448. NANO-Antivirus
  1449. </td>
  1450. <td class="ltr text-green">
  1451.  
  1452. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1453.  
  1454. </td>
  1455. <td class="ltr">
  1456. 20181227
  1457. </td>
  1458. </tr>
  1459.  
  1460. <tr>
  1461. <td class="ltr">
  1462. Palo Alto Networks (Known Signatures)
  1463. </td>
  1464. <td class="ltr text-gray">
  1465.  
  1466.  
  1467.  
  1468. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1469.  
  1470.  
  1471.  
  1472. </td>
  1473. <td class="ltr">
  1474. 20181227
  1475. </td>
  1476. </tr>
  1477.  
  1478. <tr>
  1479. <td class="ltr">
  1480. Panda
  1481. </td>
  1482. <td class="ltr text-green">
  1483.  
  1484. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1485.  
  1486. </td>
  1487. <td class="ltr">
  1488. 20181226
  1489. </td>
  1490. </tr>
  1491.  
  1492. <tr>
  1493. <td class="ltr">
  1494. Qihoo-360
  1495. </td>
  1496. <td class="ltr text-green">
  1497.  
  1498. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1499.  
  1500. </td>
  1501. <td class="ltr">
  1502. 20181227
  1503. </td>
  1504. </tr>
  1505.  
  1506. <tr>
  1507. <td class="ltr">
  1508. Rising
  1509. </td>
  1510. <td class="ltr text-green">
  1511.  
  1512. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1513.  
  1514. </td>
  1515. <td class="ltr">
  1516. 20181227
  1517. </td>
  1518. </tr>
  1519.  
  1520. <tr>
  1521. <td class="ltr">
  1522. SentinelOne (Static ML)
  1523. </td>
  1524. <td class="ltr text-gray">
  1525.  
  1526.  
  1527.  
  1528. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1529.  
  1530.  
  1531.  
  1532. </td>
  1533. <td class="ltr">
  1534. 20181223
  1535. </td>
  1536. </tr>
  1537.  
  1538. <tr>
  1539. <td class="ltr">
  1540. Sophos AV
  1541. </td>
  1542. <td class="ltr text-green">
  1543.  
  1544. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1545.  
  1546. </td>
  1547. <td class="ltr">
  1548. 20181227
  1549. </td>
  1550. </tr>
  1551.  
  1552. <tr>
  1553. <td class="ltr">
  1554. SUPERAntiSpyware
  1555. </td>
  1556. <td class="ltr text-green">
  1557.  
  1558. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1559.  
  1560. </td>
  1561. <td class="ltr">
  1562. 20181226
  1563. </td>
  1564. </tr>
  1565.  
  1566. <tr>
  1567. <td class="ltr">
  1568. Symantec
  1569. </td>
  1570. <td class="ltr text-green">
  1571.  
  1572. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1573.  
  1574. </td>
  1575. <td class="ltr">
  1576. 20181226
  1577. </td>
  1578. </tr>
  1579.  
  1580. <tr>
  1581. <td class="ltr">
  1582. Symantec Mobile Insight
  1583. </td>
  1584. <td class="ltr text-gray">
  1585.  
  1586.  
  1587.  
  1588. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1589.  
  1590.  
  1591.  
  1592. </td>
  1593. <td class="ltr">
  1594. 20181225
  1595. </td>
  1596. </tr>
  1597.  
  1598. <tr>
  1599. <td class="ltr">
  1600. TACHYON
  1601. </td>
  1602. <td class="ltr text-green">
  1603.  
  1604. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1605.  
  1606. </td>
  1607. <td class="ltr">
  1608. 20181227
  1609. </td>
  1610. </tr>
  1611.  
  1612. <tr>
  1613. <td class="ltr">
  1614. Tencent
  1615. </td>
  1616. <td class="ltr text-green">
  1617.  
  1618. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1619.  
  1620. </td>
  1621. <td class="ltr">
  1622. 20181227
  1623. </td>
  1624. </tr>
  1625.  
  1626. <tr>
  1627. <td class="ltr">
  1628. TheHacker
  1629. </td>
  1630. <td class="ltr text-green">
  1631.  
  1632. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1633.  
  1634. </td>
  1635. <td class="ltr">
  1636. 20181225
  1637. </td>
  1638. </tr>
  1639.  
  1640. <tr>
  1641. <td class="ltr">
  1642. Trapmine
  1643. </td>
  1644. <td class="ltr text-gray">
  1645.  
  1646.  
  1647.  
  1648. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1649.  
  1650.  
  1651.  
  1652. </td>
  1653. <td class="ltr">
  1654. 20181205
  1655. </td>
  1656. </tr>
  1657.  
  1658. <tr>
  1659. <td class="ltr">
  1660. TrendMicro
  1661. </td>
  1662. <td class="ltr text-green">
  1663.  
  1664. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1665.  
  1666. </td>
  1667. <td class="ltr">
  1668. 20181227
  1669. </td>
  1670. </tr>
  1671.  
  1672. <tr>
  1673. <td class="ltr">
  1674. TrendMicro-HouseCall
  1675. </td>
  1676. <td class="ltr text-green">
  1677.  
  1678. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1679.  
  1680. </td>
  1681. <td class="ltr">
  1682. 20181227
  1683. </td>
  1684. </tr>
  1685.  
  1686. <tr>
  1687. <td class="ltr">
  1688. Trustlook
  1689. </td>
  1690. <td class="ltr text-gray">
  1691.  
  1692.  
  1693.  
  1694. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1695.  
  1696.  
  1697.  
  1698. </td>
  1699. <td class="ltr">
  1700. 20181227
  1701. </td>
  1702. </tr>
  1703.  
  1704. <tr>
  1705. <td class="ltr">
  1706. VBA32
  1707. </td>
  1708. <td class="ltr text-green">
  1709.  
  1710. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1711.  
  1712. </td>
  1713. <td class="ltr">
  1714. 20181227
  1715. </td>
  1716. </tr>
  1717.  
  1718. <tr>
  1719. <td class="ltr">
  1720. ViRobot
  1721. </td>
  1722. <td class="ltr text-green">
  1723.  
  1724. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1725.  
  1726. </td>
  1727. <td class="ltr">
  1728. 20181227
  1729. </td>
  1730. </tr>
  1731.  
  1732. <tr>
  1733. <td class="ltr">
  1734. Webroot
  1735. </td>
  1736. <td class="ltr text-gray">
  1737.  
  1738.  
  1739.  
  1740. <i data-toggle="tooltip" title="Antivirus engine does not scan this file type" class="icon-eye-close" alt="type-unsupported"></i>
  1741.  
  1742.  
  1743.  
  1744. </td>
  1745. <td class="ltr">
  1746. 20181227
  1747. </td>
  1748. </tr>
  1749.  
  1750. <tr>
  1751. <td class="ltr">
  1752. Yandex
  1753. </td>
  1754. <td class="ltr text-green">
  1755.  
  1756. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1757.  
  1758. </td>
  1759. <td class="ltr">
  1760. 20181226
  1761. </td>
  1762. </tr>
  1763.  
  1764. <tr>
  1765. <td class="ltr">
  1766. Zillya
  1767. </td>
  1768. <td class="ltr text-green">
  1769.  
  1770. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1771.  
  1772. </td>
  1773. <td class="ltr">
  1774. 20181227
  1775. </td>
  1776. </tr>
  1777.  
  1778. <tr>
  1779. <td class="ltr">
  1780. ZoneAlarm by Check Point
  1781. </td>
  1782. <td class="ltr text-green">
  1783.  
  1784. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1785.  
  1786. </td>
  1787. <td class="ltr">
  1788. 20181227
  1789. </td>
  1790. </tr>
  1791.  
  1792. <tr>
  1793. <td class="ltr">
  1794. Zoner
  1795. </td>
  1796. <td class="ltr text-green">
  1797.  
  1798. <i data-toggle="tooltip" title="File not detected" class="icon-ok-sign" alt="clean"></i>
  1799.  
  1800. </td>
  1801. <td class="ltr">
  1802. 20181227
  1803. </td>
  1804. </tr>
  1805.  
  1806.  
  1807. </tbody>
  1808. </table>
  1809. </div>
  1810. <script>
  1811. $('.tooltip').hide();
  1812. $("i[data-toggle=tooltip]").tooltip();
  1813. $("span[data-toggle=tooltip]").tooltip();
  1814. </script>
  1815.  
  1816.  
  1817. </div>
  1818. </div>
  1819.  
  1820. <div class="tab-pane extra-info" id="item-detail">
  1821.  
  1822. <div id="item-detail-wait" class="center hide" >
  1823. <img style="padding: 10px 10px;" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  1824. </div>
  1825.  
  1826. <div id="item-detail-error" class="center" style="display:none">
  1827. An error occurred
  1828. </div>
  1829.  
  1830. <div id="item-detail-content">
  1831.  
  1832.  
  1833.  
  1834. <div id="file-details">
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849. <div class="alert">
  1850. <strong>The file being studied is a SWF file!</strong>
  1851. SWF files deliver vector graphics, text, video, and sound over the Internet.
  1852. </div>
  1853.  
  1854.  
  1855. <h5><i class="icon-warning-sign"></i> Commonly abused SWF properties</h5>
  1856. <div class="enum-container">
  1857.  
  1858. <div class="enum">
  1859. <i class="icon-flag"></i> The studied SWF file makes use of ActionScript3, some
  1860. exploits have been found in the past targeting the ActionScript Virtual Machine.
  1861. ActionScript has also been used to force unwanted redirections and other badness.
  1862. Note that many legitimate flash files may also use it to implement rich content
  1863. and animations.
  1864. </div>
  1865.  
  1866.  
  1867.  
  1868. <div class="enum">
  1869. <i class="icon-flag"></i> Opens or replaces a window in the application that
  1870. contains the Flash Player container with the contents of a given URL using the
  1871. navigateToURL ActionScript function.
  1872. </div>
  1873.  
  1874.  
  1875. <div class="enum">
  1876. <i class="icon-flag"></i> Contains ActionScript code to request and retrieve
  1877. content from Internet URLs.
  1878. </div>
  1879.  
  1880.  
  1881.  
  1882. <div class="enum">
  1883. <i class="icon-flag"></i> The studied SWF file makes use of the loadBytes ActionScript3
  1884. functionality, commonly used to load other files and arbitrary code at runtime.
  1885. </div>
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892. <div class="enum">
  1893. <i class="icon-flag"></i> The studied SWF file performs environment identification.
  1894. </div>
  1895.  
  1896.  
  1897. <div class="enum">
  1898. <i class="icon-flag"></i> The flash file uses methods of the ExternalInterface class
  1899. to communicate with the external host of the Flash plugin, such as the web browser.
  1900. </div>
  1901.  
  1902.  
  1903. <div class="enum">
  1904. <i class="icon-flag"></i> The flash file seems to embed javascript code. In combination
  1905. with the ExternalInterface class usage, this code might be trying to modify the DOM
  1906. of the parent URL embedding the file.
  1907. </div>
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914. </div>
  1915.  
  1916.  
  1917. <h5><i class="icon-ellipsis-vertical"></i> SWF Properties</h5>
  1918. <div class="enum-container">
  1919.  
  1920. <div class="enum clearfix">
  1921. <div class="floated-field-key">SWF version</div>
  1922. <div class="floated-field-value">10</div>
  1923. </div>
  1924.  
  1925.  
  1926. <div class="enum clearfix">
  1927. <div class="floated-field-key">Compression</div>
  1928. <div class="floated-field-value">zlib</div>
  1929. </div>
  1930.  
  1931.  
  1932. <div class="enum clearfix">
  1933. <div class="floated-field-key">Frame size</div>
  1934. <div class="floated-field-value">720.0x576.0 px</div>
  1935. </div>
  1936.  
  1937.  
  1938. <div class="enum clearfix">
  1939. <div class="floated-field-key">Frame count</div>
  1940. <div class="floated-field-value">8</div>
  1941. </div>
  1942.  
  1943.  
  1944. <div class="enum clearfix">
  1945. <div class="floated-field-key">Duration</div>
  1946. <div class="floated-field-value">0.160 seconds</div>
  1947. </div>
  1948.  
  1949.  
  1950. <div class="enum clearfix">
  1951. <div class="floated-field-key">File attributes</div>
  1952. <div class="floated-field-value">HasMetadata, ActionScript3</div>
  1953. </div>
  1954.  
  1955. <div class="enum clearfix">
  1956. <div class="floated-field-key">Unrecognized SWF tags</div>
  1957. <div class="floated-field-value">1</div>
  1958. </div>
  1959. <div class="enum clearfix">
  1960. <div class="floated-field-key">Total SWF tags</div>
  1961. <div class="floated-field-value">76</div>
  1962. </div>
  1963. </div>
  1964.  
  1965.  
  1966. <h5><i class="icon-gift"></i> ActionScript 3 Packages</h5>
  1967. <div class="enum-container">
  1968.  
  1969. <div class="enum">flash.accessibility</div>
  1970.  
  1971. <div class="enum">flash.display</div>
  1972.  
  1973. <div class="enum">flash.errors</div>
  1974.  
  1975. <div class="enum">flash.events</div>
  1976.  
  1977. <div class="enum">flash.external</div>
  1978.  
  1979. <div class="enum">flash.geom</div>
  1980.  
  1981. <div class="enum">flash.media</div>
  1982.  
  1983. <div class="enum">flash.net</div>
  1984.  
  1985. <div class="enum">flash.system</div>
  1986.  
  1987. <div class="enum">flash.text</div>
  1988.  
  1989. <div class="enum">flash.ui</div>
  1990.  
  1991. <div class="enum">flash.utils</div>
  1992.  
  1993. <div class="enum">mx.core</div>
  1994.  
  1995. <div class="enum">mx.utils</div>
  1996.  
  1997. </div>
  1998.  
  1999.  
  2000.  
  2001. <h5><i class="icon-info-sign"></i> SWF metadata</h5>
  2002. <div>
  2003. <textarea wrap="off" readonly="readonly" class="margin-top-1"
  2004. style="border:1px dotted #cccccc; background: white; cursor:text;
  2005. box-shadow:none; width:98%; font-family:monospace;
  2006. word-wrap: break-word; word-break: break-all;
  2007. min-height:200px;">&lt;rdf:RDF xmlns:rdf=&#39;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#39;&gt;
  2008. &lt;rdf:Description rdf:about=&#39;&#39; xmlns:dc=&#39;http://purl.org/dc/1.1&#39;&gt;
  2009. &lt;dc:title&gt;&lt;/dc:title&gt;
  2010. &lt;dc:description&gt;&lt;/dc:description&gt;
  2011. &lt;dc:creator&gt;&lt;/dc:creator&gt;
  2012. &lt;dc:date&gt;&lt;/dc:date&gt;
  2013. &lt;dc:source&gt;&lt;/dc:source&gt;
  2014. &lt;dc:rights&gt;&amp;#0169; &lt;/dc:rights&gt;
  2015. &lt;/rdf:Description&gt;
  2016. &lt;rdf:Description rdf:about=&#39;&#39; xmlns:xmp=&#39;http://ns.adobe.com/xap/1.0/&#39;&gt;
  2017. &lt;xmp:CreateDate&gt;2011-10-10T13:24:59&lt;/xmp:CreateDate&gt;
  2018. &lt;xmp:CreatorTool&gt;Pano2VR 3.1.0/1777M IeYvsXML&lt;/xmp:CreatorTool&gt;
  2019. &lt;/rdf:Description&gt;
  2020. &lt;/rdf:RDF&gt;
  2021. </textarea>
  2022. </div>
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030. <h5><i class="icon-eye-open"></i> ExifTool file metadata</h5>
  2031. <div class="enum-container">
  2032.  
  2033.  
  2034. <div class="enum">
  2035. <div class="floated-field-key">MIMEType</div>
  2036. <div class="floated-field-value">application/x-shockwave-flash</div>
  2037. <br style="clear:both;"/>
  2038. </div>
  2039.  
  2040.  
  2041.  
  2042. <div class="enum">
  2043. <div class="floated-field-key">CreateDate</div>
  2044. <div class="floated-field-value">2011:10:10 13:24:59</div>
  2045. <br style="clear:both;"/>
  2046. </div>
  2047.  
  2048.  
  2049.  
  2050. <div class="enum">
  2051. <div class="floated-field-key">CreatorTool</div>
  2052. <div class="floated-field-value">Pano2VR 3.1.0/1777M IeYvsXML</div>
  2053. <br style="clear:both;"/>
  2054. </div>
  2055.  
  2056.  
  2057.  
  2058. <div class="enum">
  2059. <div class="floated-field-key">FileType</div>
  2060. <div class="floated-field-value">SWF</div>
  2061. <br style="clear:both;"/>
  2062. </div>
  2063.  
  2064.  
  2065.  
  2066. <div class="enum">
  2067. <div class="floated-field-key">Megapixels</div>
  2068. <div class="floated-field-value">0.415</div>
  2069. <br style="clear:both;"/>
  2070. </div>
  2071.  
  2072.  
  2073.  
  2074. <div class="enum">
  2075. <div class="floated-field-key">FrameRate</div>
  2076. <div class="floated-field-value">50</div>
  2077. <br style="clear:both;"/>
  2078. </div>
  2079.  
  2080.  
  2081.  
  2082. <div class="enum">
  2083. <div class="floated-field-key">FlashVersion</div>
  2084. <div class="floated-field-value">10</div>
  2085. <br style="clear:both;"/>
  2086. </div>
  2087.  
  2088.  
  2089.  
  2090. <div class="enum">
  2091. <div class="floated-field-key">FileTypeExtension</div>
  2092. <div class="floated-field-value">swf</div>
  2093. <br style="clear:both;"/>
  2094. </div>
  2095.  
  2096.  
  2097.  
  2098. <div class="enum">
  2099. <div class="floated-field-key">ImageHeight</div>
  2100. <div class="floated-field-value">576</div>
  2101. <br style="clear:both;"/>
  2102. </div>
  2103.  
  2104.  
  2105.  
  2106. <div class="enum">
  2107. <div class="floated-field-key">ImageWidth</div>
  2108. <div class="floated-field-value">720</div>
  2109. <br style="clear:both;"/>
  2110. </div>
  2111.  
  2112.  
  2113.  
  2114. <div class="enum">
  2115. <div class="floated-field-key">Duration</div>
  2116. <div class="floated-field-value">0.16 s</div>
  2117. <br style="clear:both;"/>
  2118. </div>
  2119.  
  2120.  
  2121.  
  2122. <div class="enum">
  2123. <div class="floated-field-key">Compressed</div>
  2124. <div class="floated-field-value">True</div>
  2125. <br style="clear:both;"/>
  2126. </div>
  2127.  
  2128.  
  2129.  
  2130. <div class="enum">
  2131. <div class="floated-field-key">FlashAttributes</div>
  2132. <div class="floated-field-value">ActionScript3, HasMetadata</div>
  2133. <br style="clear:both;"/>
  2134. </div>
  2135.  
  2136.  
  2137.  
  2138. <div class="enum">
  2139. <div class="floated-field-key">FrameCount</div>
  2140. <div class="floated-field-value">8</div>
  2141. <br style="clear:both;"/>
  2142. </div>
  2143.  
  2144.  
  2145.  
  2146. <div class="enum">
  2147. <div class="floated-field-key">ImageSize</div>
  2148. <div class="floated-field-value">720x576</div>
  2149. <br style="clear:both;"/>
  2150. </div>
  2151.  
  2152.  
  2153. </div>
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168. </div>
  2169.  
  2170. <script>
  2171. $("div[rel=tooltip]").tooltip();
  2172. </script>
  2173.  
  2174. </div>
  2175.  
  2176. </div>
  2177.  
  2178. <div class="tab-pane" id="item-relationships">
  2179.  
  2180. <div id="item-relationships-wait" class="center hide" >
  2181. <img style="padding: 10px 10px;" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2182. </div>
  2183.  
  2184. <div id="item-relationships-error" class="center" style="display:none">
  2185. An error occurred
  2186. </div>
  2187.  
  2188. <div id="item-relationships-content" class="extra-info">
  2189.  
  2190. </div>
  2191.  
  2192. </div>
  2193.  
  2194. <div class="tab-pane" id="additional-info">
  2195.  
  2196. <div id="additional-info-wait" class="center hide" >
  2197. <img style="padding: 10px 10px;" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2198. </div>
  2199.  
  2200. <div id="additional-info-error" class="center" style="display:none">
  2201. An error occurred
  2202. </div>
  2203.  
  2204. <div id="additional-info-content">
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211. <div id="file-details" class="extra-info">
  2212.  
  2213. <h5><i class="icon-question-sign"></i> File identification</h5>
  2214. <div class="enum-container">
  2215. <div class="enum">
  2216. <span class="field-key">MD5</span> 70d133306f466929a0f8b2d2218ec4f4
  2217. </div>
  2218. <div class="enum">
  2219. <span class="field-key">SHA1</span> 5ab51843b44dfd9a2086939f5ecb8981e62ef46e
  2220. </div>
  2221. <div class="enum">
  2222. <span class="field-key">SHA256</span> 8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1
  2223. </div>
  2224. <div class="enum">
  2225. <div class="floated-field-key">ssdeep</div>
  2226. <div class="floated-field-value">12288:bdoH7v1prGNneMva427JIXWRjh1/BLXl4dEv8Z/Y:bA105eMvx2tTT/BXlmW</div>
  2227. <br style="clear:both;" />
  2228. </div>
  2229.  
  2230.  
  2231. <div class="enum">
  2232. <span class="field-key">File size</span>
  2233. 445.2 KB ( 455882 bytes )
  2234. </div>
  2235. <div class="enum">
  2236. <span class="field-key">File type</span> Flash
  2237. </div>
  2238. <div class="enum">
  2239. <div class="floated-field-key">Magic literal</div>
  2240. <div class="floated-field-value">Macromedia Flash data (compressed), version 10</div>
  2241. <br style="clear:both;" />
  2242. </div>
  2243. <div class="enum">
  2244. <table>
  2245. <tr>
  2246. <td class="field-key">TrID</td>
  2247. <td class="field-value">
  2248.  
  2249. Macromedia Flash Player Compressed Movie (100.0%)<br/>
  2250.  
  2251. </td>
  2252. </tr>
  2253. </table>
  2254. </div>
  2255.  
  2256. <div class="enum">
  2257. <div class="floated-field-key">Tags</div>
  2258. <div class="floated-field-value">
  2259.  
  2260. <span class="label label-info">flash</span>
  2261.  
  2262. <span class="label label-info">zlib</span>
  2263.  
  2264. <span class="label label-info">loadbytes</span>
  2265.  
  2266. <span class="label label-info">capabilities</span>
  2267.  
  2268. <span class="label label-info">ext-interface</span>
  2269.  
  2270. </div>
  2271. <br style="clear:both;" />
  2272. </div>
  2273.  
  2274. </div>
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282. <h5><i class="icon-ticket"></i> VirusTotal metadata</h5>
  2283. <div class="enum-container">
  2284. <div class="enum">
  2285. <span class="field-key">First submission</span>
  2286. 2018-12-27 15:00:47 UTC ( 3 months, 4 weeks ago )
  2287. </div>
  2288. <div class="enum">
  2289. <span class="field-key">Last submission</span>
  2290. 2018-12-27 15:00:47 UTC ( 3 months, 4 weeks ago )
  2291. </div>
  2292.  
  2293. <div class="enum">
  2294. <table>
  2295. <tr>
  2296. <td class="field-key">File names</td>
  2297. <td class="field-value">
  2298.  
  2299. 1.swf<br/>
  2300.  
  2301. </td>
  2302. </tr>
  2303. </table>
  2304. </div>
  2305.  
  2306. </div>
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318. </div>
  2319.  
  2320.  
  2321. </div>
  2322.  
  2323. </div>
  2324.  
  2325. <div class="tab-pane" id="comments">
  2326.  
  2327. <div id="no-comments" class="hide alert alert-info">
  2328. <strong>No comments.</strong>
  2329. No VirusTotal Community member has commented on this item yet, be the first one to do so!
  2330. </div>
  2331.  
  2332. <div id="comments-list" class="user-list">
  2333. </div>
  2334.  
  2335. <div id="comments-wait" class="center" style="display:none">
  2336. <img style="padding: 10px 10px;" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2337. </div>
  2338.  
  2339. <div class="margin-top-2">
  2340. <a id="btn-more-comments" class="btn small hide" href="#">
  2341. More comments
  2342. </a>
  2343. </div>
  2344.  
  2345. <div id="comment-editor"
  2346. class="margin-top-2 hide ">
  2347.  
  2348. <h3 class="pull-left">Leave your comment...</h3>
  2349. <span id="comment-help" class="label pull-left" rel="popover"
  2350. data-original-title="Hashtags and mentions"
  2351. data-placement="bottom"
  2352. data-content="You can use Twitter-style hashtags in your comments (i.e. #goodware, #malware). You can also address comments to particular users by prepending the @ character to the username (i.e. @JoeBrown).">?
  2353. </span>
  2354.  
  2355. <div style="clear:both">
  2356. <textarea id="comment" class="tinymce"
  2357. style="width:100%; height:160px;">
  2358. </textarea>
  2359. </div>
  2360.  
  2361. <a id="btn-post-comment" class="btn primary margin-top-2" href="#" url="/en/file/8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1/comments/post/" item-id="8580d2f654b6c314b7e7ee989ac2ae042c6e44b66609e1421b54ada7644993a1">
  2362. Post comment
  2363. </a>
  2364.  
  2365. </div>
  2366. <div id="comment-signin"
  2367. class="margin-top-2 alert alert-error ">
  2368. <p>
  2369. <strong>You have not signed in.</strong> Only registered users can leave comments, sign in and have a voice!
  2370. </p>
  2371. <div class="alert-actions">
  2372. <a class="btn small" data-toggle="modal" data-backdrop="static"
  2373. data-keyboard="true" href="#dlg-signin">
  2374. Sign in
  2375. </a>
  2376. <a class="btn small" data-toggle="modal" data-backdrop="static"
  2377. data-keyboard="true" href="#dlg-join">
  2378. Join the community
  2379. </a>
  2380. </div>
  2381. </div>
  2382. </div>
  2383.  
  2384. <div class="tab-pane" id="votes">
  2385.  
  2386. <div id="no-votes" class="hide alert alert-info">
  2387. <strong>No votes</strong>.
  2388. No one has voted on this item yet, be the first one to do so!
  2389. </div>
  2390.  
  2391. <div id="votes-list" class="user-list">
  2392. </div>
  2393.  
  2394. <div id="votes-wait" class="center" style="display:none">
  2395. <img style="padding: 10px 10px;" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2396. </div>
  2397.  
  2398. <div class="margin-top-2">
  2399. <a id="btn-more-votes" class="btn small hide" href="#">
  2400. More votes
  2401. </a>
  2402. </div>
  2403.  
  2404. </div>
  2405.  
  2406. <div class="tab-pane ltr extra-info" id="behavioural-info">
  2407.  
  2408. </div>
  2409.  
  2410. </div>
  2411. </div>
  2412. <script>
  2413. $('.goto').click(function(){
  2414. var self = $(this);
  2415. var tab = self.attr('tab');
  2416. var placeholder = self.attr('placeholder');
  2417. if (tab != undefined) {
  2418. $('a[href=' + tab + ']').click();
  2419. }
  2420. if (placeholder != undefined) {
  2421. $(placeholder).localGoto();
  2422. }
  2423. });
  2424. </script>
  2425.  
  2426.  
  2427.  
  2428. <div class="push"></div>
  2429. </div>
  2430.  
  2431. <div class="footer center">
  2432. <a target="_blank" href="https://blog.virustotal.com">
  2433. <i class="icon-rss"></i> Blog</a> |
  2434. <a target="_blank" href="https://twitter.com/virustotal" rel="noreferrer">
  2435. <i class="icon-twitter"></i> Twitter</a> |
  2436. <a href="/en/about/contact/" alt="Contact">
  2437. <i class="icon-envelope-alt"></i> <span>Contact us</span>
  2438. </a> |
  2439. <a href="/en/about/terms-of-service/">
  2440. <i class="icon-legal"></i> ToS</a> |
  2441. <a href="/en/about/privacy/">
  2442. <i class="icon-lock"></i> Privacy policy</a>
  2443. </div>
  2444.  
  2445.  
  2446. <div id="dlg-password-reset" class="modal hide">
  2447.  
  2448.  
  2449. <div class="modal-header">
  2450. <a class="close" href="/en/">×</a>
  2451. <h3>Recover your password</h3>
  2452. </div>
  2453.  
  2454. <div class="modal-body">
  2455. <p style="margin-bottom:20px">
  2456. Enter the email address associated to your VirusTotal Community account and we'll send you a message so you can setup a new password.
  2457. </p>
  2458.  
  2459. <form id="frm-password-reset" method="post" class="form-horizontal"
  2460. action="/en/account/reset-password/">
  2461.  
  2462. <fieldset>
  2463. <div class="control-group">
  2464. <label class="control-label" for="email">
  2465. Email:
  2466. </label>
  2467. <div class="controls">
  2468. <input type="text" id="email" name="email" class="input-xlarge"
  2469. value="">
  2470. <div style="width:300px">
  2471.  
  2472. </div>
  2473. </div>
  2474. </div>
  2475. </fieldset>
  2476. </form>
  2477. </div>
  2478.  
  2479. <div class="modal-footer">
  2480. <img width="16" height="16" class="loading hide" alt="loading"
  2481. src="https://virustotalcloud.appspot.com/static/img/wait.gif" style="padding-top:7px; float:left"/>
  2482.  
  2483. <a id="btn-recover" class="btn btn-primary"
  2484. href="javascript:resetPassword()">
  2485. Recover password
  2486. </a>
  2487.  
  2488. <a class="btn cancel secondary" href="/en/">
  2489. Cancel
  2490. </a>
  2491. </div>
  2492. </div>
  2493.  
  2494. <div id="dlg-join" class="modal hide">
  2495.  
  2496.  
  2497. <div class="modal-header">
  2498. <a class="close" href="/en/">×</a>
  2499. <h3>Join VirusTotal Community</h3>
  2500. </div>
  2501.  
  2502. <div class="modal-body">
  2503.  
  2504. <p style="margin-bottom:14px">
  2505. Interact with other VirusTotal users and have an active voice when fighting today's Internet threats.
  2506. <a href="/en/documentation/virustotal-community/">
  2507. Find out more about VirusTotal Community.
  2508. </a>
  2509. </p>
  2510.  
  2511. <form id="frm-join" method="post" class="form-horizontal"
  2512. action="/en/account/signup/">
  2513. <fieldset style="margin:0">
  2514.  
  2515. <div class="control-group">
  2516. <label class="control-label" for="first_name">
  2517. First name
  2518. </label>
  2519. <div class="controls">
  2520. <input type="text" id="first_name" name="first_name"
  2521. class="input-xlarge" value="">
  2522.  
  2523. </div>
  2524. </div>
  2525.  
  2526. <div class="control-group">
  2527. <label class="control-label" for="last_name">
  2528. Last name
  2529. </label>
  2530. <div class="controls">
  2531. <input type="text" id="last_name" name="last_name"
  2532. class="input-xlarge" value="">
  2533.  
  2534. </div>
  2535. </div>
  2536.  
  2537. <div class="control-group">
  2538. <label class="control-label" for="username">
  2539. Username
  2540. </label>
  2541. <div class="controls">
  2542. <input type="text" id="username" name="username"
  2543. class="input-xlarge" value="">
  2544. <span class="required-field">*</span>
  2545.  
  2546. </div>
  2547. </div>
  2548.  
  2549. <div class="control-group">
  2550. <label class="control-label" for="email">
  2551. Email
  2552. </label>
  2553. <div class="controls">
  2554. <input type="text" id="email" name="email" class="input-xlarge"
  2555. value="">
  2556. <span class="required-field">*</span>
  2557.  
  2558. </div>
  2559. </div>
  2560.  
  2561. <div class="control-group">
  2562. <label class="control-label" for="password">
  2563. Password
  2564. </label>
  2565. <div class="controls">
  2566. <input type="password" id="password1" name="password1"
  2567. class="input-xlarge" value="">
  2568. <span class="required-field">*</span>
  2569.  
  2570. </div>
  2571. </div>
  2572.  
  2573. <div class="control-group">
  2574. <label class="control-label" for="password2">
  2575. Confirm password
  2576. </label>
  2577. <div class="controls">
  2578. <input type="password" id="password2" name="password2"
  2579. class="input-xlarge" value="">
  2580. <span class="required-field">*</span>
  2581. </div>
  2582. </div>
  2583.  
  2584. <span class="required-field margin-left-15">*</span>
  2585. Required field
  2586.  
  2587. </fieldset>
  2588. </form>
  2589. </div>
  2590.  
  2591. <div class="modal-footer">
  2592. <img width="16" height="16" class="loading hide pull-left margin-top-1"
  2593. alt="loading" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2594. <a class="btn cancel" href="/en/">
  2595. Cancel
  2596. </a>
  2597. <a id="btn-join" class="btn btn-primary" href="javascript:signup()">
  2598. Sign up
  2599. </a>
  2600. </div>
  2601. </div>
  2602.  
  2603. <div id="dlg-signin" class="modal hide">
  2604.  
  2605.  
  2606. <div class="modal-header">
  2607. <a class="close" href="/en/">×</a>
  2608. <h3>Sign in</h3>
  2609. </div>
  2610. <div class="modal-body">
  2611.  
  2612. <div class="margin-left-3 margin-bottom-2">
  2613.  
  2614. </div>
  2615.  
  2616. <form id="frm-signin" method="post" class="form-horizontal"
  2617. action="/en/account/signin/">
  2618.  
  2619. <div class="dlg-signin-content">
  2620. <fieldset>
  2621. <div class="control-group">
  2622. <label class="control-label" for="username">
  2623. Username or email
  2624. </label>
  2625. <div class="controls">
  2626. <input type="text" class="input-xlarge" id="username"
  2627. name="username" value="">
  2628.  
  2629. </div>
  2630. </div>
  2631. <div class="control-group">
  2632. <label class="control-label" for="password">
  2633. Password
  2634. </label>
  2635. <div class="controls">
  2636. <input type="password" class="input-xlarge" id="password"
  2637. name="password">
  2638.  
  2639. </div>
  2640. </div>
  2641. <a href="#" class="margin-left-15" id="lnk-password-reset">
  2642. Forgot your password?
  2643. </a>
  2644. </fieldset>
  2645. </div>
  2646. </form>
  2647. </div>
  2648.  
  2649. <div class="modal-footer">
  2650. <img width="16" height="16" class="loading hide pull-left margin-top-1"
  2651. alt="loading" src="https://virustotalcloud.appspot.com/static/img/wait.gif"/>
  2652.  
  2653. <a class="btn cancel" href="/en/">
  2654. Cancel
  2655. </a>
  2656.  
  2657. <a id="btn-sign-in" class="btn btn-primary"
  2658. href="javascript:signin('')">
  2659. Sign in
  2660. </a>
  2661. </div>
  2662. </div>
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668. </body>
  2669. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement