Skip to content

Commit

Permalink
Merge pull request #110 from CERT-BDF/revert-98-patch-1
Browse files Browse the repository at this point in the history
Revert "Updated VT links in Long report"
  • Loading branch information
saadkadhi authored Oct 19, 2017
2 parents fbc3220 + dec7385 commit 5a00f57
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/#/domain/{{artifact.data}}" target="_blank">
<a ng-href="https://www.virustotal.com/en/domain/{{artifact.data}}/information/" 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/#/ip-address/{{artifact.data}}" target="_blank">
<a ng-href="https://www.virustotal.com/en/ip-address/{{artifact.data}}/information/" 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/#/file/{{artifact.data}}/detection" target="_blank">
<a ng-href="https://www.virustotal.com/en/file/{{artifact.data}}/analysis/" target="_blank">
View Full Report</a>
</span>
</dd>
Expand Down

0 comments on commit 5a00f57

Please sign in to comment.