// eslint-disable-next-line no-undef UAGBInlineNotice = { init( attr, id ) { const main = document.querySelectorAll( id ); if ( main.length === 0 ) { return; } const uniqueId = attr.c_id; const isCookie = attr.cookies; const cookiesDays = attr.close_cookie_days; const currentCookie = Cookies.get( 'uagb-notice-' + uniqueId ); for ( const mainWrap of main ) { if ( 'undefined' === typeof currentCookie && true === isCookie ) { mainWrap.style.display = 'block'; } const noticeDismissClass = mainWrap.querySelector( '.uagb-notice-dismiss' ) || mainWrap.querySelector( 'svg' ); const closeBtn = noticeDismissClass ? noticeDismissClass : mainWrap.querySelector( 'button[type="button"] svg' ); if ( '' !== attr.noticeDismiss && '' !== attr.icon ) { closeBtn.addEventListener( 'click', function () { dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main ); } ); main[0].addEventListener( 'keydown', function ( e ) { if ( e.keyCode === 13 || e.keyCode === 32 ) { const focusedVisibleElement = document.querySelector( id + ' :focus-visible' ); dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ); } } ); } } }, }; function dismissClick( isCookie, currentCookie, uniqueId, cookiesDays, main, focusedVisibleElement ) { if ( true === isCookie && 'undefined' === typeof currentCookie ) { Cookies.set( 'uagb-notice-' + uniqueId, true, { expires: cookiesDays } ); } main[0]?.classList?.add( 'uagb-notice__active' ); if ( focusedVisibleElement ) { const closeDismiss = focusedVisibleElement?.parentElement; closeDismiss.style.display = 'none'; } else { main[0].style.display = 'none'; } }{"id":5965,"date":"2025-09-05T10:05:06","date_gmt":"2025-09-05T10:05:06","guid":{"rendered":"https:\/\/secsa.us\/wpsecsa\/?p=5965"},"modified":"2026-08-19T10:48:20","modified_gmt":"2026-08-19T10:48:20","slug":"what-is-a-security-operations-center-and-why-it","status":"publish","type":"post","link":"https:\/\/secsa.us\/wpsecsa\/index.php\/2025\/09\/05\/what-is-a-security-operations-center-and-why-it\/","title":{"rendered":"What Is a Security Operations Center and Why It Matters"},"content":{"rendered":"

\"security<\/p>\n

Mobile devices (and their security) are another aspect that cannot be neglected while designing and building a SOC. Data enrichment and information about vulnerabilities affecting the entire ecosystem to be monitored are of great importance as well. Comfort, visibility, the efficiency and control are key terms in this scenario and every single area must be designed accordingly.<\/p>\n<\/p>\n