Skip to content

Commit

Permalink
Add URL section in TheHive long report template
Browse files Browse the repository at this point in the history
  • Loading branch information
srilumpa committed Jun 20, 2018
1 parent 05f039a commit 3089ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions thehive-templates/VirusTotal_GetReport_3_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<a ng-href="https://www.virustotal.com/#/file/{{artifact.data}}/detection" target="_blank">
View Full Report</a>
</span>
<span ng-if="artifact.dataType === 'url'">
<i class="fa fa-search"></i>
<a ng-href="{{content.permalink}}" target="_blank">View Full Report</a>
</span>
</dd>
</dl>
</div>
Expand Down

0 comments on commit 3089ae7

Please sign in to comment.