{"id":2269,"date":"2026-05-08T12:20:10","date_gmt":"2026-05-08T09:20:10","guid":{"rendered":"https:\/\/cbernet.com\/?page_id=2269"},"modified":"2026-05-08T12:20:11","modified_gmt":"2026-05-08T09:20:11","slug":"service-packages","status":"publish","type":"page","link":"https:\/\/cbernet.com\/en\/service-packages\/","title":{"rendered":"Service Packages"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CBERNET &#8211; Service Packages<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700;800&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --teal:        #2EC4B6;\n            --teal-dark:   #1fa89c;\n            --teal-light:  #e8faf9;\n            --teal-mid:    #b2ebe7;\n            --navy:        #0f2044;\n            --navy-mid:    #1a3362;\n            --text:        #1e2d3d;\n            --text-soft:   #4a5f78;\n            --line:        #dde8f0;\n            --bg:          #f5f8fc;\n            --white:       #ffffff;\n            --gold:        #f5a623;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            font-family: 'DM Sans', 'Segoe UI', sans-serif;\n            background: var(--bg);\n            color: var(--text);\n        }\n\n        \/* \u2500\u2500 HEADER \u2500\u2500 *\/\n        .header {\n            background: var(--navy);\n            position: relative;\n            overflow: hidden;\n            padding: 52px 56px 44px;\n            display: flex;\n            align-items: center;\n            gap: 32px;\n        }\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -80px; right: -60px;\n            width: 380px; height: 380px;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(46,196,182,0.15) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .header::after {\n            content: '';\n            position: absolute;\n            bottom: 0; left: 0; right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, var(--teal), transparent);\n        }\n        .header-logo img {\n            height: 50px;\n            filter: brightness(0) invert(1);\n            position: relative;\n        }\n        .header-divider {\n            width: 1px; height: 44px;\n            background: rgba(255,255,255,0.18);\n        }\n        .header-text { position: relative; }\n        .header-text h1 {\n            font-family: 'Outfit', sans-serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--white);\n            letter-spacing: 0.4px;\n        }\n        .header-text p {\n            font-size: 13px;\n            color: rgba(255,255,255,0.5);\n            margin-top: 4px;\n        }\n\n        \/* \u2500\u2500 MAIN CONTAINER \u2500\u2500 *\/\n        .container {\n            max-width: 1320px;\n            margin: 0 auto;\n            padding: 56px 48px 72px;\n        }\n\n        \/* \u2500\u2500 CATEGORY BLOCK \u2500\u2500 *\/\n        .package-category {\n            margin-bottom: 72px;\n        }\n        .package-category:last-child { margin-bottom: 0; }\n\n        .category-header {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 32px;\n            padding-bottom: 18px;\n            border-bottom: 2px solid var(--line);\n            position: relative;\n        }\n        .category-header::after {\n            content: '';\n            position: absolute;\n            bottom: -2px; left: 0;\n            width: 80px; height: 2px;\n            background: var(--teal);\n        }\n        .category-icon {\n            width: 44px; height: 44px;\n            background: var(--teal);\n            border-radius: 10px;\n            display: flex; align-items: center; justify-content: center;\n            font-size: 20px;\n            flex-shrink: 0;\n        }\n        .category-title {\n            font-family: 'Outfit', sans-serif;\n            font-size: 22px;\n            font-weight: 700;\n            color: var(--navy);\n        }\n        .category-desc {\n            font-size: 13px;\n            color: var(--text-soft);\n            margin-top: 2px;\n        }\n\n        \/* \u2500\u2500 PACKAGES GRID \u2500\u2500 *\/\n        .packages-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            align-items: start;\n        }\n        .packages-grid.single {\n            grid-template-columns: minmax(0, 520px);\n        }\n\n        \/* \u2500\u2500 PACKAGE CARD \u2500\u2500 *\/\n        .package-card {\n            background: var(--white);\n            border-radius: 14px;\n            border: 1.5px solid var(--line);\n            overflow: hidden;\n            transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;\n            display: flex;\n            flex-direction: column;\n        }\n        .package-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 18px 42px rgba(15,32,68,0.12);\n            border-color: var(--teal);\n        }\n\n        \/* Card head \u2014 tier variants *\/\n        .package-header {\n            padding: 20px 22px 16px;\n            position: relative;\n            overflow: hidden;\n        }\n        .package-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0; left: 0; right: 0;\n            height: 2px;\n        }\n        .tier-basic  .package-header { background: linear-gradient(135deg, #2EC4B6 0%, #1aa39a 100%); }\n        .tier-basic  .package-header::after { background: rgba(255,255,255,0.3); }\n        .tier-mid    .package-header { background: linear-gradient(135deg, #1a3362 0%, #0f2044 100%); }\n        .tier-mid    .package-header::after { background: var(--teal); }\n        .tier-pro    .package-header { background: linear-gradient(135deg, #0d1b35 0%, #0a1628 100%); }\n        .tier-pro    .package-header::after { background: var(--gold); }\n\n        .pkg-badge {\n            display: inline-block;\n            font-size: 9.5px;\n            font-weight: 700;\n            letter-spacing: 1.2px;\n            text-transform: uppercase;\n            padding: 3px 9px;\n            border-radius: 20px;\n            margin-bottom: 8px;\n        }\n        .tier-basic .pkg-badge { background: rgba(255,255,255,0.2); color: #fff; }\n        .tier-mid   .pkg-badge { background: rgba(46,196,182,0.2); color: var(--teal); }\n        .tier-pro   .pkg-badge { background: rgba(245,166,35,0.18); color: var(--gold); }\n\n        .pkg-title {\n            font-family: 'Outfit', sans-serif;\n            font-size: 15.5px;\n            font-weight: 700;\n            color: var(--white);\n            line-height: 1.3;\n        }\n        .pkg-scope {\n            font-size: 11px;\n            color: rgba(255,255,255,0.65);\n            margin-top: 4px;\n            font-weight: 500;\n        }\n        .pkg-duration {\n            display: inline-flex;\n            align-items: center;\n            gap: 5px;\n            font-size: 11px;\n            color: rgba(255,255,255,0.5);\n            margin-top: 10px;\n        }\n\n        \/* Card body *\/\n        .package-body {\n            padding: 18px 22px 22px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            gap: 14px;\n        }\n\n        .feature-group-label {\n            font-size: 9.5px;\n            font-weight: 700;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            color: var(--teal-dark);\n            margin-bottom: 7px;\n            padding-bottom: 5px;\n            border-bottom: 1px solid var(--teal-light);\n        }\n        .tier-pro .feature-group-label {\n            color: var(--navy-mid);\n            border-bottom-color: #e0e8f4;\n        }\n\n        .content-list {\n            list-style: none;\n        }\n        .content-list li {\n            font-size: 12.5px;\n            color: var(--text-soft);\n            line-height: 1.65;\n            padding: 3.5px 0 3.5px 18px;\n            position: relative;\n        }\n        .content-list li::before {\n            content: '';\n            position: absolute;\n            left: 0; top: 11px;\n            width: 7px; height: 7px;\n            border-radius: 50%;\n            background: var(--teal);\n            transform: scale(0.75);\n        }\n        .tier-pro .content-list li::before { background: var(--navy-mid); }\n\n        \/* Inherit badge *\/\n        .inherit-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 11px;\n            font-weight: 600;\n            color: var(--teal-dark);\n            background: var(--teal-light);\n            border: 1px solid var(--teal-mid);\n            border-radius: 6px;\n            padding: 5px 10px;\n        }\n\n        \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n        .footer {\n            background: var(--navy);\n            padding: 28px 56px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 20px;\n        }\n        .footer-left { display: flex; align-items: center; gap: 16px; }\n        .footer-left img { height: 32px; filter: brightness(0) invert(1); opacity: 0.8; }\n        .footer-left span { color: rgba(255,255,255,0.3); font-size: 13px; }\n        .footer-right { color: rgba(255,255,255,0.3); font-size: 12px; }\n\n        \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n        @media (max-width: 1100px) {\n            .packages-grid { grid-template-columns: repeat(2,1fr); }\n        }\n        @media (max-width: 720px) {\n            .header { padding: 32px 24px; flex-direction: column; align-items: flex-start; gap: 14px; }\n            .header-divider { display: none; }\n            .container { padding: 36px 20px 56px; }\n            .packages-grid, .packages-grid.single { grid-template-columns: 1fr; }\n            .footer { flex-direction: column; padding: 24px 20px; text-align: center; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- MAIN -->\n<div class=\"container\">\n\n    <!-- CONSULTING -->\n    <div class=\"package-category\">\n        <div class=\"category-header\">\n            <div class=\"category-icon\">\ud83d\udee1\ufe0f<\/div>\n            <div>\n                <div class=\"category-title\">Consulting Services<\/div>\n                <div class=\"category-desc\">Risk analysis, compliance, and cybersecurity strategy consulting<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"packages-grid\">\n\n            <div class=\"package-card tier-basic\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Essential<\/div>\n                    <div class=\"pkg-title\">Essential Consulting Package<\/div>\n                    <div class=\"pkg-scope\">(IT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        Project-Based\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div>\n                        <div class=\"feature-group-label\">Current State &amp; Analysis<\/div>\n                        <ul class=\"content-list\">\n                            <li>IT environment cybersecurity posture assessment (network, systems, users, and processes)<\/li>\n                            <li>Baseline risk analysis and risk prioritization<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Compliance &amp; Standards<\/div>\n                        <ul class=\"content-list\">\n                            <li>IT environment compliance consulting (ISO 27001, KVKK \u2014 Turkish Personal Data Protection Law, NIST CSF guidance)<\/li>\n                            <li>Baseline information security policy drafting<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Strategy &amp; Roadmap<\/div>\n                        <ul class=\"content-list\">\n                            <li>IT cybersecurity roadmap and action plan recommendation<\/li>\n                            <li>Short-term security improvement advisory report<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-mid\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Advanced<\/div>\n                    <div class=\"pkg-title\">Advanced Consulting Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        Project-Based\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Essential Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">OT\/ICS Security Analysis<\/div>\n                        <ul class=\"content-list\">\n                            <li>OT\/ICS environment current-state (GAP) analysis and cybersecurity maturity assessment<\/li>\n                            <li>OT asset inventory development and critical asset classification<\/li>\n                            <li>OT-specific risk analysis (process continuity, access, vendor, and maintenance risks)<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Compliance &amp; Policy<\/div>\n                        <ul class=\"content-list\">\n                            <li>EPDK (Turkish Energy Market Regulatory Authority) Cybersecurity Competency Model compliance work<\/li>\n                            <li>OT cybersecurity policy and procedure development under the IEC 62443 framework<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Incident Response &amp; Roadmap<\/div>\n                        <ul class=\"content-list\">\n                            <li>OT-focused incident response approach and role definition<\/li>\n                            <li>IT\/OT integrated security roadmap and action plan<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-pro\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Comprehensive<\/div>\n                    <div class=\"pkg-title\">Comprehensive Consulting Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        12 Months\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Advanced Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Ongoing Managed Consulting<\/div>\n                        <ul class=\"content-list\">\n                            <li>Monthly follow-up meetings and action plan review<\/li>\n                            <li>Quarterly IT\/OT cybersecurity maturity assessments<\/li>\n                            <li>OT cybersecurity maturity level measurement and KPI tracking<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Advanced Analysis &amp; Strategy<\/div>\n                        <ul class=\"content-list\">\n                            <li>Comprehensive compliance work under the EPDK (Turkish Energy Market Regulatory Authority) Cybersecurity Competency Model<\/li>\n                            <li>Advanced OT threat modeling and cyber crisis scenario exercises<\/li>\n                            <li>IT\/OT integrated cybersecurity architecture design and updates<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Training, Audit &amp; Reporting<\/div>\n                        <ul class=\"content-list\">\n                            <li>IT\/OT information security and OT cybersecurity training delivery<\/li>\n                            <li>Audit and regulatory process preparation and on-site audit accompaniment<\/li>\n                            <li>Periodic cybersecurity posture and risk presentations to senior management<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- MAINTENANCE & SUPPORT -->\n    <div class=\"package-category\">\n        <div class=\"category-header\">\n            <div class=\"category-icon\">\ud83d\udd27<\/div>\n            <div>\n                <div class=\"category-title\">Maintenance &amp; Support Services<\/div>\n                <div class=\"category-desc\">Continuous monitoring, system maintenance, and security support services<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"packages-grid\">\n\n            <div class=\"package-card tier-basic\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Essential<\/div>\n                    <div class=\"pkg-title\">Essential Maintenance &amp; Support Package<\/div>\n                    <div class=\"pkg-scope\">(IT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        12 Months\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div>\n                        <div class=\"feature-group-label\">Support &amp; Access<\/div>\n                        <ul class=\"content-list\">\n                            <li>Business-hours support (8\u00d75 help desk)<\/li>\n                            <li>Remote basic security incident response<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Maintenance &amp; Monitoring<\/div>\n                        <ul class=\"content-list\">\n                            <li>Basic system maintenance and security patch management<\/li>\n                            <li>Periodic system health checks every 3\u20136 months<\/li>\n                            <li>IT infrastructure baseline monitoring and alerting<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-mid\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Advanced<\/div>\n                    <div class=\"pkg-title\">Advanced Maintenance &amp; Support Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        12 Months\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Essential Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">24\/7 Support &amp; Response<\/div>\n                        <ul class=\"content-list\">\n                            <li>24\/7 available support line<\/li>\n                            <li>Rapid remote response for critical incidents<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Monitoring &amp; Reporting<\/div>\n                        <ul class=\"content-list\">\n                            <li>24\/7 IT and OT infrastructure monitoring with automated alert notifications<\/li>\n                            <li>Monthly system health and vulnerability reporting<\/li>\n                            <li>Periodic health checks for OT\/ICS devices<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Security Management<\/div>\n                        <ul class=\"content-list\">\n                            <li>Security device management (Firewall, IDS\/IPS basic configuration)<\/li>\n                            <li>OT system patch and update management<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-pro\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Comprehensive<\/div>\n                    <div class=\"pkg-title\">Comprehensive Maintenance &amp; Support Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        12 Months\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Advanced Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">On-Site Support &amp; Response<\/div>\n                        <ul class=\"content-list\">\n                            <li>On-site support capability and priority response SLA<\/li>\n                            <li>Emergency field team deployment for critical OT\/ICS incidents<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Comprehensive Security Management<\/div>\n                        <ul class=\"content-list\">\n                            <li>Full Firewall, IDS\/IPS, and SIEM management with rule updates<\/li>\n                            <li>Monthly comprehensive vulnerability scans and patching planning<\/li>\n                            <li>IT\/OT asset inventory maintenance and change management<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Strategy &amp; Consulting<\/div>\n                        <ul class=\"content-list\">\n                            <li>Dedicated technical advisor assignment and periodic strategy meetings<\/li>\n                            <li>Annual business continuity and disaster recovery testing support<\/li>\n                            <li>Quarterly security posture report and executive presentation<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- TRAINING -->\n    <div class=\"package-category\">\n        <div class=\"category-header\">\n            <div class=\"category-icon\">\ud83c\udf93<\/div>\n            <div>\n                <div class=\"category-title\">Training Services<\/div>\n                <div class=\"category-desc\">Comprehensive learning programs from awareness to advanced technical training<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"packages-grid\">\n\n            <div class=\"package-card tier-basic\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Essential<\/div>\n                    <div class=\"pkg-title\">Essential Training Package<\/div>\n                    <div class=\"pkg-scope\">(IT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        1 Day\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div>\n                        <div class=\"feature-group-label\">Awareness Training<\/div>\n                        <ul class=\"content-list\">\n                            <li>General cybersecurity awareness training (all employees)<\/li>\n                            <li>Social engineering and phishing attack examples<\/li>\n                            <li>Briefing on current attack types and fundamental threats<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Basic Security Rules<\/div>\n                        <ul class=\"content-list\">\n                            <li>Basic IT security rules and best practice examples<\/li>\n                            <li>Personal data security and KVKK (Turkish Personal Data Protection Law) awareness<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-mid\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Advanced<\/div>\n                    <div class=\"pkg-title\">Advanced Training Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        Content-Based\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Essential Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Technical Team Training<\/div>\n                        <ul class=\"content-list\">\n                            <li>ICS\/SCADA security fundamentals and ICS protocols<\/li>\n                            <li>IT\/OT network segmentation and security architecture principles<\/li>\n                            <li>Cyber incident response procedures and workshop exercises<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Tailored Sessions<\/div>\n                        <ul class=\"content-list\">\n                            <li>Separate training sessions for management, technical teams, and end users<\/li>\n                            <li>Cyber hygiene workshops and hands-on exercises<\/li>\n                            <li>Participant-specific Q&amp;A and evaluation sessions<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"package-card tier-pro\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Comprehensive<\/div>\n                    <div class=\"pkg-title\">Comprehensive Training Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        Content-Based\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div class=\"inherit-badge\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                        Includes Advanced Package scope\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Advanced Technical Training<\/div>\n                        <ul class=\"content-list\">\n                            <li>Hands-on exercises with real cyber attack scenarios (tabletop and field)<\/li>\n                            <li>OT penetration testing fundamentals and defensive techniques<\/li>\n                            <li>SIEM, IDS\/IPS, and EDR solution usage and analysis training<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Sector-Specific Content<\/div>\n                        <ul class=\"content-list\">\n                            <li>Organization- and sector-specific training content (energy, manufacturing, water, logistics)<\/li>\n                            <li>EPDK (Turkish Energy Market Regulatory Authority) compliance training and regulatory awareness<\/li>\n                            <li>ISO\/IEC 27001, IEC 62443, and NIST CSF framework training<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Program Management<\/div>\n                        <ul class=\"content-list\">\n                            <li>Recurring training plan with multiple cycles per year<\/li>\n                            <li>Participant certificate tracking and training effectiveness measurement<\/li>\n                            <li>Quarterly training needs analysis and content updates<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- SOC -->\n    <div class=\"package-category\">\n        <div class=\"category-header\">\n            <div class=\"category-icon\">\ud83d\udce1<\/div>\n            <div>\n                <div class=\"category-title\">SOC Services<\/div>\n                <div class=\"category-desc\">24\/7 Security Operations Center \u2014 Managed Security Monitoring Service<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"packages-grid single\">\n\n            <div class=\"package-card tier-mid\">\n                <div class=\"package-header\">\n                    <div class=\"pkg-badge\">Managed Service<\/div>\n                    <div class=\"pkg-title\">SOC Package<\/div>\n                    <div class=\"pkg-scope\">(IT &amp; ICS\/OT Systems)<\/div>\n                    <div class=\"pkg-duration\">\n                        <svg width=\"11\" height=\"11\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M16 2v4M8 2v4M3 10h18\"\/><\/svg>\n                        12 Months (Annual Managed Service)\n                    <\/div>\n                <\/div>\n                <div class=\"package-body\">\n                    <div>\n                        <div class=\"feature-group-label\">24\/7 Monitoring &amp; Analysis<\/div>\n                        <ul class=\"content-list\">\n                            <li>24\/7 expert security analyst monitoring service<\/li>\n                            <li>Centralized tracking of all servers and endpoints<\/li>\n                            <li>Anomaly detection for user and entity behaviors via UEBA<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Threat Intelligence &amp; Reporting<\/div>\n                        <ul class=\"content-list\">\n                            <li>Threat intelligence feed with current attack vector monitoring<\/li>\n                            <li>Weekly detailed security incident reporting<\/li>\n                            <li>Monthly executive summary report and risk scoring<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <div class=\"feature-group-label\">Incident Response<\/div>\n                        <ul class=\"content-list\">\n                            <li>Security incident identification, classification, and prioritization<\/li>\n                            <li>Incident response coordination and root cause analysis support<\/li>\n                            <li>Corrective action tracking and closure verification<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/div><!-- \/container -->\n\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>CBERNET &#8211; Service Packages \ud83d\udee1\ufe0f Consulting Services Risk analysis, compliance, and cybersecurity strategy consulting Essential Essential Consulting Package (IT Systems) Project-Based Current State &amp; Analysis<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2269","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/pages\/2269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/comments?post=2269"}],"version-history":[{"count":1,"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/pages\/2269\/revisions"}],"predecessor-version":[{"id":2270,"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/pages\/2269\/revisions\/2270"}],"wp:attachment":[{"href":"https:\/\/cbernet.com\/en\/wp-json\/wp\/v2\/media?parent=2269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}