Skip to content

Commit

Permalink
Merge pull request #948 from buzzdeee/master
Browse files Browse the repository at this point in the history
Change the link back to VirusTotal Template using content.permalink
  • Loading branch information
dadokkio authored Feb 26, 2021
2 parents 509ea74 + 37cb7de commit 7742c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thehive-templates/VirusTotal_Scan_3_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<dt>Last analysis date</dt>
<dd>{{content.scan_date}}</dd>
</dl>
<dl class="dl-horizontal" ng-if="artifact.dataType === 'url'">
<dl class="dl-horizontal" ng-if="content.permalink">
<dt>Virus Total</dt>
<dd>
<span>
<i class="fa fa-search"></i>
<a ng-href="https://www.virustotal.com/en/url/{{artifact.data | sha256}}/analysis/" target="_blank">
<a href="{{content.permalink}}" target="_blank">
View Full Report</a>
</span>
</dd>
Expand Down

0 comments on commit 7742c74

Please sign in to comment.