@php use App\Models\Cases; @endphp @inject('splunk_searches', '\App\Models\SplunkSearches') @include('flash::message') @php $dashboard = 'MSS-INT-V'; $wCampaignsTested = $splunk_searches::getIdByName('Campaigns Tested', $dashboard); $wFullyBlocked = $splunk_searches::getIdByName('Fully Blocked', $dashboard); $wNotBlocked = $splunk_searches::getIdByName('Not Fully Blocked', $dashboard); $wTopGap = $splunk_searches::getIdByName('Top Gap', $dashboard); $wTable = $splunk_searches::getIdByName('Immediate Threat Intelligence Assessment', $dashboard); $wCaseCandidates = $splunk_searches::getIdByName('Case Candidates', $dashboard); $wCritical = $splunk_searches::getIdByName('Case Severity Critical', $dashboard); $wHigh = $splunk_searches::getIdByName('Case Severity High', $dashboard); $wMedium = $splunk_searches::getIdByName('Case Severity Medium', $dashboard); $wLow = $splunk_searches::getIdByName('Case Severity Low', $dashboard); @endphp

Active High-Severity Items

@php $openCaseCountStatistic = $caseAccountStatistic->open_cases_count ?? 0; if($countOpenMssIntCases-$openCaseCountStatistic > 0){ $class = 'red-color'; $arrow = '↑'; } elseif ($countOpenMssIntCases-$openCaseCountStatistic < 0) { $class = 'green-color'; $arrow = '↓'; } else { $class = 'grey-color'; $arrow = ''; } @endphp
{{$countOpenMssIntCases}}
{!! $arrow !!} {{ ($countOpenMssIntCases - $openCaseCountStatistic) > 0 ? '+' : '' }}{{$countOpenMssIntCases - $openCaseCountStatistic}}

Executive Action Required

{{ $splunk_searches::getNameForId(680) }}

{!! $splunk_searches::getCodeArray([680], $from, $to) !!}

{{ $splunk_searches::getNameForId(681) }}

{!! $splunk_searches::getCodeArray([681], $from, $to) !!}

{{ $splunk_searches::getNameForId(675) }}

{!! $splunk_searches::getCodeArray([675],$from,$to) !!}

{{ $splunk_searches::getNameForId(672) }}

{!! $splunk_searches::getCodeArray([672],$from,$to) !!}

{{ $splunk_searches::getNameForId(673) }}

{!! $splunk_searches::getCodeArray([673],$from,$to) !!}

{{ $splunk_searches::getNameForId(674) }}

{!! $splunk_searches::getCodeArray([674],$from,$to) !!}

{{ $splunk_searches::getNameForId(468) }}

{!! $splunk_searches::getCodeArray([468],$from,$to) !!}
@include('cases.table') @include('cases.js.case-table-script')
{!! Form::open(['url' => ['MSS-INT'], 'method' => 'get','autocomplete'=>'off']) !!} @include('news.filter') {!! Form::close() !!}
@include('news.table')
@if($news->total() >= $news->perPage()) {{ $news->links() }} @endif
{{-- ===== TAB: MSS-INT-V REVAMP ===== --}} {{-- /mss-int-v --}} @include('dashboards.services.mss_int_premium')
{{-- /tab-content --}} @include('widgets.bottom_time_information')
@include('dashboards.ecsm.news_top')