
{{ $agent->name }}
Informazioni dispositivo
Dettagli del dispositivo selezionato
- Stato
- {{ $agent->data["status"] }}
- Indirizzo IP
- {{ $agent->data["ip"] }}
- Sistema operativo
- {{ $agent->data["os"]["name"] }}
- Versione
- {{ $agent->data["os"]["version"] }}
CVE Stats
-
@svg('heroicon-m-shield-exclamation', 'h-6 w-6 text-white')
Critical
-
@if(isset($agent->cve_summary["Critical"]) and $agent->cve_summary["Critical"] > 0) {{ $agent->cve_summary["Critical"] }} @else 0 @endif
-
@svg('heroicon-m-shield-check', 'h-6 w-6 text-white')
High
- @if(isset($agent->cve_summary["High"]) and $agent->cve_summary["High"] > 0) {{ $agent->cve_summary["High"] }} @else 0 @endif
-
@svg('heroicon-m-wrench', 'h-6 w-6 text-white')
Medium
-
@if(isset($agent->cve_summary["Medium"]) and $agent->cve_summary["Medium"] > 0) {{ $agent->cve_summary["Medium"] }} @else 0 @endif
-
@svg('heroicon-m-computer-desktop', 'h-6 w-6 text-white')
Low
-
@if(isset($agent->cve_summary["Low"]) and $agent->cve_summary["Low"] > 0) {{ $agent->cve_summary["Low"] }} @else 0 @endif
Top 5 CVE Critical
-
@foreach($critical_cve->take(5) as $critical)
-
{{$critical->data["title"]}}
{{$critical->severity}}
@svg('heroicon-m-calendar-days', 'flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400') {{ \Carbon\Carbon::parse($critical->data["detection_time"])->format('d/m/Y H:i') }}
@svg('heroicon-m-wrench-screwdriver', 'flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400')CVSS3 {{$critical->score}}
@endforeach
Top 5 CVE High
-
@foreach($high_cve->take(5) as $high)
-
{{$high->data["title"]}}
{cve.severity}
@svg('heroicon-m-calendar-days', 'flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400') {{ \Carbon\Carbon::parse($high->data["detection_time"])->format('d/m/Y H:i') }}
@svg('heroicon-m-wrench-screwdriver', 'flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400')CVSS3 {{$high->score}}
@endforeach
SCA - {{ $sca["name"] }}
- Score
-
{{ $sca["score"] }}
- Controlli
-
{{ $sca["total_checks"] }}
- Pass
-
{{ $sca["pass"] }}
- Fail
-
{{ $sca["fail"] }}
- Non validi
-
{{ $sca["invalid"] }}
{{$check["title"] }}
@svg('heroicon-m-x-circle', 'flex-shrink-0 mr-1.5 h-8 w-8 text-red-400')- Result
- {{ strtoupper($check["result"]) }}
- Compliance
- Agid @foreach($check["compliance"] as $compliance) - {{ $compliance["value"] }} @endforeach
- Descrizione
- {{ $check["description"] }}
- Remediation
- {{ $check["remediation"] }}
{{ $check["title"] }}
@svg('heroicon-m-check-circle', 'flex-shrink-0 mr-1.5 h-8 w-8 text-green-400')- Result
- {{ strtoupper($check["result"]) }}
- Compliance
- Agid @foreach($check["compliance"] as $compliance) - {{ $compliance["value"] }} @endforeach
- Descrizione
- {{ $check["description"] }}
- Remediation
- {{ $check["remediation"] }}
{{ $check["title"] }}
@svg('heroicon-m-exclamation-circle', 'flex-shrink-0 mr-1.5 h-8 w-8 text-gray-400')- Result
- Not applicable
- Compliance
- Agid @foreach($check["compliance"] as $compliance) - {{ $compliance["value"] }} @endforeach
- Descrizione
- {{ $check["description"] }}
- Remediation
- {{ $check["remediation"] }}