@extends('layouts.main') @section('title', 'GLESEC Member Portal') @section('content') @inject('splunk_searches', '\App\Models\SplunkSearches')
@include('flash::message')
@if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::SEV_EL_DASHB))
Assets
{!! $splunk_searches::getCodeArray([357],$from,$to) !!}
    @php $assetsServices = [ 'MSS-CSM', 'MSS-VM', 'MSS-BRAND', 'MSS-ADS', ]; @endphp @foreach($assetsServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
Compliance n/a
    @php $complianceServices = [ 'MSS-EPCM', 'MSS-GAP', 'MSS-TPV', ]; @endphp @foreach($complianceServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
Vulnerability
{!! $splunk_searches::getCodeArray([360],$from,$to) !!}
    @php $vulneranilityServices = [ 'MSS-VM', 'MSS-VME', 'MSS-IOT', 'MSS-EPM', 'MSS-BAS Email', 'MSS-BAS-WEB', 'MSS-BAS-WAF', 'MSS-BAS-DLP', 'MSS-BAS-LM', 'MSS-EPCM', ]; @endphp @foreach($vulneranilityServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
Security Validation
{!! $splunk_searches::getCodeArray([377],$from,$to) !!}
    @php $securityServices = [ 'MSS-BAS Email', 'MSS-BAS-WEB', 'MSS-BAS-WAF', 'MSS-BAS-Phishing', 'MSS-BAS-DLP', 'MSS-BAS-LM', 'MSS-BAS-EDR', 'MSS-BAS-IMTHREAT', ]; @endphp @foreach($securityServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
Threats {!! \App\Widgets\Dashboard\CurrentConsolidatedThreatWidget::renderBody() !!}
    @php $threatServices = [ 'MSS-UTM', 'MSS-INT', // MSS-INT-SW: перейменувати в MSS-INT 'MSS-DDOS', 'MSS-DDOS-CLOUD', 'MSS-WAF', 'MSS-WAF-CLOUD', 'MSS-CDR', 'MSS-DLP', 'MSS-SIEM', 'MSS-BRAND', 'MSS-BOT', 'MSS-EDR', ]; @endphp @foreach($threatServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
Trusted Access
{!! $splunk_searches::getCodeArray([358],$from,$to) !!}
    @php $thrustedServices = [ 'MSS-TAS', 'MSS-SIEM', 'MSS-USB', ]; @endphp @foreach($thrustedServices as $service) @include('dashboards.service-link', ['service' => $service]) @endforeach
@if ( \App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CYMULATE) /* && \App\Models\Account::hasMssBasAccess()*/ && auth()->user()->can('view-dashboard-item', 'cymulate') and account()->id!=2 ) Breach Attack Simulation Portal @else Breach Attack Simulation Portal @endif @if(auth()->user()->can('view-dashboard-item', 'utm') && auth()->user()->getSsoPortalUrl('utm')) UTM Portal @else UTM Portal @endif @if(auth()->user()->can('view-dashboard-item', 'epcm') && auth()->user()->getSsoPortalUrl('epcm')) EPCM Portal @else EPCM Portal @endif @if(auth()->user()->can('view-dashboard-item', 'dlp') && auth()->user()->getSsoPortalUrl('dlp')) DLP Portal @else DLP Portal @endif @if(auth()->user()->can('view-dashboard-item', 'cloud') && auth()->user()->getSsoPortalUrl('cloud')) Cloud Portal @else Cloud Portal @endif
@include('dashboards.ecsm.radar_new')
@if(auth()->user()->can('view-dashboard-item', 'crp') && auth()->user()->getSsoPortalUrl('crp')) CyberRange Portal @else CyberRange Portal @endif @if(auth()->user()->can('view-dashboard-item', 'usb') && auth()->user()->getSsoPortalUrl('usb')) USB Portal @else USB Portal @endif @if(auth()->user()->can('view-dashboard-item', 'epm') && auth()->user()->getSsoPortalUrl('epm')) EPM Portal @else EPM Portal @endif @if(auth()->user()->can('view-dashboard-item', 'edr') && auth()->user()->getSsoPortalUrl('edr')) EDR Portal @else EDR Portal @endif @if(auth()->user()->can('view-dashboard-item', 'tas') && auth()->user()->getSsoPortalUrl('tas')) TAS Portal @else TAS Portal @endif
Close × @include('incl_asm-vp')
@endif @endsection @section('top_scripts') @endsection @section('scripts2') @if(Gate::check('view-service','MSS-BAS-IMTHREAT') ||Gate::check('view-service','MSS-BAS-IT') ||Gate::check('view-service','MSS-BAS-Phishing') ||Gate::check('view-service','MSS-BAS-WAF') ||Gate::check('view-service','MSS-BAS-WEB') ||Gate::check('view-service','MSS-BAS Email LATAM') ||Gate::check('view-service','MSS-BAS Email') ||Gate::check('view-service','MSS-BAS-EDR') ||Gate::check('view-service','MSS-BAS-LM') ||Gate::check('view-service','MSS-BAS-DLP') ||Gate::check('view-service','MSS-BAS Email')) @if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CYMULATE)) @if(\App\Models\Account::haveCymulate()) @endif @endif @endif @endsection