mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-06 09:05:19 +00:00
For VirusTotal_Scan long report summary, check if content.permalink
exists, and use that to link back to VirusTotal report instead of hand-crafted link, only when the scan was a scan of a URL.
This commit is contained in:
parent
0ef35dfab1
commit
37cb7de1ee
@ -21,12 +21,12 @@
|
||||
<dt>Last analysis date</dt>
|
||||
<dd>{{content.scan_date}}</dd>
|
||||
</dl>
|
||||
<dl class="dl-horizontal" ng-if="artifact.dataType === 'url'">
|
||||
<dl class="dl-horizontal" ng-if="content.permalink">
|
||||
<dt>Virus Total</dt>
|
||||
<dd>
|
||||
<span>
|
||||
<i class="fa fa-search"></i>
|
||||
<a ng-href="https://www.virustotal.com/en/url/{{artifact.data | sha256}}/analysis/" target="_blank">
|
||||
<a href="{{content.permalink}}" target="_blank">
|
||||
View Full Report</a>
|
||||
</span>
|
||||
</dd>
|
||||
|
Loading…
Reference in New Issue
Block a user