Skip to content

Commit

Permalink
Reporting is ok.
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Apr 6, 2018
1 parent f5f8a39 commit e4ed97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thehive-templates/CyberCrimeTracker_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="panel-heading">
CyberCrimeTracker C2 Search Report
</div>
<div class="panel-body" nq-repeat="r in content.results">
<dl class="dl-horizontal">
<div class="panel-body">
<dl class="dl-horizontal" ng-repeat="r in content.results">
<dt>IP:</dt>
<dd>{{r.ip}}</dd>
<dt>URL:</dt>
Expand All @@ -15,7 +15,7 @@
<dd>{{r.type}}</dd>
<dt>VirusTotal (Latest Scan):</dt>
<dd>{{r.vt_latest_scan}}</dd>
<dt>VirusTotal (IP Information):</dt>
<dt>VirusTotal (IP Info):</dt>
<dd>{{r.vt_ip}}</dd>
</dl>
</div>
Expand Down

0 comments on commit e4ed97e

Please sign in to comment.