Skip to content

Commit

Permalink
Merge pull request #98 from mthlvt/patch-1
Browse files Browse the repository at this point in the history
Updated VT links in Long report
  • Loading branch information
saadkadhi authored Oct 19, 2017
2 parents 4ec13c9 + 6e177b5 commit fbc3220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thehive-templates/VirusTotal_GetReport_3_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
<dd>
<span ng-if="artifact.dataType === 'domain'">
<i class="fa fa-search"></i>
<a ng-href="https://www.virustotal.com/en/domain/{{artifact.data}}/information/" target="_blank">
<a ng-href="https://www.virustotal.com/#/domain/{{artifact.data}}" target="_blank">
View Full Report</a>
</span>
<span ng-if="artifact.dataType === 'ip'">
<i class="fa fa-search"></i>
<a ng-href="https://www.virustotal.com/en/ip-address/{{artifact.data}}/information/" target="_blank">
<a ng-href="https://www.virustotal.com/#/ip-address/{{artifact.data}}" target="_blank">
View Full Report</a>
</span>
<span ng-if="artifact.dataType === 'hash'">
<i class="fa fa-search"></i>
<a ng-href="https://www.virustotal.com/en/file/{{artifact.data}}/analysis/" target="_blank">
<a ng-href="https://www.virustotal.com/#/file/{{artifact.data}}/detection" target="_blank">
View Full Report</a>
</span>
</dd>
Expand Down

0 comments on commit fbc3220

Please sign in to comment.