Skip to content

Commit

Permalink
Merge pull request #950 from buzzdeee/master
Browse files Browse the repository at this point in the history
update full report link for VirusTotal GetReport Template
  • Loading branch information
dadokkio authored Mar 1, 2021
2 parents 628e37b + 071f54f commit 644c284
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions thehive-templates/VirusTotal_GetReport_3_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,10 @@
</div>
</dd>
</dl>
<dl class="dl-horizontal" ng-if="['ip', 'domain', 'hash'].indexOf(artifact.dataType) !== -1">
<dl class="dl-horizontal" ng-if="content.permalink">
<dt>Virus Total</dt>
<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">
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">
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">
View Full Report</a>
</span>
<span ng-if="artifact.dataType === 'url'">
<span ng-if="content.permalink">
<i class="fa fa-search"></i>
<a ng-href="{{content.permalink}}" target="_blank">View Full Report</a>
</span>
Expand Down

0 comments on commit 644c284

Please sign in to comment.