@inject('widgetHelper', '\App\Helpers\OnDemandReportWidgetHelper') @include('reports.on-demand.templates.incl_style') {{--

TLP AMBER

ASM-VP REPORT
{{ $isLatam?'Sobre este reporte':'About this report' }}

{{ $isLatam ? 'Esto es la consolidación de los módulos de debilidades de la organización correspondiente al proceso de ciclo de vida de "Attack Surface Management"; incluye los indicatores para cada uno de los módulos contratados al momento en que el reporte es generado.' : 'This is the consolidation of all the vulnerability handling modules for the Attack Surface Management Vulnerability Process and includes the indicators for each of the contracted modules at the moment the report is generated.' }}

--}}

Device Profile

IP Address of System: {{$report->data['asset']['ip_address']}} (Domain) Name of System: {!! \App\Models\CAD\Asset::formatHostNameColumn($report->data['asset']['server_name'], "
") !!}
Open Ports Authorized: {!! is_array($report->data['asset']['open_ports_authorized'])?implode(', ',$report->data['asset']['open_ports_authorized']):$report->data['asset']['open_ports_authorized']!!} Open Ports: {!! is_array($report->data['asset']['open_ports'])?implode(', ',$report->data['asset']['open_ports']):$report->data['asset']['open_ports']!!}
Mac Address: {{ $report->data['asset']['mac_address'] }} Operating System: {{ $report->data['asset']['os'] }}
Impact: {{ $report->data['asset']['lvl_cb'] }} Date Scanned: {{ $report->data['asset']['date_scanned'] }}
Location: {{ $report->data['asset']['location_name_'] }} Division: {{ $report->data['asset']['division_name_'] }}
Type of System: {{ $report->data['asset']['system_type'] }} Vendor: {{ $report->data['asset']['vendor'] }}
Model: {{ $report->data['asset']['model'] }} Version: {{ $report->data['asset']['version'] }}
Description of use or application of the system:
{{ $report->data['asset']['description'] }}

System Vulnerabilities

@php $priorityColors=['Critical'=>'#FF3B2D', 'High'=>'#FF732D', 'Medium'=> '#e5c510', 'Low'=>'#9ADB5A'] @endphp @forelse($report->data['cases'] as /** @var \App\Models\Cases $case*/ $case) @empty @endforelse
Case Date Opened Vulnerability Case Priority Status
{{ $case['created_at'] }} @if(count($case['case_fields']) > 1) @foreach($case['case_fields'] as $vulnerability) {{ $vulnerability['caseCustomField']['title'] }}: {{ $vulnerability['value'] }}
@endforeach @elseif(count($case['case_fields']) > 0) @foreach($case['case_fields'] as $vulnerability) {{ $vulnerability['value'] }}
@endforeach @endif
#{{ $case['id'] }} {{ \App\Models\Cases::$priority[$case['priority']] }} {{ \App\Models\Cases::$statuses[$case['status']] }}
N/A

Risk

Severity

{{ $report->data['risk']['items'][4] }}

Weight

@php $hostRisk = $report->data['risk']['levels'][strtolower($report->data['risk']['items'][7])] ?? 0; $risk = round($report->data['risk']['value'] * $hostRisk, 2); @endphp {{ $risk }}

Vulnerabilities

@foreach(array_slice($report->data['vulnerabilities']['data_labels'],0,4) as $label) @endforeach @forelse($report->data['vulnerabilities']['data'] as $item) @foreach(array_slice($item,0,4) as $label) @endforeach @empty @endforelse
{{ $label }}
{{ $label }}
N/A

Threats

@foreach($report->data['threats']['data_labels'] as $label) @endforeach @forelse($report->data['threats']['data'] as $item) @foreach($item as $label) @endforeach @empty @endforelse
{{ $label }}
{{ $label }}
N/A

= Limited disclosure, restricted to participants’ organizations. Sources may use TLP:AMBER when information requires support to be effectively acted upon, yet carries risks to privacy, reputation, or operations if shared outside of the organizations involved. Recipients may only share TLP:AMBER information with members of their own organization, and with clients or customers who need to know the information to protect themselves or prevent further harm. Sources are at liberty to specify additional intended limits of the sharing: these must be adhered to.