@inject('splunk_searches', '\App\Models\SplunkSearches') @php $dashboard = 'MSS-INT-PREMIUM'; $wActionableDetections = $splunk_searches::getIdByName('Actionable Detections (30d)', $dashboard); $wCritical = $splunk_searches::getIdByName('CRITICAL', $dashboard); $wHigh = $splunk_searches::getIdByName('HIGH', $dashboard); $wCredential = $splunk_searches::getIdByName('Exposed Credential/Stealer', $dashboard); $wRansomClaims = $splunk_searches::getIdByName('Ransomware/Extortion Claims', $dashboard); $wCodeItems = $splunk_searches::getIdByName('Secret Code Items', $dashboard); $wPriorityPie = $splunk_searches::getIdByName('Actionable Detections by Priority', $dashboard); $wTrend = $splunk_searches::getIdByName('Threat Landscape — Actionable Detection Trend', $dashboard); $wIdentity = $splunk_searches::getIdByName('Client Identity Exposure Detail', $dashboard); $wRansom = $splunk_searches::getIdByName('Ransomware, Extortion & Dark Web Activity', $dashboard); $wAssetExposure = $splunk_searches::getIdByName('Asset Exposure Monitor — Dark Web / Underground', $dashboard); $wCodeLeak = $splunk_searches::getIdByName('Source Code & Secret Leakage', $dashboard); $wIoc = $splunk_searches::getIdByName('Candidate IOC Correlations — WAF', $dashboard); $wCve = $splunk_searches::getIdByName('Potentially Applicable CVEs — Multi-Client Sandbox', $dashboard); $wCases = $splunk_searches::getIdByName('Cases', $dashboard); @endphp {{-- /mss-int-premium --}}