{"id":6,"date":"2023-12-18T05:23:16","date_gmt":"2023-12-18T05:23:16","guid":{"rendered":"https:\/\/newsreader.codesupply.co\/news\/?page_id=6"},"modified":"2026-08-01T19:07:23","modified_gmt":"2026-08-01T17:07:23","slug":"startseite","status":"publish","type":"page","link":"https:\/\/itbranschen.com\/de\/","title":{"rendered":"IT-Branche"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-208a063 e-flex e-con-boxed e-con e-parent\" data-id=\"208a063\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e87457b e-con-full e-flex e-con e-child\" data-id=\"e87457b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-545ec35 e-con-full e-flex e-con e-child\" data-id=\"545ec35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d8783ed elementor-widget elementor-widget-shortcode\" data-id=\"d8783ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n    <div class=\"itb-live-box\">\r\n        <div class=\"itb-inner\">\r\n\r\n            <span class=\"itb-live-wrap\">\r\n                <span class=\"itb-dot\"><\/span>\r\n                LIVE\r\n            <\/span>\r\n\r\n            <span class=\"itb-stat\">\r\n                Live:\r\n                <strong class=\"itb-live\">...<\/strong>\r\n            <\/span>\r\n\r\n            <span class=\"itb-sep\">|<\/span>\r\n\r\n            <span class=\"itb-stat\">\r\n                Monat:\r\n                <strong class=\"itb-monthly\">...<\/strong>\r\n            <\/span>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <style>\r\n    .itb-live-box{\r\n        width:100%;\r\n        background:#cd0100;\r\n        padding:8px 0;\r\n    }\r\n\r\n    .itb-inner{\r\n        max-width:1320px;\r\n        margin:0 auto;\r\n        padding:0 16px;\r\n        display:flex;\r\n        align-items:center;\r\n        gap:14px;\r\n        color:#fff;\r\n        font-size:13px;\r\n        font-weight:600;\r\n    }\r\n\r\n    .itb-live-wrap{\r\n        display:flex;\r\n        align-items:center;\r\n        gap:6px;\r\n        font-weight:700;\r\n    }\r\n\r\n    .itb-dot{\r\n        width:8px;\r\n        height:8px;\r\n        background:#fff;\r\n        border-radius:50%;\r\n        animation:itbBlink 1s infinite;\r\n    }\r\n\r\n    @keyframes itbBlink{\r\n        50%{\r\n            opacity:.3;\r\n        }\r\n    }\r\n\r\n    .itb-up{\r\n        color:#00ff9c;\r\n    }\r\n\r\n    .itb-down{\r\n        color:#ffb3b3;\r\n    }\r\n    <\/style>\r\n\r\n    <script>\r\n    if (!window.itbUpdaterStarted) {\r\n\r\n        window.itbUpdaterStarted = true;\r\n\r\n        function itbNumber(value) {\r\n            return Number(value).toLocaleString('sv-SE');\r\n        }\r\n\r\n        function animateValue(el, start, end, duration) {\r\n\r\n            let startTime = null;\r\n\r\n            function step(timestamp) {\r\n\r\n                if (!startTime) {\r\n                    startTime = timestamp;\r\n                }\r\n\r\n                const progress = Math.min((timestamp - startTime) \/ duration, 1);\r\n                const value = Math.floor(start + (end - start) * progress);\r\n\r\n                el.innerText = itbNumber(value);\r\n\r\n                if (progress < 1) {\r\n                    requestAnimationFrame(step);\r\n                }\r\n            }\r\n\r\n            requestAnimationFrame(step);\r\n        }\r\n\r\n        async function updateITBStats() {\r\n\r\n            try {\r\n\r\n                const res = await fetch(\r\n                    'https:\/\/itbranschen.com\/wp-admin\/admin-ajax.php?action=itb_stats&ts=' + Date.now(),\r\n                    {\r\n                        cache: 'no-store',\r\n                        credentials: 'same-origin'\r\n                    }\r\n                );\r\n\r\n                const data = await res.json();\r\n\r\n                if (!data || data.success === false) {\r\n                    return;\r\n                }\r\n\r\n                document.querySelectorAll('.itb-live').forEach(function(el) {\r\n\r\n                    const current = parseInt(el.innerText.replace(\/\\D\/g, '')) || 0;\r\n                    const next = parseInt(data.live) || 0;\r\n\r\n                    if (next > 0 && current !== next) {\r\n\r\n                        el.classList.remove('itb-up', 'itb-down');\r\n                        el.classList.add(next > current ? 'itb-up' : 'itb-down');\r\n\r\n                        animateValue(el, current, next, 500);\r\n\r\n                        setTimeout(function() {\r\n                            el.classList.remove('itb-up', 'itb-down');\r\n                        }, 900);\r\n                    }\r\n                });\r\n\r\n                document.querySelectorAll('.itb-monthly').forEach(function(el) {\r\n\r\n                    const current = parseInt(el.innerText.replace(\/\\D\/g, '')) || 0;\r\n                    const next = parseInt(data.monthly) || 0;\r\n\r\n                    if (next > 0 && current !== next) {\r\n                        animateValue(el, current, next, 700);\r\n                    }\r\n                });\r\n\r\n            } catch(e) {}\r\n        }\r\n\r\n        async function loopUpdate() {\r\n\r\n            if (!document.hidden) {\r\n                await updateITBStats();\r\n            }\r\n\r\n            setTimeout(loopUpdate, 60000);\r\n        }\r\n\r\n        loopUpdate();\r\n    }\r\n    <\/script>\r\n\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba93e5e elementor-widget elementor-widget-cs-heading\" data-id=\"ba93e5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tNeueste Nachrichten\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d1c1c elementor-widget elementor-widget-cs-posts\" data-id=\"35d1c1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30485 post type-post status-publish format-standard has-post-thumbnail category-datacenter tag-ai tag-ai-infrastruktur tag-artificiell-intelligens tag-ceo tag-cloud tag-cyrusone tag-datacenter tag-datacenteroperator tag-digital-infrastruktur tag-enterprise-it tag-eric-schwartz tag-foretagsnyheter tag-global-expansion tag-hyperscale tag-infrastruktur tag-it-branschen-nyheter tag-it-media tag-it-nyheter tag-it-nyheter-sverige tag-it-branschen tag-it-kanalen tag-john-hatem tag-ledarskap tag-molntjanster tag-teknik cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"332\" height=\"185\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1024x572.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-768x429.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-664x371.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x384.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x583.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x186.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x587.jpg 1044w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\" class=\"cs-overlay-link\" title=\"CyrusOne ernennt John Hatem zum neuen CEO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/datacenter\/\" rel=\"category tag\">Rechenzentrum<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\">CyrusOne ernennt John Hatem zum neuen CEO<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">4. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30449 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-arctic-wolf tag-aurora-platform tag-cyberattacker tag-cyberforsvar tag-cyberresiliens tag-cyberrisk tag-cybersakerhet tag-dataintrang tag-foretagssakerhet tag-incident-response tag-incidenthantering tag-it-sakerhet tag-mdr tag-ransomware tag-riskhantering tag-sakerhetsincidenter tag-sakerhetsoperationer tag-sakerhetsstrategi tag-soc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-video-wrapper\" data-video-id=\"okKL_FZuI2U\" data-video-start=\"0\" data-video-end=\"0\">\n\t\t\t\t<div class=\"cs-video-inner\"><\/div>\n\t\t\t\t<div class=\"cs-video-loader\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\" class=\"cs-overlay-link\" title=\"Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\">Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ebb3d0 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"1ebb3d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e1f0cd elementor-widget elementor-widget-cs-posts\" data-id=\"7e1f0cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__horizontal\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30434 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet category-artificiell-intelligens tag-ai-act tag-ai-governance tag-ai-agenter tag-ai-modeller-2 tag-ai-risker-2 tag-ai-sakerhet tag-anthropic tag-artificiell-intelligens tag-claude-ai tag-claude-mythos tag-claude-opus tag-cyberforsvar tag-cyberincident tag-cybersakerhet tag-cybersakerhetstester tag-digital-sakerhet tag-enterprise-ai tag-generativ-ai tag-it-branschen-2 tag-it-branschen-nyheter tag-it-kanalen-2 tag-it-branschen tag-it-kanalen-nyheter tag-it-sakerhet tag-nyheter tag-riskhantering cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\" class=\"cs-overlay-link\" title=\"Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\">Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30412 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-ai tag-arrow-enterprise-computing-solutions tag-artificiell-intelligens tag-baltikum tag-cloud-native tag-datacenter tag-digital-transformation tag-enterprise-it tag-foretags-it-2 tag-hybrid-multicloud tag-it-branschen-2 tag-it-branschen-nyheter tag-it-media-group tag-it-media-group-sverige tag-it-nyheter tag-it-nyheter-nordics tag-it-nyheter-sverige tag-it-branschen tag-it-distribution tag-it-infrastruktur tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-kanalpartners tag-molninfrastruktur tag-norden tag-nutanix tag-nutanix-partner-network tag-partnerkanal tag-sec-datacom tag-sverige-it-nyheter tag-td-baltics cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\" class=\"cs-overlay-link\" title=\"Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\">Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30392 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-adam-meyers tag-ai tag-ai-security tag-artificiell-intelligens tag-ciso tag-cloud-security tag-crowdstrike tag-cyberattacker tag-cyberhot tag-cybersakerhet tag-endpoint-security tag-generativ-ai tag-global-threat-report-2026 tag-identitetssakerhet tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-it-sakerhet tag-itkanalen-sverige tag-molnsakerhet tag-phishing tag-social-engineering tag-threat-intelligence tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-video-wrapper\" data-video-id=\"2La_0NogEvw\" data-video-start=\"0\" data-video-end=\"0\">\n\t\t\t\t<div class=\"cs-video-inner\"><\/div>\n\t\t\t\t<div class=\"cs-video-loader\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\" class=\"cs-overlay-link\" title=\"CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\">CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4be972 elementor-widget elementor-widget-spacer\" data-id=\"c4be972\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c3b38c elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"1c3b38c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-4053\" class=\"custom-slider itbra-slider-1718641499 itbra-slider\"><ul><li><div id=\"itbra-2099845831\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img decoding=\"async\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/VORTIQ-X-banner.jpg\"\r\n      alt=\"VORTIQ-X KI-Governance, die die Token-\u00d6konomie in kontrollierbaren Gesch\u00e4ftswert umwandelt.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2689263227\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" \r\n      alt=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      title=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Magic-Chats-Maciek-Szczesniak-youtube.jpg\" \r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;    color:#000;    z-index:10;  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2076452742\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/interflexgroup.se\/\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" alt=\"InterFlex Group, Partner f\u00fcr Zulieferer in der IT-Branche, Anzeige\" title=\"Interflex Group Banner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-1.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-773226879\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche, lasst eure Ideen mit Nordic B2B Media durchstarten!\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-3.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2788715395\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche: Steigern Sie Ihre Sichtbarkeit mit nordischen B2B-Medien.\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-4.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-3296966865\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.journeyofficial.eu\/products\/loc8-versa-magsafe-money-clip-wallet-stand\" target=\"_blank\" rel=\"sponsored nofollow noopener\">\r\n \r\n    <img decoding=\"async\" alt=\"Journey LOC8 VERSA | IT-Branche\" title=\"Reisebanner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/JOURNEY-LOC-Versa.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider1718641499 = jQuery( \".itbra-slider-1718641499\" );$itbraslider1718641499.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider1718641499.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider1718641499.on(\"mouseover\", function() {$itbraslider1718641499.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider1718641499.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e05cfc cs-dividervertical cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"4e05cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-vertical\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-359921a e-con-full e-flex e-con e-child\" data-id=\"359921a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9a46db9 e-con-full e-flex e-con e-child\" data-id=\"9a46db9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56cdc6c elementor-widget elementor-widget-cs-posts\" data-id=\"56cdc6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30373 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-agenter tag-artificiell-intelligens tag-azure-ai-foundry tag-copilot-cowork tag-copilot-studio tag-cybersakerhet tag-fy27 tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-itkanalen tag-itkanalen-sverige tag-itkanalen-com tag-itkanalen-se tag-microsoft tag-microsoft-365 tag-microsoft-365-business tag-microsoft-365-copilot tag-microsoft-ai-cloud-partner-program tag-microsoft-ignite tag-microsoft-marketplace tag-partnerprogram cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg\" class=\"attachment-csco-extra-large-2x size-csco-extra-large-2x wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\" class=\"cs-overlay-link\" title=\"Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\">Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-09586c5 e-con-full e-flex e-con e-child\" data-id=\"09586c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a149069 elementor-widget elementor-widget-cs-posts\" data-id=\"a149069\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"2\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30358 post type-post status-publish format-standard has-post-thumbnail category-ledarskap tag-cfo tag-cybersakerhet tag-emea tag-enterprise-it tag-exclusive-networks tag-finans tag-finanschef tag-foretagsledning tag-global-expansion tag-it-media-group tag-it-nyheter tag-it-nyheter-finans tag-it-branschen tag-it-distribution tag-it-kanalen tag-jesper-trolle tag-kanalpartner tag-ledarskap tag-nexture tag-partnerprogram tag-procter-gamble tag-radisson-hospitality tag-sergio-amodeo tag-teamsystem tag-tillvaxt cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1140x644.jpg 1140w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\" class=\"cs-overlay-link\" title=\"Exclusive Networks ernennt Sergio Amodeo zum Group CFO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/ledarskap\/\" rel=\"category tag\">F\u00fchrung<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\">Exclusive Networks ernennt Sergio Amodeo zum Group CFO<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30335 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-1password tag-aws tag-aws-marketplace tag-cloud-marketplace tag-cloud-security tag-cybersakerhet tag-dsor tag-emea tag-enterprise-security tag-iam tag-identitetssakerhet tag-identity-and-access-management tag-identity-security tag-it-media-group tag-it-branschen tag-it-distribution tag-it-kanalen tag-kanalpartner tag-molnsakerhet tag-molntjanster tag-partnerkanalen tag-sakerhetslosningar tag-unified-access tag-westcon-comstor tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\" class=\"cs-overlay-link\" title=\"1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\">1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43c1f7b cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"43c1f7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81a84cd e-con-full e-flex e-con e-child\" data-id=\"81a84cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2010172 elementor-widget elementor-widget-cs-posts\" data-id=\"2010172\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__horizontal\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30221 post type-post status-publish format-standard has-post-thumbnail category-moln-data tag-cdn tag-cloud-computing tag-datacenter tag-digital-hallbarhet tag-digital-media tag-digital-transformation tag-dimpact tag-edge-cloud tag-edge-computing tag-enterprise-it tag-esg tag-fastly tag-hallbar-it tag-hallbarhet tag-internetinfrastruktur tag-it-media-group tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-klimatpaverkan tag-koldioxidutslapp tag-molninfrastruktur tag-natverksinfrastruktur tag-scope-3 tag-streaming cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Fastly schlie\u00dft sich DIMPACT an, um die Zusammenarbeit im Bereich digitale Nachhaltigkeit zu st\u00e4rken | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Fastly schlie\u00dft sich DIMPACT an, um die Zusammenarbeit im Bereich digitale Nachhaltigkeit zu st\u00e4rken | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Fastly-ansluter-sig-till-DIMPACT.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/fastly-dimpact-digital-hallbarhet\/\" class=\"cs-overlay-link\" title=\"Fastly schlie\u00dft sich DIMPACT an, um die Bem\u00fchungen um digitale Nachhaltigkeit zu st\u00e4rken\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/moln-data\/\" rel=\"category tag\">Cloud &amp; Daten<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/fastly-dimpact-digital-hallbarhet\/\">Fastly schlie\u00dft sich DIMPACT an, um die Bem\u00fchungen um digitale Nachhaltigkeit zu st\u00e4rken<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tFastly ist der erste Anbieter von Edge-Cloud-Plattformen, der sich DIMPACT anschlie\u00dft, um zur Entwicklung standardisierter Methoden zur Messung und Reduzierung beizutragen\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">31. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30197 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-ai-defense-plane tag-ai-network-firewall tag-ai-sakerhet tag-brandvagg tag-check-point tag-check-point-software tag-cybersecurity tag-enterprise-ai tag-firewall tag-foretags-it-2 tag-generativ-ai tag-hybrid-cloud tag-it-branschen-2 tag-it-branschen tag-it-kanalen tag-it-sakerhet tag-large-language-models tag-llm tag-mcp tag-model-context-protocol tag-natverkssakerhet tag-prompt-injection tag-r82-20 tag-sase tag-sd-wan tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Check Point AI Network Firewall visualisiert, wie KI-Datenverkehr in Unternehmensnetzwerken durch Echtzeitanalysen, Richtlinienkontrolle und fortschrittliche Cybersicherheit gesch\u00fctzt wird.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1200x675.jpg 1280w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Check Point AI Network Firewall visualisiert, wie KI-Datenverkehr in Unternehmensnetzwerken durch Echtzeitanalysen, Richtlinienkontrolle und fortschrittliche Cybersicherheit gesch\u00fctzt wird.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg-1200x675.jpg 1280w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Check-Point-lanserar-AI-brandvagg.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-video-wrapper\" data-video-id=\"rbOjvwDYnRc\" data-video-start=\"0\" data-video-end=\"0\">\n\t\t\t\t<div class=\"cs-video-inner\"><\/div>\n\t\t\t\t<div class=\"cs-video-loader\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/check-point-ai-network-firewall-foretagsnatverk\/\" class=\"cs-overlay-link\" title=\"Check Point bringt KI-Firewall f\u00fcr Unternehmensnetzwerke auf den Markt\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/check-point-ai-network-firewall-foretagsnatverk\/\">Check Point bringt KI-Firewall f\u00fcr Unternehmensnetzwerke auf den Markt<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tCheck Point f\u00fchrt in R82.20 die AI Network Firewall ein, eine neue Funktion, die Unternehmen eine bessere Transparenz und Kontrolle \u00fcber KI-Datenverkehr, Eingabeaufforderungen und KI-Anwendungen direkt im Netzwerk bietet\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">31. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30180 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-cyberbrott tag-cyberhot tag-cybersakerhet tag-endpoint-sakerhet-2 tag-falska-streamingtjanster tag-fifa-world-cup-2026 tag-foretagssakerhet tag-fotbolls-vm-2026 tag-hotanalys tag-identitetsstold tag-infostealer tag-inloggningsuppgifter tag-it-sakerhet tag-malware tag-molnsakerhet tag-natfiske tag-netskope tag-netskope-threat-labs tag-phishing tag-sakerhetsanalys tag-skadlig-kod tag-soc tag-streamingbedragerier tag-webbhot tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Netskope veranschaulicht \u00fcber 28.000 blockierte Cyberbedrohungen im Zusammenhang mit der FIFA Fu\u00dfball-Weltmeisterschaft 2026 mit einem Sicherheitsschild, Fu\u00dfball und einem globalen Cybersicherheitsnetzwerk.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Netskope veranschaulicht \u00fcber 28.000 blockierte Cyberbedrohungen im Zusammenhang mit der FIFA Fu\u00dfball-Weltmeisterschaft 2026 mit einem Sicherheitsschild, Fu\u00dfball und einem globalen Cybersicherheitsnetzwerk.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Netskope-Threat-Labs.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/vm-relaterade-cyberhot-over-28000-blockerades\/\" class=\"cs-overlay-link\" title=\"Nach dem Schlusspfiff: \u00dcber 28.000 WM-bezogene Cyberbedrohungen in Unternehmensnetzwerken abgewehrt.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/vm-relaterade-cyberhot-over-28000-blockerades\/\">Nach dem Schlusspfiff: \u00dcber 28.000 WM-bezogene Cyberbedrohungen in Unternehmensnetzwerken abgewehrt.<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tEine Analyse von Netskope Threat Labs, basierend auf Daten von \u00fcber 1.000 Organisationen weltweit, zeigt, dass die Anzahl der Nutzer, die versuchen, auf sch\u00e4dliche Systeme zuzugreifen, zunimmt.\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">31. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30164 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-aem tag-agentic-ai tag-agentisk-ai tag-ai tag-ai-automation tag-ai-platform tag-artificiell-intelligens tag-autonomous-endpoint-management tag-dex tag-digital-employee-experience tag-endpoint-automation tag-endpoint-management tag-endpoint-security tag-it-kanalen-2 tag-it-media-group tag-it-branschen tag-it-kanalen tag-servicenow tag-servicenow-sweden tag-teamviewer tag-teamviewer-sweden cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"ServiceNow AI Platform und TeamViewer ONE sind integriert, um agentenbasierte Workflows, autonome IT-Operationen und intelligentes Endpunktmanagement zu erm\u00f6glichen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"ServiceNow AI Platform und TeamViewer ONE sind integriert, um agentenbasierte Workflows, autonome IT-Operationen und intelligentes Endpunktmanagement zu erm\u00f6glichen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Team-Viewer.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/servicenow-teamviewer-ai-partnerskap\/\" class=\"cs-overlay-link\" title=\"TeamViewer und ServiceNow gehen eine strategische Partnerschaft ein, um den autonomen IT-Betrieb zu beschleunigen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/servicenow-teamviewer-ai-partnerskap\/\">TeamViewer und ServiceNow gehen eine strategische Partnerschaft ein, um den autonomen IT-Betrieb zu beschleunigen.<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tServiceNow und TeamViewer gehen eine strategische Partnerschaft ein, um die KI-Plattform in die L\u00f6sungen von TeamViewer f\u00fcr digitale Mitarbeitererfahrung und Endpunktmanagement zu integrieren.\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">31. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0407fe1 cs-dividervertical cs-divider-tabletvertical elementor-widget-mobile__width-inherit cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"0407fe1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-vertical\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-17faf12 e-con-full e-flex e-con e-child\" data-id=\"17faf12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d8ca21f e-con-full e-flex e-con e-child\" data-id=\"d8ca21f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17dfc9f elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"17dfc9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-4053\" class=\"custom-slider itbra-slider-2306408465 itbra-slider\"><ul><li><div id=\"itbra-2099845831\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img decoding=\"async\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/VORTIQ-X-banner.jpg\"\r\n      alt=\"VORTIQ-X KI-Governance, die die Token-\u00d6konomie in kontrollierbaren Gesch\u00e4ftswert umwandelt.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2788715395\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche: Steigern Sie Ihre Sichtbarkeit mit nordischen B2B-Medien.\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-4.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-3296966865\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.journeyofficial.eu\/products\/loc8-versa-magsafe-money-clip-wallet-stand\" target=\"_blank\" rel=\"sponsored nofollow noopener\">\r\n \r\n    <img decoding=\"async\" alt=\"Journey LOC8 VERSA | IT-Branche\" title=\"Reisebanner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/JOURNEY-LOC-Versa.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2076452742\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/interflexgroup.se\/\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" alt=\"InterFlex Group, Partner f\u00fcr Zulieferer in der IT-Branche, Anzeige\" title=\"Interflex Group Banner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-1.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-773226879\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche, lasst eure Ideen mit Nordic B2B Media durchstarten!\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-3.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2689263227\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" \r\n      alt=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      title=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Magic-Chats-Maciek-Szczesniak-youtube.jpg\" \r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;    color:#000;    z-index:10;  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider2306408465 = jQuery( \".itbra-slider-2306408465\" );$itbraslider2306408465.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider2306408465.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider2306408465.on(\"mouseover\", function() {$itbraslider2306408465.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider2306408465.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f71c483 e-con-full e-flex e-con e-child\" data-id=\"f71c483\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9046716 elementor-widget elementor-widget-cs-heading\" data-id=\"9046716\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tPartnerzone\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2db768 elementor-widget elementor-widget-image-carousel\" data-id=\"a2db768\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;effect&quot;:&quot;fade&quot;,&quot;speed&quot;:450,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Partnerzone\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 von 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a2db768\" data-elementor-lightbox-title=\"Partner-Logos-2025\" data-elementor-lightbox-description=\"Microsoft Partners 2025\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTEzNDksInVybCI6Imh0dHBzOlwvXC9pdGJyYW5zY2hlbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAzXC9QYXJ0bmVyLUxvZ29zLTIwMjUucG5nIiwic2xpZGVzaG93IjoiYTJkYjc2OCJ9\" href=\"https:\/\/www.microsoft.com\/sv-se\/\" target=\"_blank\" rel=\"noopener\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2025\/03\/Partner-Logos-2025.png\" alt=\"Microsoft-Partner 2025\" title=\"| IT-Branche\"><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 von 2\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a2db768\" data-elementor-lightbox-title=\"Cybertech Europe Logo | Cybersecurity Event | IT Branschen\" data-elementor-lightbox-description=\"Official Cybertech Europe logo used in IT Branschen coverage of cybersecurity events, enterprise security news, threat intelligence, cyber innovation and industry updates across Sweden and Europe.\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjU3NTcsInVybCI6Imh0dHBzOlwvXC9pdGJyYW5zY2hlbi5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA1XC9jeWJlcnRlY2gtZXVyb3BlLWxvZ28ucG5nIiwic2xpZGVzaG93IjoiYTJkYjc2OCJ9\" href=\"https:\/\/www.microsoft.com\/sv-se\/\" target=\"_blank\" rel=\"noopener\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/05\/cybertech-europe-logo.png\" alt=\"Das Logo von Cybertech Europe steht f\u00fcr die Berichterstattung \u00fcber Cybersicherheitsveranstaltungen in der IT-Branche.\" title=\"| IT-Branche\"><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55d8324 elementor-widget elementor-widget-cs-tabs\" data-id=\"55d8324\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<section class=\"cs-posts cs-tabs cs-tabs-style-1 cs-posts__numbered\">\n\t\t\t<div class=\"cs-tabs__header\">\n\t\t\t\t\n\t\t\t\t\t<div class=\"cs-tabs__tab  cs-tabs__tab-active\">\n\t\t\t\t\t\tJetzt im Trend\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"cs-tabs__tab\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"cs-tabs__tab\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor  cs-posts-area-active\">\n\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__main cs-posts-area__main-divider\" data-pc=\"1\" data-lt=\"1\" data-tb=\"1\" data-mb=\"1\">\n\t\t\t\t\t\t\t\t\n\n<article class=\"post-30107 post type-post status-publish format-standard has-post-thumbnail category-partnerskap category-elfordon tag-byd tag-byd-auto tag-elbilar tag-finland tag-hallbar-mobilitet tag-ishockey tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-itkanalen tag-jokerit tag-jokerit-helsingfors tag-kia tag-laddhybrider tag-mikko-saarni tag-new-energy-vehicles tag-sm-liiga tag-sponsring tag-sportpartnerskap tag-stella-li tag-veikkaus-arena cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"BYD und Jokerit Helsinki geben eine offizielle Partnerschaft bekannt. Das Bild zeigt das BYD-Logo zusammen mit dem Logo von Jokerit Helsinki vor blauem Hintergrund mit dem Text &quot;Offizieller Partner des Eishockeyclubs Jokerit Helsinki&quot;.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-1140x644.jpg 1140w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"BYD und Jokerit Helsinki geben eine offizielle Partnerschaft bekannt. Das Bild zeigt das BYD-Logo zusammen mit dem Logo von Jokerit Helsinki vor blauem Hintergrund mit dem Text &quot;Offizieller Partner des Eishockeyclubs Jokerit Helsinki&quot;.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/BYD-blir-officiell-partner-till-ishockeyklubben-Jokerit-Helsingfors.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/byd-officiell-partner-jokerit-helsingfors\/\" class=\"cs-overlay-link\" title=\"BYD wird offizieller Partner des Eishockeyclubs Jokerit Helsinki\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/byd-officiell-partner-jokerit-helsingfors\/\">BYD wird offizieller Partner des Eishockeyclubs Jokerit Helsinki<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30079 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-factory tag-ai-factory-infrastructure tag-ai-datacenter-2 tag-ai-fabriker-2 tag-ai-infrastruktur tag-amd tag-amd-ai tag-amd-epyc tag-amd-helios tag-amd-instinct-mi455x tag-amd-sverige tag-cio-sweden tag-computer-sweden tag-dagens-industri tag-data-center tag-datacenter tag-datacenterinfrastruktur tag-generativ-ai tag-it-branschen-2 tag-it-kanalen-2 tag-it-media-group tag-it-branschen tag-it-kanalen tag-it-kanalen-se tag-itbranschen tag-itmediagroup tag-ny-teknik tag-pensando-vulcano tag-rocm tag-schneider-electric tag-schneider-electric-sverige tag-techsverige tag-techworld-sverige cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Schneider Electric und AMD pr\u00e4sentieren ein gemeinsames Referenzdesign f\u00fcr KI-Fabriken auf Basis von AMD Helios mit hochdichten Racks, fortschrittlicher Fl\u00fcssigkeitsk\u00fchlung und energieeffizienter Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Schneider Electric und AMD pr\u00e4sentieren ein gemeinsames Referenzdesign f\u00fcr KI-Fabriken auf Basis von AMD Helios mit hochdichten Racks, fortschrittlicher Fl\u00fcssigkeitsk\u00fchlung und energieeffizienter Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Schneider-Electric-AMD.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/schneider-electric-amd-referensdesign-ai-fabriker\/\" class=\"cs-overlay-link\" title=\"Schneider Electric und AMD stellen Referenzdesign vor, um die Einf\u00fchrung von KI-Fabriken zu beschleunigen\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/schneider-electric-amd-referensdesign-ai-fabriker\/\">Schneider Electric und AMD stellen Referenzdesign vor, um die Einf\u00fchrung von KI-Fabriken zu beschleunigen<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30056 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-affarsprocesser tag-agentisk-ai tag-ai tag-ai-compliance tag-ai-governance tag-ai-platform tag-ai-agenter tag-arbetsfloden tag-artificiell-intelligens tag-automatisering tag-beslutsstod tag-data-intelligence tag-dataanalys tag-digital-transformation tag-digitala-arbetsfloden tag-enterprise-ai tag-enterprise-software tag-experian tag-foretagsteknik tag-hr-tech tag-intelligent-automation tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-itkanalen-sverige tag-itsm tag-operativ-effektivitet tag-riskhantering tag-saas tag-servicenow tag-tredjepartsrisk tag-workflow-automation cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"ServiceNow und Experian k\u00fcndigen erweiterte strategische KI-Partnerschaft f\u00fcr intelligente Gesch\u00e4ftsautomatisierung, KI-gest\u00fctzte Arbeitsabl\u00e4ufe und digitale Transformation an.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"ServiceNow und Experian k\u00fcndigen erweiterte strategische KI-Partnerschaft f\u00fcr intelligente Gesch\u00e4ftsautomatisierung, KI-gest\u00fctzte Arbeitsabl\u00e4ufe und digitale Transformation an.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Experian.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/experian-servicenow-ai-transformering\/\" class=\"cs-overlay-link\" title=\"Experian erm\u00f6glicht KI-gest\u00fctzte Kundenerlebnisse mit der ServiceNow AI-Plattform\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/experian-servicenow-ai-transformering\/\">Experian erm\u00f6glicht KI-gest\u00fctzte Kundenerlebnisse mit der ServiceNow AI-Plattform<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29996 post type-post status-publish format-standard has-post-thumbnail category-kronika tag-ai tag-armis tag-artificiell-intelligens tag-attackyta tag-cyberforsvar tag-cyberhot tag-cyberresiliens tag-cyberrisk tag-cybersakerhet tag-digital-infrastruktur tag-digital-motstandskraft tag-exploatering tag-foretagsnatverk tag-foretagssakerhet tag-generativ-ai tag-geopolitik tag-gnss tag-gps tag-hotaktorer tag-hotinformation tag-hotlandskap tag-hybridkrigforing tag-ics tag-incidenthantering tag-industriella-styrsystem tag-informationssakerhet tag-intrang tag-it-sakerhet tag-kommunikationsinfrastruktur tag-kritisk-infrastruktur tag-lag-omloppsbana tag-leo tag-leverantorskedjor tag-leverantorsrisk tag-llm tag-markstationer tag-missionskontroll tag-molnsakerhet tag-molntjanster tag-nationella-hot tag-natverkssakerhet tag-navigering tag-ot-sakerhet tag-positionering tag-realtidsovervakning tag-resiliens tag-riskhantering tag-rymden tag-rymdinfrastruktur tag-rymdsakerhet tag-rymdteknik tag-sakerhetsanalys tag-sakerhetsstrategi tag-sarbarheter tag-satelliter tag-satellitinfrastruktur tag-satellitkommunikation tag-scada tag-servicenow tag-statsaktorer tag-stora-sprakmodeller tag-supply-chain-security tag-telekom tag-telekommunikation tag-telemetri tag-threat-intelligence tag-tidssignaler cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Portr\u00e4t von Michael Freeman, Leiter der Abteilung Bedrohungsanalyse bei Armis (ehemals ServiceNow).\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-600x338.jpg 600w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-264x149.jpg 264w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-198x112.jpg 198w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1200x675.jpg 1280w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-610x344.jpg 610w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Portr\u00e4t von Michael Freeman, Leiter der Abteilung Bedrohungsanalyse bei Armis (ehemals ServiceNow).\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-600x338.jpg 600w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-264x149.jpg 264w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-198x112.jpg 198w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1200x675.jpg 1280w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-610x344.jpg 610w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Michael-Freeman.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/nasta-cyberslagfaltet-finns-i-rymden\/\" class=\"cs-overlay-link\" title=\"Das n\u00e4chste Schlachtfeld im Cyberraum findet im Weltraum statt.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/nasta-cyberslagfaltet-finns-i-rymden\/\">Das n\u00e4chste Schlachtfeld im Cyberraum findet im Weltraum statt.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29980 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-for-hr tag-ai-handledare tag-ai-utbildning-2 tag-artificiell-intelligens tag-automatisering tag-digital-transformation tag-digitalt-larande tag-enterprise-ai tag-foretagsutbildning tag-framtidens-arbete tag-hr tag-hr-tech tag-it-kanalen-2 tag-it-kanalen-nyheter-2 tag-it-kanalen-sverige-2 tag-it-kanalen-se-2 tag-it-media-group tag-it-media-group-nordic tag-it-media-group-sverige tag-it-kanalen tag-kompetenshantering tag-kompetensutveckling tag-ld tag-learning-development tag-personaliserat-larande tag-sana tag-sana-learn tag-skills tag-workday-hcm tag-workday-learning cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Workday f\u00fchrt KI-gest\u00fctztes Lernen mit Sana ein, um die betriebliche Weiterbildung zu revolutionieren | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-580x326.jpg 580w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Workday f\u00fchrt KI-gest\u00fctztes Lernen mit Sana ein, um die betriebliche Weiterbildung zu revolutionieren | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt-580x326.jpg 580w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Workday-Learning-drivet-av-Sana-ar-nu-allmant-tillgangligt.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/workday-learning-sana-ai\/\" class=\"cs-overlay-link\" title=\"Workday f\u00fchrt gemeinsam mit Sana KI-gest\u00fctztes Lernen ein, um die betriebliche Ausbildung zu transformieren.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/workday-learning-sana-ai\/\">Workday f\u00fchrt gemeinsam mit Sana KI-gest\u00fctztes Lernen ein, um die betriebliche Ausbildung zu transformieren.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29964 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai-content tag-ai-discoverability tag-ai-search tag-ai-seo tag-ai-visibility tag-ai-marknadsforing-2 tag-ai-optimering-2 tag-ai-sok-2 tag-ai-synlighet-2 tag-ai-trender-2 tag-artificiell-intelligens tag-b2b-marknadsforing tag-chatgpt tag-claude tag-digital-marknadsforing tag-digital-strategi tag-digital-synlighet tag-enterprise-ai tag-generativ-ai tag-generative-engine-optimization tag-geo tag-google-discover tag-google-gemini tag-innehallsstrategi tag-it-branschen tag-llmo tag-perplexity-ai tag-seo tag-thought-leadership tag-varumarken cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"KI entscheidet, welche Marken sichtbar sind. Geh\u00f6rt Ihr Unternehmen dazu? | IT-Branschen\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-400x225.jpg 400w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"KI entscheidet, welche Marken sichtbar sind. Geh\u00f6rt Ihr Unternehmen dazu? | IT-Branschen\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns-400x225.jpg 400w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-valjer-vilka-varumarken-som-syns.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/ai-synlighet-generative-engine-optimization-geo\/\" class=\"cs-overlay-link\" title=\"KI entscheidet, welche Marken sichtbar sind. Geh\u00f6rt Ihr Unternehmen dazu?\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-synlighet-generative-engine-optimization-geo\/\">KI entscheidet, welche Marken sichtbar sind. Geh\u00f6rt Ihr Unternehmen dazu?<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29954 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-affarsutveckling tag-agentic-ai tag-ai tag-ai-for-foretag tag-ai-i-forsaljning tag-ai-agenter tag-ai-assistenter tag-ai-driven-forsaljning tag-ai-plattformar tag-ai-produktivitet-2 tag-ai-strategi-2 tag-artificiell-intelligens tag-automation tag-automatisering tag-b2b tag-b2b-forsaljning tag-beslutsfattare tag-business-ai tag-cio tag-cmo tag-crm tag-cto tag-datadriven-forsaljning tag-digital-forsaljning tag-digital-transformation tag-digitalisering tag-enterprise-ai tag-enterprise-software tag-foretagsteknik tag-forsaljning tag-framtidens-arbete tag-framtidens-forsaljning tag-gartner tag-gartner-research tag-generativ-ai tag-innovation tag-intelligent-automation tag-it tag-it-chefer-2 tag-kundupplevelse tag-leadgenerering tag-produktivitet tag-prospektering tag-sales-automation tag-saljautomation tag-tekniktrender cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Gartner: KI-Agenten werden bis 2028 die Vertriebsmitarbeiter um das Zehnfache \u00fcbertreffen | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-392x222.jpg 392w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Gartner: KI-Agenten werden bis 2028 die Vertriebsmitarbeiter um das Zehnfache \u00fcbertreffen | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Gartner-AI-agenter-kommer-att-overtraffa-saljare-med-mot-fore.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/gartner-ai-agenter-overtraffar-saljare-2028\/\" class=\"cs-overlay-link\" title=\"Gartner: KI-Agenten werden bis 2028 die Verk\u00e4ufer um das Zehnfache \u00fcbertreffen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/gartner-ai-agenter-overtraffar-saljare-2028\/\">Gartner: KI-Agenten werden bis 2028 die Verk\u00e4ufer um das Zehnfache \u00fcbertreffen.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29938 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-agentic-ai tag-ai tag-ai-security tag-ai-agenter tag-cybergym tag-cyberhot tag-cybersakerhet tag-enterprise-security tag-it-sakerhet tag-mai-cyber-1-flash tag-mdash tag-microsoft tag-microsoft-defender tag-microsoft-security tag-project-perception tag-sarbarheter tag-threat-intelligence tag-vulnerability-management cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Microsoft MAI-Cyber-1-Flash und Project Perception visualisieren die n\u00e4chste Generation KI-gest\u00fctzter Cybersicherheit mit intelligenten Sicherheitsagenten, fortschrittlicher Bedrohungserkennung und automatisiertem Vorfallmanagement.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-528x297.jpg 528w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Microsoft MAI-Cyber-1-Flash und Project Perception visualisieren die n\u00e4chste Generation KI-gest\u00fctzter Cybersicherheit mit intelligenten Sicherheitsagenten, fortschrittlicher Bedrohungserkennung und automatisiertem Vorfallmanagement.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet-528x297.jpg 528w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Microsoft-lanserar-sin-forsta-AI-modell-for-cybersakerhet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/microsoft-mai-cyber-1-flash-project-perception\/\" class=\"cs-overlay-link\" title=\"Microsoft bringt sein erstes KI-Modell f\u00fcr Cybersicherheit auf den Markt\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/microsoft-mai-cyber-1-flash-project-perception\/\">Microsoft bringt sein erstes KI-Modell f\u00fcr Cybersicherheit auf den Markt<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\">\n\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__main cs-posts-area__main-divider\" data-pc=\"1\" data-lt=\"1\" data-tb=\"1\" data-mb=\"1\">\n\t\t\t\t\t\t\t\t\n\n<article class=\"post-30485 post type-post status-publish format-standard has-post-thumbnail category-datacenter tag-ai tag-ai-infrastruktur tag-artificiell-intelligens tag-ceo tag-cloud tag-cyrusone tag-datacenter tag-datacenteroperator tag-digital-infrastruktur tag-enterprise-it tag-eric-schwartz tag-foretagsnyheter tag-global-expansion tag-hyperscale tag-infrastruktur tag-it-branschen-nyheter tag-it-media tag-it-nyheter tag-it-nyheter-sverige tag-it-branschen tag-it-kanalen tag-john-hatem tag-ledarskap tag-molntjanster tag-teknik cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"332\" height=\"185\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1024x572.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-768x429.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-664x371.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x384.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x583.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1024x572.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-768x429.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-664x371.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x384.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x583.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\" class=\"cs-overlay-link\" title=\"CyrusOne ernennt John Hatem zum neuen CEO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\">CyrusOne ernennt John Hatem zum neuen CEO<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30449 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-arctic-wolf tag-aurora-platform tag-cyberattacker tag-cyberforsvar tag-cyberresiliens tag-cyberrisk tag-cybersakerhet tag-dataintrang tag-foretagssakerhet tag-incident-response tag-incidenthantering tag-it-sakerhet tag-mdr tag-ransomware tag-riskhantering tag-sakerhetsincidenter tag-sakerhetsoperationer tag-sakerhetsstrategi tag-soc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\" class=\"cs-overlay-link\" title=\"Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\">Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30434 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet category-artificiell-intelligens tag-ai-act tag-ai-governance tag-ai-agenter tag-ai-modeller-2 tag-ai-risker-2 tag-ai-sakerhet tag-anthropic tag-artificiell-intelligens tag-claude-ai tag-claude-mythos tag-claude-opus tag-cyberforsvar tag-cyberincident tag-cybersakerhet tag-cybersakerhetstester tag-digital-sakerhet tag-enterprise-ai tag-generativ-ai tag-it-branschen-2 tag-it-branschen-nyheter tag-it-kanalen-2 tag-it-branschen tag-it-kanalen-nyheter tag-it-sakerhet tag-nyheter tag-riskhantering cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\" class=\"cs-overlay-link\" title=\"Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\">Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30412 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-ai tag-arrow-enterprise-computing-solutions tag-artificiell-intelligens tag-baltikum tag-cloud-native tag-datacenter tag-digital-transformation tag-enterprise-it tag-foretags-it-2 tag-hybrid-multicloud tag-it-branschen-2 tag-it-branschen-nyheter tag-it-media-group tag-it-media-group-sverige tag-it-nyheter tag-it-nyheter-nordics tag-it-nyheter-sverige tag-it-branschen tag-it-distribution tag-it-infrastruktur tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-kanalpartners tag-molninfrastruktur tag-norden tag-nutanix tag-nutanix-partner-network tag-partnerkanal tag-sec-datacom tag-sverige-it-nyheter tag-td-baltics cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\" class=\"cs-overlay-link\" title=\"Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\">Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30392 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-adam-meyers tag-ai tag-ai-security tag-artificiell-intelligens tag-ciso tag-cloud-security tag-crowdstrike tag-cyberattacker tag-cyberhot tag-cybersakerhet tag-endpoint-security tag-generativ-ai tag-global-threat-report-2026 tag-identitetssakerhet tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-it-sakerhet tag-itkanalen-sverige tag-molnsakerhet tag-phishing tag-social-engineering tag-threat-intelligence tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\" class=\"cs-overlay-link\" title=\"CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\">CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30373 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-agenter tag-artificiell-intelligens tag-azure-ai-foundry tag-copilot-cowork tag-copilot-studio tag-cybersakerhet tag-fy27 tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-itkanalen tag-itkanalen-sverige tag-itkanalen-com tag-itkanalen-se tag-microsoft tag-microsoft-365 tag-microsoft-365-business tag-microsoft-365-copilot tag-microsoft-ai-cloud-partner-program tag-microsoft-ignite tag-microsoft-marketplace tag-partnerprogram cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\" class=\"cs-overlay-link\" title=\"Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\">Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30358 post type-post status-publish format-standard has-post-thumbnail category-ledarskap tag-cfo tag-cybersakerhet tag-emea tag-enterprise-it tag-exclusive-networks tag-finans tag-finanschef tag-foretagsledning tag-global-expansion tag-it-media-group tag-it-nyheter tag-it-nyheter-finans tag-it-branschen tag-it-distribution tag-it-kanalen tag-jesper-trolle tag-kanalpartner tag-ledarskap tag-nexture tag-partnerprogram tag-procter-gamble tag-radisson-hospitality tag-sergio-amodeo tag-teamsystem tag-tillvaxt cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1140x644.jpg 1140w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\" class=\"cs-overlay-link\" title=\"Exclusive Networks ernennt Sergio Amodeo zum Group CFO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\">Exclusive Networks ernennt Sergio Amodeo zum Group CFO<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30335 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-1password tag-aws tag-aws-marketplace tag-cloud-marketplace tag-cloud-security tag-cybersakerhet tag-dsor tag-emea tag-enterprise-security tag-iam tag-identitetssakerhet tag-identity-and-access-management tag-identity-security tag-it-media-group tag-it-branschen tag-it-distribution tag-it-kanalen tag-kanalpartner tag-molnsakerhet tag-molntjanster tag-partnerkanalen tag-sakerhetslosningar tag-unified-access tag-westcon-comstor tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\" class=\"cs-overlay-link\" title=\"1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\">1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\">\n\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__main cs-posts-area__main-divider\" data-pc=\"1\" data-lt=\"1\" data-tb=\"1\" data-mb=\"1\">\n\t\t\t\t\t\t\t\t\n\n<article class=\"post-30485 post type-post status-publish format-standard has-post-thumbnail category-datacenter tag-ai tag-ai-infrastruktur tag-artificiell-intelligens tag-ceo tag-cloud tag-cyrusone tag-datacenter tag-datacenteroperator tag-digital-infrastruktur tag-enterprise-it tag-eric-schwartz tag-foretagsnyheter tag-global-expansion tag-hyperscale tag-infrastruktur tag-it-branschen-nyheter tag-it-media tag-it-nyheter tag-it-nyheter-sverige tag-it-branschen tag-it-kanalen tag-john-hatem tag-ledarskap tag-molntjanster tag-teknik cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"332\" height=\"185\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1024x572.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-768x429.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-664x371.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x384.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x583.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"John Hatem, der neue CEO von CyrusOne, leitet die fortgesetzte globale Expansion des Unternehmens in den Bereichen KI und Rechenzentrumsinfrastruktur.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-332x185.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-300x168.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1024x572.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-768x429.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-664x371.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-688x384.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem-1044x583.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/John-Hatem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\" class=\"cs-overlay-link\" title=\"CyrusOne ernennt John Hatem zum neuen CEO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\">CyrusOne ernennt John Hatem zum neuen CEO<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30449 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-arctic-wolf tag-aurora-platform tag-cyberattacker tag-cyberforsvar tag-cyberresiliens tag-cyberrisk tag-cybersakerhet tag-dataintrang tag-foretagssakerhet tag-incident-response tag-incidenthantering tag-it-sakerhet tag-mdr tag-ransomware tag-riskhantering tag-sakerhetsincidenter tag-sakerhetsoperationer tag-sakerhetsstrategi tag-soc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Arctic Wolf st\u00e4rkt die Cybersicherheit mit einem neuen, umfassenden Angebot f\u00fcr das Vorfallmanagement | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Arctic-Wolf.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\" class=\"cs-overlay-link\" title=\"Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\">Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30434 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet category-artificiell-intelligens tag-ai-act tag-ai-governance tag-ai-agenter tag-ai-modeller-2 tag-ai-risker-2 tag-ai-sakerhet tag-anthropic tag-artificiell-intelligens tag-claude-ai tag-claude-mythos tag-claude-opus tag-cyberforsvar tag-cyberincident tag-cybersakerhet tag-cybersakerhetstester tag-digital-sakerhet tag-enterprise-ai tag-generativ-ai tag-it-branschen-2 tag-it-branschen-nyheter tag-it-kanalen-2 tag-it-branschen tag-it-kanalen-nyheter tag-it-sakerhet tag-nyheter tag-riskhantering cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Der KI-Sicherheitsvorfall bei Anthropic, bei dem fortschrittliche KI-Modelle w\u00e4hrend interner Cybersicherheitstests unbeabsichtigt Internetzugang erlangten und die IT-Systeme dreier realer Unternehmen kompromittierten, veranschaulicht die Problematik von KI, Unternehmensinfrastruktur und den aktuellen Herausforderungen der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Anthro-AI-modeller-tog-sig-ut-pa-internet-och-komprometterade-tre-organisationer-under-sakerhetstester.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\" class=\"cs-overlay-link\" title=\"Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\">Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30412 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-ai tag-arrow-enterprise-computing-solutions tag-artificiell-intelligens tag-baltikum tag-cloud-native tag-datacenter tag-digital-transformation tag-enterprise-it tag-foretags-it-2 tag-hybrid-multicloud tag-it-branschen-2 tag-it-branschen-nyheter tag-it-media-group tag-it-media-group-sverige tag-it-nyheter tag-it-nyheter-nordics tag-it-nyheter-sverige tag-it-branschen tag-it-distribution tag-it-infrastruktur tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-kanalpartners tag-molninfrastruktur tag-norden tag-nutanix tag-nutanix-partner-network tag-partnerkanal tag-sec-datacom tag-sverige-it-nyheter tag-td-baltics cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Mats Ericson, Regionalmanager f\u00fcr die nordischen und baltischen L\u00e4nder bei Nutanix, leitet den Fokus des Unternehmens auf hybride Multicloud-, KI- und Cloud-Native-L\u00f6sungen in den nordischen und baltischen M\u00e4rkten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Mats-Ericson.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\" class=\"cs-overlay-link\" title=\"Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\">Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30392 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-adam-meyers tag-ai tag-ai-security tag-artificiell-intelligens tag-ciso tag-cloud-security tag-crowdstrike tag-cyberattacker tag-cyberhot tag-cybersakerhet tag-endpoint-security tag-generativ-ai tag-global-threat-report-2026 tag-identitetssakerhet tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-it-sakerhet tag-itkanalen-sverige tag-molnsakerhet tag-phishing tag-social-engineering tag-threat-intelligence tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Adam Meyers, Senior Vice President of Counter Adversary Operations bei CrowdStrike, tr\u00e4gt zum Global Threat Report 2026 des Unternehmens bei und erl\u00e4utert, wie k\u00fcnstliche Intelligenz die globale Cyberbedrohungslandschaft ver\u00e4ndert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Adam-Meyers-Sr-VP-of-Counter-Adversary-Operations-CrowdStrike.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\" class=\"cs-overlay-link\" title=\"CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/crowdstrike-ai-forandrar-cyberhoten-maskinhastighet\/\">CrowdStrike: KI ver\u00e4ndert Cyberbedrohungen, da Angreifer in Maschinengeschwindigkeit agieren.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30373 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-agenter tag-artificiell-intelligens tag-azure-ai-foundry tag-copilot-cowork tag-copilot-studio tag-cybersakerhet tag-fy27 tag-it-branschen tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-it-kanalen-com tag-itkanalen tag-itkanalen-sverige tag-itkanalen-com tag-itkanalen-se tag-microsoft tag-microsoft-365 tag-microsoft-365-business tag-microsoft-365-copilot tag-microsoft-ai-cloud-partner-program tag-microsoft-ignite tag-microsoft-marketplace tag-partnerprogram cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Microsofts KI-Strategie f\u00fcr das Partnernetzwerk im Hinblick auf das Gesch\u00e4ftsjahr 2027 mit Copilot, Azure AI Foundry, Microsoft 365, Copilot Studio, KI-Agenten, Cybersicherheit und Microsoft Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Microsoft-skarper-AI-strategin-for-partners-infor-rakenskapsaret.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\" class=\"cs-overlay-link\" title=\"Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/microsoft-ai-strategi-partners-fy27\/\">Microsoft sch\u00e4rft KI-Strategie f\u00fcr Partner im Vorfeld des Gesch\u00e4ftsjahres 2027<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30358 post type-post status-publish format-standard has-post-thumbnail category-ledarskap tag-cfo tag-cybersakerhet tag-emea tag-enterprise-it tag-exclusive-networks tag-finans tag-finanschef tag-foretagsledning tag-global-expansion tag-it-media-group tag-it-nyheter tag-it-nyheter-finans tag-it-branschen tag-it-distribution tag-it-kanalen tag-jesper-trolle tag-kanalpartner tag-ledarskap tag-nexture tag-partnerprogram tag-procter-gamble tag-radisson-hospitality tag-sergio-amodeo tag-teamsystem tag-tillvaxt cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1140x644.jpg 1140w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Sergio Amodeo, neuer Group CFO bei Exclusive Networks, st\u00e4rkt das globale F\u00fchrungsteam des Unternehmens f\u00fcr weiteres internationales Wachstum im Bereich Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/exclusive-networks-Sergio-Amodeo.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\" class=\"cs-overlay-link\" title=\"Exclusive Networks ernennt Sergio Amodeo zum Group CFO\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-sergio-amodeo-finanschef\/\">Exclusive Networks ernennt Sergio Amodeo zum Group CFO<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-30335 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-1password tag-aws tag-aws-marketplace tag-cloud-marketplace tag-cloud-security tag-cybersakerhet tag-dsor tag-emea tag-enterprise-security tag-iam tag-identitetssakerhet tag-identity-and-access-management tag-identity-security tag-it-media-group tag-it-branschen tag-it-distribution tag-it-kanalen tag-kanalpartner tag-molnsakerhet tag-molntjanster tag-partnerkanalen tag-sakerhetslosningar tag-unified-access tag-westcon-comstor tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left cs-entry__outer-accent\">\n\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Larissa Crandall, Global Vice President of Channel and Alliances bei 1Password, und Peter Woest, Cloud Marketplace Partnerships Director bei Westcon-Comstor, sprechen \u00fcber die erweiterte Zusammenarbeit des Unternehmens im Bereich AWS Marketplace.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor-1152x648.jpg 1152w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/08\/Larissa-Crandall-Global-Vice-President-of-Channel-and-Alliances-Password-and-Peter-Woest-Cloud-Marketplace-Partnerships-Director-Westcon-Comstor.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\" class=\"cs-overlay-link\" title=\"1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/1password-westcon-comstor-aws-marketplace-emea\/\">1Password tritt dem AWS Marketplace-Programm von Westcon-Comstor f\u00fcr EMEA-Partner bei.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\n\t\t<\/section>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a72a216 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"a72a216\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e43095 elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"9e43095\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-5009\" class=\"custom-slider itbra-slider-3323504735 itbra-slider\"><ul><li><div id=\"itbra-4269441268\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Vortiq-x-slider.jpg\"\r\n      alt=\"VORTIQ-X AI Governance hilft Unternehmen dabei, KI in kontrollierbaren und \u00fcberpr\u00fcfbaren Gesch\u00e4ftswert umzuwandeln.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    VORTIQ-X ist eine KI-Governance-Plattform, die Unternehmen dabei unterst\u00fctzt, KI zu steuern, zu verifizieren und messbaren Gesch\u00e4ftswert daraus zu generieren. Die Plattform konzentriert sich auf Transparenz, Compliance, KI-Governance und den effektiven Einsatz von KI in gesch\u00e4ftskritischen Prozessen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-198733127\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/sv\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/IT-Branschen-banner-orange.jpg\"\r\n      alt=\"Die nordische Technologie-Medienplattform der IT-Branche berichtet \u00fcber Cybersicherheit, Cloud, KI, digitale Transformation, Vertriebskan\u00e4le, Managed Service Provider (MSPs) und Neuigkeiten aus der Unternehmens-IT.\"\r\n      title=\"IT-Branche | Nordische Medien f\u00fcr Technologie, Cybersicherheit und Unternehmens-IT\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die IT-Branche ist eine f\u00fchrende nordische Technologie-Medienplattform, die \u00fcber Cybersicherheit, K\u00fcnstliche Intelligenz, Cloud Computing, Unternehmens-IT, digitale Transformation, Managed Services, Channel-Partner, Softwareentwicklung, Telekommunikation, Rechenzentren, IT-Infrastruktur, Technologief\u00fchrerschaft, Gesch\u00e4ftsinnovationen und Zukunftstechnologien berichtet. Mit Interviews von F\u00fchrungskr\u00e4ften, Branchenanalysen, Eventberichten, Vordenkern, Produktneuheiten, Anbieter-Updates und Marktanalysen vernetzt die IT-Branche Technologieentscheider, CIOs, CISOs, CTOs, IT-Manager, MSPs, Reseller, Distributoren, Technologieanbieter, Startups und Unternehmen in Schweden, Norwegen, D\u00e4nemark, Finnland und Europa. Die Berichterstattung umfasst Cybersicherheitstrends, KI-Einf\u00fchrung, Cloud-Strategie, Unternehmenssoftware, Netzwerke, digitale Infrastruktur, Nachhaltigkeit, Compliance, Governance, Risikomanagement, Automatisierung, Datenanalyse und zuk\u00fcnftige Technologieentwicklungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1759632945\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/maciek-szczesniak-magic-chats-youtube.jpg\"\r\n      alt=\"Maciek Szczesniak war auf dem Podcast-Banner Magic Chats von IT-Branschen Wire Channel zu sehen\"\r\n      title=\"Maciek Szczesniak | Magic Chats Podcast | Wire Channel f\u00fcr die IT-Branche\"\r\n      loading=\"lazy\"\r\n      decoding=\"async\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Maciek Szczesniak tritt in den IT-Branschen Wire Channel Magic Chats auf und spricht \u00fcber F\u00fchrung, Innovation, digitale Transformation und Unternehmensdienstleistungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1398550880\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/italy.cybertechconference.com\/\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/banner-slider-rome-cyber-tech-europe-Italy-Rome.jpg\"\r\n      alt=\"Cybertech Europe 2026, die Cybersicherheitskonferenz in Rom, mit der IT-Branche als offiziellem Medienpartner\"\r\n      title=\"Offizieller Medienpartner der Cybertech Europe 2026 | Die IT-Branche\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die Cybertech Europe 2026 ist eine der f\u00fchrenden Cybersicherheitskonferenzen Europas und bringt in Rom Cybersicherheitsexperten, Regierungsvertreter, Technologieinnovatoren, Startups, Investoren und Entscheidungstr\u00e4ger aus Unternehmen zusammen. Die IT-Branche fungiert als offizieller Medienpartner und bietet Berichterstattung \u00fcber die Veranstaltung, Interviews mit F\u00fchrungskr\u00e4ften, Brancheneinblicke und Cybersicherheitsnachrichten f\u00fcr das nordische und europ\u00e4ische Publikum.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider3323504735 = jQuery( \".itbra-slider-3323504735\" );$itbraslider3323504735.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider3323504735.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider3323504735.on(\"mouseover\", function() {$itbraslider3323504735.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider3323504735.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e6960e e-flex e-con-boxed e-con e-parent\" data-id=\"6e6960e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e3d635 elementor-widget elementor-widget-cs-heading\" data-id=\"5e3d635\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tCybersicherheit\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"cs-heading__link\" href=\"https:\/\/itbranschen.com\/category\/cybersakerhet\/\" target=\"_self\">\n\t\t\t\t\t\t\t<span>\t\n\t\t\t\t\t\t\t\tAlles entdecken\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e741f5 e-con-full e-flex e-con e-child\" data-id=\"9e741f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-acf4d4d e-con-full e-flex e-con e-child\" data-id=\"acf4d4d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c538ffe elementor-widget elementor-widget-cs-posts\" data-id=\"c538ffe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30132 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-acronis tag-acronis-accelerate tag-agentic-ai tag-ai tag-ai-adoption-norden tag-ai-agents tag-ai-agenter tag-artificiell-intelligens tag-automation tag-autonomous-it tag-backup tag-cloud-infrastructure-2 tag-constructor-fabric tag-cyber-intelligence tag-cyberconsole tag-cyberframe tag-cybersakerhet tag-cybersecurity tag-cyberstudio tag-disaster-recovery tag-enterprise-it tag-equinix tag-fortinet tag-google-cloud tag-intel tag-it-automation tag-it-operations tag-it-automation-2 tag-jan-jaap-jager tag-jurgen-weiss tag-managed-service-provider tag-msp tag-norden tag-paul-maritz tag-pax8 tag-rob-rae tag-seagate tag-serg-bell tag-serge-bell tag-sigma-vista tag-sverige tag-vmware cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Acronis Accelerate: Der Weg zur autonomen IT mit Jan-Jaap Jager, Serge Bell und Warren Adelman w\u00e4hrend der globalen virtuellen Veranstaltung zu KI, Automatisierung und der Zukunft von MSP-Dienstleistungen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-392x222.jpg 392w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1140x644.jpg 1140w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Acronis Accelerate: Der Weg zur autonomen IT mit Jan-Jaap Jager, Serge Bell und Warren Adelman w\u00e4hrend der globalen virtuellen Veranstaltung zu KI, Automatisierung und der Zukunft von MSP-Dienstleistungen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Accelerate.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"cs-video-wrapper\" data-video-id=\"9x9TT9HfUJo\" data-video-start=\"125\" data-video-end=\"0\">\n\t\t\t\t<div class=\"cs-video-inner\"><\/div>\n\t\t\t\t<div class=\"cs-video-loader\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/acronis-autonomous-it-ai-msp\/\" class=\"cs-overlay-link\" title=\"Acronis stellt autonome IT und KI vor, um Managed Service Providern (MSPs) bei der Automatisierung des IT-Betriebs der n\u00e4chsten Generation zu helfen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/acronis-autonomous-it-ai-msp\/\">Acronis stellt autonome IT und KI vor, um Managed Service Providern (MSPs) bei der Automatisierung des IT-Betriebs der n\u00e4chsten Generation zu helfen.<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tK\u00fcnstliche Intelligenz ver\u00e4ndert die Arbeitsweise von Managed Service Providern. Auf der Acronis Accelerate pr\u00e4sentierte Acronis eine Reihe neuer KI-basierter L\u00f6sungen\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">30. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29923 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-acronis tag-acronis-threat-research-unit tag-cve-2026-35273 tag-cyberhot tag-cybersakerhet tag-dataintrang tag-endpoint-security tag-it-sakerhet tag-malware tag-oracle tag-oracle-peoplesoft tag-phishing tag-ransomware tag-sakerhetsrapport tag-sarbarheter tag-shinyhunters tag-threat-intelligence tag-xdr tag-zero-day-2 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Acronis Threat Research Unit Cyberthreats Update Juli 2026 mit Visualisierung globaler Cyberbedrohungen, Oracle PeopleSoft-Schwachstelle CVE-2026-35273, Ransomware, Phishing und Datenlecks.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Acronis Threat Research Unit Cyberthreats Update Juli 2026 mit Visualisierung globaler Cyberbedrohungen, Oracle PeopleSoft-Schwachstelle CVE-2026-35273, Ransomware, Phishing und Datenlecks.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Acronis-Cyberthreats-uppdatering.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/acronis-oracle-sarbarhet-ransomware-juli-2026\/\" class=\"cs-overlay-link\" title=\"Acronis: Oracle-Sicherheitsl\u00fccke, Ransomware und Datenlecks dominierten die Cyberbedrohungen im Juni\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/acronis-oracle-sarbarhet-ransomware-juli-2026\/\">Acronis: Oracle-Sicherheitsl\u00fccke, Ransomware und Datenlecks dominierten die Cyberbedrohungen im Juni<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tDer neueste Bedrohungsbericht von Acronis zeigt, dass Oracle-Schwachstellen, Ransomware, Phishing und Datenlecks weiterhin die globalen Bedrohungen dominieren\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">29. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0649d9 cs-dividervertical cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"a0649d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-vertical\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ae392b e-con-full e-flex e-con e-child\" data-id=\"3ae392b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bcbbe84 e-con-full e-flex e-con e-child\" data-id=\"bcbbe84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c80f509 e-con-full e-flex e-con e-child\" data-id=\"c80f509\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-937f05c elementor-widget-mobile__width-inherit elementor-widget elementor-widget-cs-posts\" data-id=\"937f05c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29910 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-adem tag-ai tag-application-performance-monitoring tag-artificial-intelligence tag-cloud tag-cortex-agentix tag-devops tag-digital-experience tag-digital-experience-monitoring tag-embrace tag-enterprise-it tag-gartner tag-it-infrastructure tag-network-monitoring tag-observability tag-palo-alto-networks tag-real-user-monitoring tag-rum tag-software-observability tag-synthetics cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/palo-alto-networks-observability-rum\/\">Palo Alto Networks erweitert die Observability-Plattform um die \u00dcberwachung der digitalen Benutzererfahrung.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">28. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29895 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-bedragerier tag-brand-protection tag-cyber-defence tag-cyber-intelligence tag-cyber-resilience tag-cyberhot tag-cybersakerhet tag-digital-risk-management tag-incidenthantering tag-informationssakerhet tag-integrity360 tag-riskhantering tag-security-operations tag-threat-detection tag-threat-intelligence cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/integrity360-lanserar-threat-intelligence-tjanster\/\">Integrity360 f\u00fchrt neue Dienste zur fr\u00fchzeitigen Erkennung von Cyberbedrohungen ein.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">28. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29877 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-search tag-ai-seo tag-digital-marknadsforing tag-digital-synlighet tag-digital-transformation tag-europa tag-foretag tag-generativ-ai tag-google tag-loopia tag-online-business tag-saas tag-sokmotorer tag-sverige tag-team-blue tag-webbplatser cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-soklandskap-svenska-foretag-synlighet-online\/\">Die Suchfunktionen ver\u00e4ndern sich, und die Marken k\u00f6nnen nicht mithalten: Zwei von f\u00fcnf sind von Plattform\u00e4nderungen negativ betroffen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">28. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29862 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-2-nm tag-2-nanometer tag-advanced-packaging tag-ai tag-ai-acceleratorer tag-ai-chip tag-ai-datacenter-2 tag-ai-ekonomi tag-ai-infrastruktur tag-amd tag-artificiell-intelligens tag-asic tag-asic-kretsar tag-avancerad-kapsling tag-broadcom tag-chip tag-chip-packaging tag-chipdesign tag-chipproduktion tag-cloud-computing tag-datacenter tag-datacenterteknik tag-deep-learning tag-digital-infrastruktur tag-dram tag-elektronik tag-enterprise-ai tag-foundry tag-framtidens-datacenter tag-generativ-ai tag-gpu tag-halvledare tag-halvledarindustrin tag-hbm tag-high-bandwidth-memory tag-hogpresterande-datorer tag-hpc tag-hyperscale tag-hyperscaler tag-hyperskaliga-datacenter tag-infrastruktur tag-innovation tag-intel tag-it-branschen tag-kretsar tag-llm tag-maskininlarning tag-minne tag-minnesteknik tag-molninfrastruktur tag-molntjanster tag-nvidia tag-processorer tag-samsung tag-samsung-electronics tag-semiconductor tag-semiconductor-manufacturing tag-storskaliga-sprakmodeller tag-sub-2nm tag-systemkretsar tag-tekniknyheter tag-tsmc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/samsung-broadcom-ai-samarbete-hbm-chip\/\">Samsung und Broadcom vertiefen ihre Zusammenarbeit im Bereich KI \u2013 der Deal k\u00f6nnte einen Wert von \u00fcber 200 Milliarden Dollar haben<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">28. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-96e7459 e-con-full e-flex e-con e-child\" data-id=\"96e7459\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec44ad2 elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"ec44ad2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-4053\" class=\"custom-slider itbra-slider-2186192473 itbra-slider\"><ul><li><div id=\"itbra-2689263227\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" \r\n      alt=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      title=\"Magic Chats YouTube-Kanal | IT-Branche\" \r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Magic-Chats-Maciek-Szczesniak-youtube.jpg\" \r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;    color:#000;    z-index:10;  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2788715395\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche: Steigern Sie Ihre Sichtbarkeit mit nordischen B2B-Medien.\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-4.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2076452742\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/interflexgroup.se\/\" target=\"_blank\" rel=\"sponsored noopener\">\r\n    <img decoding=\"async\" alt=\"InterFlex Group, Partner f\u00fcr Zulieferer in der IT-Branche, Anzeige\" title=\"Interflex Group Banner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-1.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-773226879\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img decoding=\"async\" alt=\"IT-Branche, lasst eure Ideen mit Nordic B2B Media durchstarten!\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ITB-Nordic-3.jpg\" style=\"width:100%; height:auto; display:block;\" title=\"| IT-Branche\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-3296966865\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/www.journeyofficial.eu\/products\/loc8-versa-magsafe-money-clip-wallet-stand\" target=\"_blank\" rel=\"sponsored nofollow noopener\">\r\n \r\n    <img decoding=\"async\" alt=\"Journey LOC8 VERSA | IT-Branche\" title=\"Reisebanner | IT-Branche\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/JOURNEY-LOC-Versa.jpg\" style=\"width:100%; height:auto; display:block;\">\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-2099845831\" style=\"margin-left: auto;margin-right: auto;text-align: center;clear: both;\"><div style=\"position: relative; display: inline-block; width:100%; max-width:300px;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img decoding=\"async\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/VORTIQ-X-banner.jpg\"\r\n      alt=\"VORTIQ-X KI-Governance, die die Token-\u00d6konomie in kontrollierbaren Gesch\u00e4ftswert umwandelt.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      style=\"width:100%; height:auto; display:block;\"\r\n    >\r\n  <\/a>\r\n\r\n  <div style=\"    position:absolute;    bottom:8px;    left:8px;    font-size:11px;    background:rgba(255,255,255,0.9);    padding:3px 7px;    border-radius:3px;    font-weight:600;    letter-spacing:0.5px;  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/div><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider2186192473 = jQuery( \".itbra-slider-2186192473\" );$itbraslider2186192473.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider2186192473.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider2186192473.on(\"mouseover\", function() {$itbraslider2186192473.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider2186192473.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f0d2a9 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"6f0d2a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62b1577 e-con-full e-flex e-con e-child\" data-id=\"62b1577\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c86f46 elementor-widget elementor-widget-cs-posts\" data-id=\"3c86f46\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"2\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29827 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-chatgpt tag-codex tag-driftavbrott tag-openai cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/chatgpt-driftavbrott\/\">OpenAI best\u00e4tigt: ChatGPT war weltweit ausgefallen<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">26. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29795 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-apex-ai tag-apex-os tag-autonoma-system tag-cybersakerhet tag-edge-computing tag-forsvarsteknik tag-industriell-automation tag-kritisk-infrastruktur tag-kvantdatorer tag-kvantsakerhet tag-mjukvarudefinierade-fordon tag-molnsakerhet tag-nist tag-postkvantkryptografi tag-pqc tag-quantum-security tag-robotik tag-terra-quantum cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/terra-quantum-apex-ai-postkvantkryptografi\/\">Terra Quantum und Apex.AI demonstrieren quantensichere Kommunikation mit Post-Quanten-Kryptographie<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">24. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29738 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-anthropic tag-arechclient2 tag-bing tag-bnb-smart-chain tag-claude tag-claude-artifact tag-claude-desktop tag-clickfix tag-cyberattack tag-cybersakerhet tag-dll-sideloading tag-etherhiding tag-fakeagent tag-fjarratkomsttrojan tag-huntress tag-informationsstold tag-malvertising tag-microsoft-bing tag-operation-endgame tag-rat tag-sectoprat tag-skadeprogram tag-skadliga-annonser tag-stealc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/falsk-claude-app-sprider-sectoprat\/\">Gef\u00e4lschte Claude-App in Bing-Anzeigen verbreitet SectopRAT<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">24. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29719 post type-post status-publish format-standard has-post-thumbnail category-partnerskap-distributorer tag-ai tag-ai-driven-cybersakerhet-2 tag-arbetsflodesautomation tag-aterforsaljare tag-cybersakerhet tag-digital-transformation tag-distribution tag-emea tag-europa tag-exclusive-networks tag-kanalpartners tag-mellanostern tag-partnernatverk tag-sakerhetsplattform-2 tag-servicenow tag-systemintegratorer cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/partnerskap-distributorer\/\" rel=\"category tag\">Partnerschaften &amp; Distributoren<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-och-servicenow-ai-cybersakerhet-emea\/\">Exclusive Networks und ServiceNow schlie\u00dfen Vertriebsvereinbarung f\u00fcr KI-gest\u00fctzte Cybersicherheit in EMEA ab<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">24. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29699 post type-post status-publish format-standard has-post-thumbnail category-forsvar tag-airforce-technology tag-bosco-da-costa-junior tag-brasilien tag-computer-sweden tag-dagens-industri tag-defence-industry-europe tag-defense-express tag-edr-magazine tag-embraer tag-embraer-defense-security tag-european-security-defence tag-flygindustri tag-forsvarsindustri tag-forsvarsteknik tag-gaviao-peixoto tag-gripen tag-gripen-e tag-gripen-e-f tag-infodefensa tag-it-media-group tag-it-kanalen tag-latinamerika tag-linkoping tag-micael-johansson tag-militarflyg tag-nordic-defence-review tag-ny-teknik tag-produktion tag-realtid tag-saab tag-saab-aeronautics tag-shephard-media tag-stridsflyg tag-techworld tag-teknikoverforing tag-the-defense-post cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/forsvar\/\" rel=\"category tag\">Verteidigung<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/saab-embraer-starker-gripen-samarbetet-med-utokad-produktionskapacitet\/\">Saab und Embraer verst\u00e4rken ihre Zusammenarbeit mit einer Vereinbarung \u00fcber erweiterte Produktionskapazit\u00e4ten f\u00fcr den Gripen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">23. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29676 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-adobe tag-ai tag-amazon tag-apple tag-brand-phishing-report tag-chatgpt tag-check-point-research tag-check-point-software tag-cyberhot tag-cybersakerhet tag-facebook tag-generativ-ai tag-google tag-identitetsstold tag-it-sakerhet tag-linkedin tag-microsoft tag-natfiske tag-openai tag-paypal tag-phishing tag-threatcloud tag-whatsapp cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/chatgpt-natfiskebedrageri\/\">ChatGPT neues Ziel f\u00fcr Phishing-Betrug \u2013 Microsoft bleibt am h\u00e4ufigsten betroffen<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">23. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29660 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-ai-assisterad-kod tag-ai-genererad-kod tag-ai-sakerhet tag-ai-utveckling tag-applikationssakerhet tag-armis tag-armis-labs tag-claude tag-cybersakerhet tag-devsecops tag-gemini tag-kodgranskning tag-kodsakerhet tag-mjukvaruutveckling tag-open-source tag-oppen-kallkod-2 tag-programvaruforsorjningskedja tag-programvarusakerhet tag-riskhantering tag-sarbarheter tag-secure-coding tag-software-supply-chain-security tag-tredjepartskod tag-vibe-coding cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-genererad-kod-nar-ai-skriver-koden-maste-sakerheten-tanka-om\/\">Wenn KI den Code schreibt, muss das Sicherheitskonzept \u00fcberdacht werden.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">23. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29634 post type-post status-publish format-standard has-post-thumbnail category-nyheter cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/denodo-lanserar-nya-denodo-platform-9-5\/\">Denodo ver\u00f6ffentlicht die neue Denodo-Plattform 9.5<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">23. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8aefb3a cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"8aefb3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-224f68a elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"224f68a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-5009\" class=\"custom-slider itbra-slider-1301931171 itbra-slider\"><ul><li><div id=\"itbra-198733127\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/sv\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/IT-Branschen-banner-orange.jpg\"\r\n      alt=\"Die nordische Technologie-Medienplattform der IT-Branche berichtet \u00fcber Cybersicherheit, Cloud, KI, digitale Transformation, Vertriebskan\u00e4le, Managed Service Provider (MSPs) und Neuigkeiten aus der Unternehmens-IT.\"\r\n      title=\"IT-Branche | Nordische Medien f\u00fcr Technologie, Cybersicherheit und Unternehmens-IT\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die IT-Branche ist eine f\u00fchrende nordische Technologie-Medienplattform, die \u00fcber Cybersicherheit, K\u00fcnstliche Intelligenz, Cloud Computing, Unternehmens-IT, digitale Transformation, Managed Services, Channel-Partner, Softwareentwicklung, Telekommunikation, Rechenzentren, IT-Infrastruktur, Technologief\u00fchrerschaft, Gesch\u00e4ftsinnovationen und Zukunftstechnologien berichtet. Mit Interviews von F\u00fchrungskr\u00e4ften, Branchenanalysen, Eventberichten, Vordenkern, Produktneuheiten, Anbieter-Updates und Marktanalysen vernetzt die IT-Branche Technologieentscheider, CIOs, CISOs, CTOs, IT-Manager, MSPs, Reseller, Distributoren, Technologieanbieter, Startups und Unternehmen in Schweden, Norwegen, D\u00e4nemark, Finnland und Europa. Die Berichterstattung umfasst Cybersicherheitstrends, KI-Einf\u00fchrung, Cloud-Strategie, Unternehmenssoftware, Netzwerke, digitale Infrastruktur, Nachhaltigkeit, Compliance, Governance, Risikomanagement, Automatisierung, Datenanalyse und zuk\u00fcnftige Technologieentwicklungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1759632945\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/maciek-szczesniak-magic-chats-youtube.jpg\"\r\n      alt=\"Maciek Szczesniak war auf dem Podcast-Banner Magic Chats von IT-Branschen Wire Channel zu sehen\"\r\n      title=\"Maciek Szczesniak | Magic Chats Podcast | Wire Channel f\u00fcr die IT-Branche\"\r\n      loading=\"lazy\"\r\n      decoding=\"async\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Maciek Szczesniak tritt in den IT-Branschen Wire Channel Magic Chats auf und spricht \u00fcber F\u00fchrung, Innovation, digitale Transformation und Unternehmensdienstleistungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1398550880\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/italy.cybertechconference.com\/\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/banner-slider-rome-cyber-tech-europe-Italy-Rome.jpg\"\r\n      alt=\"Cybertech Europe 2026, die Cybersicherheitskonferenz in Rom, mit der IT-Branche als offiziellem Medienpartner\"\r\n      title=\"Offizieller Medienpartner der Cybertech Europe 2026 | Die IT-Branche\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die Cybertech Europe 2026 ist eine der f\u00fchrenden Cybersicherheitskonferenzen Europas und bringt in Rom Cybersicherheitsexperten, Regierungsvertreter, Technologieinnovatoren, Startups, Investoren und Entscheidungstr\u00e4ger aus Unternehmen zusammen. Die IT-Branche fungiert als offizieller Medienpartner und bietet Berichterstattung \u00fcber die Veranstaltung, Interviews mit F\u00fchrungskr\u00e4ften, Brancheneinblicke und Cybersicherheitsnachrichten f\u00fcr das nordische und europ\u00e4ische Publikum.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-4269441268\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Vortiq-x-slider.jpg\"\r\n      alt=\"VORTIQ-X AI Governance hilft Unternehmen dabei, KI in kontrollierbaren und \u00fcberpr\u00fcfbaren Gesch\u00e4ftswert umzuwandeln.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    VORTIQ-X ist eine KI-Governance-Plattform, die Unternehmen dabei unterst\u00fctzt, KI zu steuern, zu verifizieren und messbaren Gesch\u00e4ftswert daraus zu generieren. Die Plattform konzentriert sich auf Transparenz, Compliance, KI-Governance und den effektiven Einsatz von KI in gesch\u00e4ftskritischen Prozessen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider1301931171 = jQuery( \".itbra-slider-1301931171\" );$itbraslider1301931171.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider1301931171.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider1301931171.on(\"mouseover\", function() {$itbraslider1301931171.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider1301931171.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f7a4d8 e-flex e-con-boxed e-con e-parent\" data-id=\"0f7a4d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8db45e3 elementor-widget elementor-widget-cs-heading\" data-id=\"8db45e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tFintech\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"cs-heading__link\" href=\"https:\/\/itbranschen.com\/category\/fintech\/\" target=\"_self\">\n\t\t\t\t\t\t\t<span>\t\n\t\t\t\t\t\t\t\tAlles entdecken\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dce3a79 elementor-widget elementor-widget-cs-posts\" data-id=\"dce3a79\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"2\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-28330 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-finans category-fintech category-foretag tag-advisa tag-adyen tag-affarsnyheter tag-affarsvarlden tag-anyfin tag-axo-finans tag-banker tag-banking-news tag-betalningar tag-breakit tag-business-growth tag-capgemini tag-cio-sweden tag-commercial-excellence tag-commercial-strategy tag-compricer tag-computer-sweden tag-dagens-industri tag-digital-banking tag-digital-transformation tag-embedded-finance tag-enklare tag-executive-appointment tag-executive-leadership tag-financial-technology tag-finansbranschen tag-finansiella-tjanster tag-finanswatch tag-finextra tag-fintech tag-fintech-news tag-fintech-sverige tag-foretagsnyheter tag-fredrik-carlson tag-freedom-finance tag-froda tag-it-media-group tag-it-branschen tag-it-kanalen tag-klarna tag-kommersiell-utveckling tag-konsumentlan tag-kreditkort tag-kreditmarknaden tag-lan-2 tag-laneformedling tag-lanejamforelse tag-ledarskap tag-lendo tag-lunar tag-managing-director tag-mastercard tag-norden tag-nordic-banking tag-nordic-fintech tag-nordisk-fintech tag-northmill-bank tag-ny-chef tag-ny-vd tag-open-banking tag-payments tag-privatekonomi tag-qred tag-realtid tag-rekrytering tag-sambla-group tag-stripe tag-svensk-fintech tag-sverige tag-techsverige tag-the-paypers tag-tink tag-trustly tag-visa tag-yabie tag-zmarta cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Die Sambla Group ernennt Fredrik Carlson zum Gesch\u00e4ftsf\u00fchrer f\u00fcr Schweden, um das weitere Wachstum und die Gesch\u00e4ftsentwicklung des Unternehmens zu leiten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Die Sambla Group ernennt Fredrik Carlson zum Gesch\u00e4ftsf\u00fchrer f\u00fcr Schweden, um das weitere Wachstum und die Gesch\u00e4ftsentwicklung des Unternehmens zu leiten.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sambla-Group-appoints-Fredrik-Carlson-as-Managing-Director-Sweden.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/fredrik-carlson-sambla-group\/\" class=\"cs-overlay-link\" title=\"Die Sambla-Gruppe ernennt Fredrik Carlson zum Gesch\u00e4ftsf\u00fchrer f\u00fcr Schweden.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/finans\/\" rel=\"category tag\">Finanziell<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/fintech\/\" rel=\"category tag\">Fintech<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/foretag\/\" rel=\"category tag\">Gesch\u00e4ft<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/fredrik-carlson-sambla-group\/\">Die Sambla-Gruppe ernennt Fredrik Carlson zum Gesch\u00e4ftsf\u00fchrer f\u00fcr Schweden.<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tDie Sambla Group verst\u00e4rkt ihre schwedische Organisation mit der Einstellung von Fredrik Carlson als Gesch\u00e4ftsf\u00fchrer f\u00fcr Schweden. Er wird f\u00fcr die Gesch\u00e4ftsentwicklung und den weiteren Erfolg des Unternehmens verantwortlich sein\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">7. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-27570 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-finans category-fintech tag-affarssystem-2 tag-ai-automation-foretag tag-ai-inom-ekonomi tag-ai-nyheter tag-artificiell-intelligens tag-artificiell-intelligens-sverige tag-automation tag-automation-foretag tag-business-intelligence tag-cfo-outlook-2026 tag-cfo-sverige tag-collectia tag-collectia-group tag-datadriven-ekonomi tag-datadriven-verksamhet tag-digital-ekonomi tag-digital-transformation tag-digitalisering tag-ekonomi-ai tag-ekonomichefer tag-ekonomifunktion tag-ekonomistyrning tag-enterprise-ai tag-finans-it tag-finansautomation tag-finanssektorn-sverige tag-fintech tag-fintech-sverige tag-foretagsfinans tag-foretagsnyheter-sverige tag-intelligent-automation tag-it-branschen-2 tag-it-media-sverige tag-it-nyheter tag-it-kanal-2 tag-it-kanalen tag-it-kanalen-sverige tag-it-kanalen-se tag-kredithantering tag-nordisk-ekonomi tag-nordisk-it-media tag-riskhantering cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Laut dem CFO Outlook 2026 der Collectia Group sind schwedische Finanzexperten f\u00fchrend in der KI-Entwicklung in den nordischen L\u00e4ndern.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Laut dem CFO Outlook 2026 der Collectia Group sind schwedische Finanzexperten f\u00fchrend in der KI-Entwicklung in den nordischen L\u00e4ndern.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/06\/Collectia-Group.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/svenska-ekonomifunktioner-ai-nordeuropa\/\" class=\"cs-overlay-link\" title=\"Das schwedische Wirtschaftsteam ist f\u00fchrend in Nordeuropa im Bereich eingebetteter KI\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/finans\/\" rel=\"category tag\">Finanziell<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/fintech\/\" rel=\"category tag\">Fintech<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/svenska-ekonomifunktioner-ai-nordeuropa\/\">Das schwedische Wirtschaftsteam ist f\u00fchrend in Nordeuropa im Bereich eingebetteter KI<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tSchwedische Finanzabteilungen weisen den h\u00f6chsten digitalen Entwicklungsstand in Nordeuropa auf. Eine neue Studie von Collectia zeigt, dass schwedische Finanzmanager die Entwicklungen in den Bereichen KI, datengest\u00fctztes Kreditmanagement und \u2026 vorantreiben.\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">25. Juni 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-285929e cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"285929e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aa8bd9 elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"2aa8bd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-5009\" class=\"custom-slider itbra-slider-510214953 itbra-slider\"><ul><li><div id=\"itbra-4269441268\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Vortiq-x-slider.jpg\"\r\n      alt=\"VORTIQ-X AI Governance hilft Unternehmen dabei, KI in kontrollierbaren und \u00fcberpr\u00fcfbaren Gesch\u00e4ftswert umzuwandeln.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    VORTIQ-X ist eine KI-Governance-Plattform, die Unternehmen dabei unterst\u00fctzt, KI zu steuern, zu verifizieren und messbaren Gesch\u00e4ftswert daraus zu generieren. Die Plattform konzentriert sich auf Transparenz, Compliance, KI-Governance und den effektiven Einsatz von KI in gesch\u00e4ftskritischen Prozessen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1398550880\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/italy.cybertechconference.com\/\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/banner-slider-rome-cyber-tech-europe-Italy-Rome.jpg\"\r\n      alt=\"Cybertech Europe 2026, die Cybersicherheitskonferenz in Rom, mit der IT-Branche als offiziellem Medienpartner\"\r\n      title=\"Offizieller Medienpartner der Cybertech Europe 2026 | Die IT-Branche\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die Cybertech Europe 2026 ist eine der f\u00fchrenden Cybersicherheitskonferenzen Europas und bringt in Rom Cybersicherheitsexperten, Regierungsvertreter, Technologieinnovatoren, Startups, Investoren und Entscheidungstr\u00e4ger aus Unternehmen zusammen. Die IT-Branche fungiert als offizieller Medienpartner und bietet Berichterstattung \u00fcber die Veranstaltung, Interviews mit F\u00fchrungskr\u00e4ften, Brancheneinblicke und Cybersicherheitsnachrichten f\u00fcr das nordische und europ\u00e4ische Publikum.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1759632945\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/maciek-szczesniak-magic-chats-youtube.jpg\"\r\n      alt=\"Maciek Szczesniak war auf dem Podcast-Banner Magic Chats von IT-Branschen Wire Channel zu sehen\"\r\n      title=\"Maciek Szczesniak | Magic Chats Podcast | Wire Channel f\u00fcr die IT-Branche\"\r\n      loading=\"lazy\"\r\n      decoding=\"async\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Maciek Szczesniak tritt in den IT-Branschen Wire Channel Magic Chats auf und spricht \u00fcber F\u00fchrung, Innovation, digitale Transformation und Unternehmensdienstleistungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-198733127\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/sv\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/IT-Branschen-banner-orange.jpg\"\r\n      alt=\"Die nordische Technologie-Medienplattform der IT-Branche berichtet \u00fcber Cybersicherheit, Cloud, KI, digitale Transformation, Vertriebskan\u00e4le, Managed Service Provider (MSPs) und Neuigkeiten aus der Unternehmens-IT.\"\r\n      title=\"IT-Branche | Nordische Medien f\u00fcr Technologie, Cybersicherheit und Unternehmens-IT\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die IT-Branche ist eine f\u00fchrende nordische Technologie-Medienplattform, die \u00fcber Cybersicherheit, K\u00fcnstliche Intelligenz, Cloud Computing, Unternehmens-IT, digitale Transformation, Managed Services, Channel-Partner, Softwareentwicklung, Telekommunikation, Rechenzentren, IT-Infrastruktur, Technologief\u00fchrerschaft, Gesch\u00e4ftsinnovationen und Zukunftstechnologien berichtet. Mit Interviews von F\u00fchrungskr\u00e4ften, Branchenanalysen, Eventberichten, Vordenkern, Produktneuheiten, Anbieter-Updates und Marktanalysen vernetzt die IT-Branche Technologieentscheider, CIOs, CISOs, CTOs, IT-Manager, MSPs, Reseller, Distributoren, Technologieanbieter, Startups und Unternehmen in Schweden, Norwegen, D\u00e4nemark, Finnland und Europa. Die Berichterstattung umfasst Cybersicherheitstrends, KI-Einf\u00fchrung, Cloud-Strategie, Unternehmenssoftware, Netzwerke, digitale Infrastruktur, Nachhaltigkeit, Compliance, Governance, Risikomanagement, Automatisierung, Datenanalyse und zuk\u00fcnftige Technologieentwicklungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider510214953 = jQuery( \".itbra-slider-510214953\" );$itbraslider510214953.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider510214953.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider510214953.on(\"mouseover\", function() {$itbraslider510214953.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider510214953.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3395b36 e-con-full e-flex e-con e-parent\" data-id=\"3395b36\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10c9197 elementor-widget elementor-widget-cs-heading\" data-id=\"10c9197\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading cs-heading-background\">\n\t\t\t\t<div class=\"cs-heading__container cs-container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tAktuell beliebt\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dfe85ba elementor-widget elementor-widget-cs-posts\" data-id=\"dfe85ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__numbered cs-posts-background\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor cs-container\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"5\"\n\t\t\t\t\t\t\t\tdata-lt=\"3\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n\n<article class=\"post-29611 post type-post status-publish format-standard has-post-thumbnail category-forsvar tag-breakit tag-carl-johan-edstrom tag-cio-sweden tag-computer-sweden tag-dagens-industri tag-dual-use tag-eu tag-fmv tag-foi tag-forsvarsinnovation tag-forsvarsmakten tag-forsvarsstaben tag-forsvarsteknik tag-idg-sverige tag-it-media-group tag-it-branschen tag-it-kanalen tag-militar-innovation tag-nato tag-ny-teknik tag-operativ-formaga tag-svensk-forsvarsindustri tag-techworld tag-ukraina tag-vinnova tag-voister cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-accent\">\n\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/forsvar\/\" rel=\"category tag\">Verteidigung<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ny-funktion-ska-driva-forsvarsinnovation\/\">Neue Funktion wird Innovationen im Verteidigungsbereich vorantreiben<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29594 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-hallbarhet tag-csrd tag-cybersakerhet tag-esg tag-esrs tag-fornybar-energi tag-hallbar-it tag-hallbarhet tag-hybridmoln tag-it-distribution tag-klimatmal-2030 tag-leveranskedja tag-responsible-business-report-2026 tag-sbti tag-science-based-targets-initiative tag-scope-1 tag-scope-2 tag-scope-3 tag-teknikdistribution tag-utslappsminskning tag-westcon-comstor cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-accent\">\n\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/hallbarhet\/\" rel=\"category tag\">Nachhaltigkeit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/westcon-comstor-narmar-sig-klimatmalet-for-2030\/\">Westcon-Comstor n\u00e4hert sich dem Klimaziel f\u00fcr 2030 durch verst\u00e4rkten Einsatz erneuerbarer Energien<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29555 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-foretag tag-arbetsplats tag-business-community tag-coworking tag-flexibla-kontor tag-future-of-work tag-hybridarbete tag-kontor tag-kontorsmarknaden tag-motesrum tag-no18 tag-norra-bantorget tag-premium-office tag-stockholm tag-stockholm-central tag-torsgatan-8 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-accent\">\n\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/foretag\/\" rel=\"category tag\">Gesch\u00e4ft<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/no18-norra-bantorget-stockholm-premium-coworking\/\">No18 richtet einen neuen Premium-Arbeitsplatz bei Norra Bantorget in Stockholm ein<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29533 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-ai-security tag-cloud-security tag-credentials tag-cyberbrott tag-cybersakerhet tag-devops tag-dolphin-x tag-identitetssakerhet tag-information-stealer tag-infostealer tag-malware tag-mitre-attck tag-rat tag-remote-access-trojan tag-ssh-keys tag-threat-intelligence tag-varonis tag-varonis-threat-labs tag-windows cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-accent\">\n\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/dolphin-x-ai-infostealer-over-300-applikationer\/\">Dolphin X nutzt KI, um Opfer zu priorisieren und stiehlt Daten aus \u00fcber 300 Anwendungen.<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\n\n<article class=\"post-29490 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-datacenter tag-ai tag-ai-infrastruktur tag-artificiell-intelligens tag-cloud-computing tag-datacenter tag-datacenterprojekt tag-dc-malpica-ai tag-digital-infrastruktur tag-edgemode tag-europa tag-hogpresterande-berakningar tag-hpc tag-hyperskaligt-datacenter tag-investeringar tag-spanien tag-spark-ai-foundry tag-toledo cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-accent\">\n\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content-wrapper\">\n\t\t\t<div class=\"cs-entry__content\">\n\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/datacenter\/\" rel=\"category tag\">Rechenzentrum<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/spark-ai-foundry-edgemode-spanien-datacenter\/\">Spark AI Foundry unterzeichnet Vertrag \u00fcber 300 Millionen Euro f\u00fcr EdgeModes Rechenzentrumsprojekt in Spanien<\/a><\/h2>\n\t\t\t\t\n\t\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e41fe0e e-flex e-con-boxed e-con e-parent\" data-id=\"e41fe0e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bbaf193 elementor-widget elementor-widget-cs-heading\" data-id=\"bbaf193\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tMeist gelesen\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cce7d52 elementor-widget elementor-widget-cs-posts\" data-id=\"cce7d52\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__tile\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"3\"\n\t\t\t\t\t\t\t\tdata-lt=\"3\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29475 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-ai tag-ai-sakerhet tag-benelux tag-certifikathantering tag-cybersakerhet tag-dach tag-digicert tag-digicert-one tag-digitalt-fortroende tag-distribution tag-dns tag-emea tag-ignition-technology tag-irland tag-kanalpartners tag-maskinidentiteter tag-norden tag-pki tag-postkvantkryptografi tag-pqc tag-public-key-infrastructure tag-storbritannien cs-entry cs-video-wrap\">\n\t<div\n\tclass=\"cs-entry__outer cs-entry__overlay cs-overlay-ratio cs-ratio-landscape-16-9\"\n\tdata-scheme=\"inverse\"\n\t>\n\n\t\t<div class=\"cs-entry__inner cs-entry__thumbnail cs-entry__tile\">\n\n\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"DigiCert und Ignition Technology gehen eine strategische Partnerschaft ein, um DigiCert ONE in der EMEA-Region auszubauen, mit einem Schwerpunkt auf digitalem Vertrauen, KI-Sicherheit und Post-Quanten-Kryptographie.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"DigiCert und Ignition Technology gehen eine strategische Partnerschaft ein, um DigiCert ONE in der EMEA-Region auszubauen, mit einem Schwerpunkt auf digitalem Vertrauen, KI-Sicherheit und Post-Quanten-Kryptographie.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/DigiCert-samarbetar-med-Ignition-Technology-for-att-expandera-DigiCert-ONE-i-EMEA.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-overlay-content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\">DigiCert kooperiert mit Ignition Technology, um DigiCert ONE in der EMEA-Region auszubauen.<\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">22. Juli 2026<\/div><\/div>\t\t<\/div>\n\n\t\t<a class=\"cs-overlay-link\" href=\"https:\/\/itbranschen.com\/de\/digicert-ignition-technology-digicert-one-emea\/\" title=\"DigiCert kooperiert mit Ignition Technology, um DigiCert ONE in der EMEA-Region auszubauen.\"><\/a>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29453 post type-post status-publish format-standard has-post-thumbnail category-affarssystem-och-erp tag-affarssystem-2 tag-ai tag-analysplattform tag-bi tag-business-intelligence tag-data-hub tag-dataanalys tag-datahantering tag-dataintegration tag-delta-sharing tag-digital-transformation tag-ekonomi tag-enterprise-it tag-erp tag-google-bigquery tag-hr tag-microsoft-fabric tag-molntjanster tag-power-bi tag-projektstyrning tag-realtidsdata tag-saas tag-snowflake tag-unit4 tag-unit4-erpx cs-entry cs-video-wrap\">\n\t<div\n\tclass=\"cs-entry__outer cs-entry__overlay cs-overlay-ratio cs-ratio-landscape-16-9\"\n\tdata-scheme=\"inverse\"\n\t>\n\n\t\t<div class=\"cs-entry__inner cs-entry__thumbnail cs-entry__tile\">\n\n\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Unit4 Data Hub visualisiert, wie ERPx Echtzeitdaten an Power BI, Microsoft Fabric, Snowflake, BigQuery und Delta Sharing \u00fcber eine moderne Extraktionsschicht f\u00fcr Business Analytics liefert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Unit4 Data Hub visualisiert, wie ERPx Echtzeitdaten an Power BI, Microsoft Fabric, Snowflake, BigQuery und Delta Sharing \u00fcber eine moderne Extraktionsschicht f\u00fcr Business Analytics liefert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Unit-lanserar-Data-Hub.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-overlay-content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/affarssystem-och-erp\/\" rel=\"category tag\">Gesch\u00e4ftssysteme und ERP<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\">Unit4 pr\u00e4sentiert Data Hub \u2013 schnellere Echtzeit-Einblicke ohne manuelle Datenintegration<\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">22. Juli 2026<\/div><\/div>\t\t<\/div>\n\n\t\t<a class=\"cs-overlay-link\" href=\"https:\/\/itbranschen.com\/de\/unit4-data-hub-realtidsinsikter-erpx\/\" title=\"Unit4 pr\u00e4sentiert Data Hub \u2013 schnellere Echtzeit-Einblicke ohne manuelle Datenintegration\"><\/a>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29434 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-cyberhot tag-cybersakerhet tag-datakryptering tag-identitetssakerhet tag-it-sakerhet tag-komprometterade-identiteter tag-losenkrav tag-mdr tag-mfa tag-phishing tag-ransomware tag-skadlig-e-post tag-sophos tag-state-of-ransomware-2026 tag-xdr cs-entry cs-video-wrap\">\n\t<div\n\tclass=\"cs-entry__outer cs-entry__overlay cs-overlay-ratio cs-ratio-landscape-16-9\"\n\tdata-scheme=\"inverse\"\n\t>\n\n\t\t<div class=\"cs-entry__inner cs-entry__thumbnail cs-entry__tile\">\n\n\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der Sophos State of Ransomware 2026 mit Titelbild, wichtigen Statistiken und Cybersicherheitsthemen zeigt, dass kompromittierte Identit\u00e4ten zum h\u00e4ufigsten Einfallstor f\u00fcr Ransomware-Angriffe geworden sind.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Der Sophos State of Ransomware 2026 mit Titelbild, wichtigen Statistiken und Cybersicherheitsthemen zeigt, dass kompromittierte Identit\u00e4ten zum h\u00e4ufigsten Einfallstor f\u00fcr Ransomware-Angriffe geworden sind.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Sophos-State-of-Ransomware.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-overlay-content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\">Sophos: Kompromittierte Identit\u00e4ten waren die Ursache f\u00fcr 79 % der diesj\u00e4hrigen Ransomware-Angriffe.<\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">22. Juli 2026<\/div><\/div>\t\t<\/div>\n\n\t\t<a class=\"cs-overlay-link\" href=\"https:\/\/itbranschen.com\/de\/sophos-ransomware-identiteter-2026\/\" title=\"Sophos: Kompromittierte Identit\u00e4ten waren die Ursache f\u00fcr 79 % der diesj\u00e4hrigen Ransomware-Angriffe.\"><\/a>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b5fac3 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"6b5fac3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67dbf4a elementor-widget elementor-widget-cs-posts\" data-id=\"67dbf4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__horizontal\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"3\"\n\t\t\t\t\t\t\t\tdata-lt=\"3\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29423 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-ai-governance tag-ai-agenter tag-ai-sakerhet tag-cyberhot tag-cybersakerhet tag-exploitgym tag-generativ-ai tag-gpt-5-6-sol tag-hugging-face tag-hugging-face-spaces tag-lateral-forflyttning tag-molnsakerhet tag-nolldagssarbarhet tag-openai tag-privilegieeskalering tag-rce tag-remote-code-execution tag-sakerhetsforskning tag-zero-day-2 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"OpenAI und Hugging Face haben sich durch einen ausgekl\u00fcgelten Cyberangriff verbunden, bei dem KI-Modelle Schwachstellen und autonome Angriffsketten w\u00e4hrend interner Sicherheitstests ausnutzen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"OpenAI und Hugging Face haben sich durch einen ausgekl\u00fcgelten Cyberangriff verbunden, bei dem KI-Modelle Schwachstellen und autonome Angriffsketten w\u00e4hrend interner Sicherheitstests ausnutzen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/OpenAI-och-Hugging-Face-samarbetar-for-att-atgarda-sakerhetsincidenter-under-modellutvardering-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/openai-bekraftar-ai-modeller-hackade-hugging-face\/\" class=\"cs-overlay-link\" title=\"OpenAI best\u00e4tigt: KI-Modelle haben Hugging Face bei internen Sicherheitstests gehackt\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/openai-bekraftar-ai-modeller-hackade-hugging-face\/\">OpenAI best\u00e4tigt: KI-Modelle haben Hugging Face bei internen Sicherheitstests gehackt<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29347 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-clop tag-crowdstrike tag-cve-2025-61882 tag-cybersakerhet tag-data-breach tag-dataintrang tag-enterprise-security tag-erp tag-erp-security tag-estee-lauder tag-google-mandiant tag-hr-system-2 tag-identity-security tag-kroll tag-oracle tag-oracle-e-business-suite tag-oracle-security tag-patch-management tag-ransomware tag-vulnerability-management cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der Datendiebstahl bei Est\u00e9e Lauder betraf die Oracle E-Business Suite. Das Bild zeigt ein modernes B\u00fcrogeb\u00e4ude, ein Symbol f\u00fcr digitale Sicherheit und ein minimalistisches Cybersicherheitsdesign, das einen Einbruch in ein unternehmenskritisches HR-System symbolisiert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"Der Datendiebstahl bei Est\u00e9e Lauder betraf die Oracle E-Business Suite. Das Bild zeigt ein modernes B\u00fcrogeb\u00e4ude, ein Symbol f\u00fcr digitale Sicherheit und ein minimalistisches Cybersicherheitsdesign, das einen Einbruch in ein unternehmenskritisches HR-System symbolisiert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Estee-Lauder-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/estee-lauder-dataintrang-oracle-e-business-suite\/\" class=\"cs-overlay-link\" title=\"Est\u00e9e Lauder best\u00e4tigt Datenpanne nach Sicherheitsl\u00fccke in Oracle E-Business Suite\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/estee-lauder-dataintrang-oracle-e-business-suite\/\">Est\u00e9e Lauder best\u00e4tigt Datenpanne nach Sicherheitsl\u00fccke in Oracle E-Business Suite<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29331 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-artificiell-intelligens tag-beredskap tag-combitech tag-cybersakerhet tag-digital-transformation tag-fmv tag-forsvar tag-forsvarsindustri tag-it-sakerhet tag-kritisk-infrastruktur tag-nato tag-ncia tag-norden tag-offentlig-sektor tag-saab tag-samhallssakerhet tag-sverige tag-totalforsvar cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Jessica \u00d6berg, CEO von Combitech, in einem Unternehmensportr\u00e4t, das den Fokus auf die Investitionen des Unternehmens in KI, Cybersicherheit, Gesamtverteidigung und kritische digitale Infrastruktur legt.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-1144x644.jpg 1144w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-610x344.jpg 610w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"Jessica \u00d6berg, CEO von Combitech, in einem Unternehmensportr\u00e4t, das den Fokus auf die Investitionen des Unternehmens in KI, Cybersicherheit, Gesamtverteidigung und kritische digitale Infrastruktur legt.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Jessica-Oberg-vd-Combitech-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/combitech-starker-totalforsvaret-nato-ai-cybersakerhet\/\" class=\"cs-overlay-link\" title=\"Combitech st\u00e4rkt die Gesamtverteidigung durch NATO-Abkommen und Investitionen in KI und Cybersicherheit.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/combitech-starker-totalforsvaret-nato-ai-cybersakerhet\/\">Combitech st\u00e4rkt die Gesamtverteidigung durch NATO-Abkommen und Investitionen in KI und Cybersicherheit.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29309 post type-post status-publish format-standard has-post-thumbnail category-digitalisering tag-ai tag-appar tag-apputveckling tag-bankid tag-boomers tag-chatgpt tag-digitala-trender tag-digitalisering tag-duolingo tag-foodora tag-framna tag-gen-z tag-generation-x tag-instagram tag-kivra tag-millennials tag-mobilappar tag-mobile-app-trends-report-2026 tag-netflix tag-public-service tag-snapchat tag-sociala-medier tag-spotify tag-sverige tag-sveriges-radio-play tag-svt-play tag-swish tag-tiktok tag-vinted tag-youtube cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Framna \u2013 \u00d6ffentlicher Dienst versus soziale Medien \u2013 Neuer Bericht enth\u00fcllt Generationenkonflikte im digitalen Schweden | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"Framna \u2013 \u00d6ffentlicher Dienst versus soziale Medien \u2013 Neuer Bericht enth\u00fcllt Generationenkonflikte im digitalen Schweden | IT-Branche\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Public-service-mot-sociala-medier-\u2013-ny-rapport-avslojar-hur-generationerna-delar-upp-det-digitala-Sverige-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/framna-mobile-app-trends-report-2026\/\" class=\"cs-overlay-link\" title=\"\u00d6ffentlicher Dienst versus soziale Medien \u2013 ein neuer Bericht enth\u00fcllt die Generationenspaltung im digitalen Schweden\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/digitalisering\/\" rel=\"category tag\">Digitalisierung<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/framna-mobile-app-trends-report-2026\/\">\u00d6ffentlicher Dienst versus soziale Medien \u2013 ein neuer Bericht enth\u00fcllt die Generationenspaltung im digitalen Schweden<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29285 post type-post status-publish format-standard has-post-thumbnail category-artificiell-intelligens tag-ai tag-ai-agenter tag-artificiell-intelligens tag-automatisering tag-cloud tag-connectwise tag-connectwise-ai tag-connectwise-ai-agents tag-connectwise-platform tag-connectwise-siem tag-cybersakerhet tag-digital-transformation tag-enterprise-ai tag-generativ-ai tag-it-management tag-it-operations tag-it-automation-2 tag-it-drift tag-it-infrastruktur tag-itsm tag-managed-service-provider tag-managed-services tag-msp tag-orkestrering tag-prediktiv-it tag-psa tag-rmm tag-saas tag-screenconnect tag-servicedesk cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"ConnectWise Platform ist eine KI-gest\u00fctzte Plattform, die PSA, RMM, Cybersicherheit, KI-Agenten, Automatisierung und offene Integrationen integriert, um Managed Service Providern den \u00dcbergang von reaktivem Support zu pr\u00e4diktiver IT zu erm\u00f6glichen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"ConnectWise Platform ist eine KI-gest\u00fctzte Plattform, die PSA, RMM, Cybersicherheit, KI-Agenten, Automatisierung und offene Integrationen integriert, um Managed Service Providern den \u00dcbergang von reaktivem Support zu pr\u00e4diktiver IT zu erm\u00f6glichen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/ConnectWise-lanserar-ny-AI-plattform-som-ska-hjalpa-MSP-att-ga-fran-reaktiv-support-till-prediktiv-IT-1-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/connectwise-ai-plattform-prediktiv-it-msp\/\" class=\"cs-overlay-link\" title=\"ConnectWise bringt eine neue KI-Plattform auf den Markt, die Managed Service Providern (MSPs) beim \u00dcbergang von reaktivem Support zu vorausschauender IT helfen soll.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/connectwise-ai-plattform-prediktiv-it-msp\/\">ConnectWise bringt eine neue KI-Plattform auf den Markt, die Managed Service Providern (MSPs) beim \u00dcbergang von reaktivem Support zu vorausschauender IT helfen soll.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29256 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-api-security tag-azure-ad tag-c2 tag-cavern-framework tag-cert tag-cloud-security tag-command-and-control tag-cyberhot tag-cybersakerhet tag-cyberspionage tag-dfir tag-dns-tunnling tag-enterprise-security tag-group-ib tag-hollowgraph tag-identity-security tag-incident-response tag-it-sakerhet tag-lyceum tag-malware tag-microsoft-365 tag-microsoft-entra-id tag-microsoft-graph-api tag-microsoft-security tag-oilrig tag-saas-security tag-skadlig-programvara tag-threat-intelligence tag-windows tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-small cs-entry__outer-thumbnail-left\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-square\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"HOLLOWGRAPH missbraucht die Microsoft Graph API und Microsoft 365-Kalender, um \u00fcber verschl\u00fcsselte Cloud-Kommunikation versteckte Befehls- und Kontrollkan\u00e4le zu erstellen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-72x72.jpg\" class=\"attachment-csco-small size-csco-small wp-post-image\" alt=\"HOLLOWGRAPH missbraucht die Microsoft Graph API und Microsoft 365-Kalender, um \u00fcber verschl\u00fcsselte Cloud-Kommunikation versteckte Befehls- und Kontrollkan\u00e4le zu erstellen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-72x72.jpg 72w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-150x150.jpg 150w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-80x80.jpg 80w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/HOLLOWGRAPH-forvandlar-Microsoft-kalendrar-till-dolda-kommando-och-kontrollkanaler-144x144.jpg 144w\" sizes=\"(max-width: 72px) 100vw, 72px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/hollowgraph-microsoft-365-kalender-graph-api\/\" class=\"cs-overlay-link\" title=\"HOLLOWGRAPH verwandelt Microsoft 365-Kalender in versteckte Kommando- und Kontrollkan\u00e4le\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/hollowgraph-microsoft-365-kalender-graph-api\/\">HOLLOWGRAPH verwandelt Microsoft 365-Kalender in versteckte Kommando- und Kontrollkan\u00e4le<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5d3928 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"d5d3928\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37a60ed elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"37a60ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-5009\" class=\"custom-slider itbra-slider-4125118566 itbra-slider\"><ul><li><div id=\"itbra-198733127\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/sv\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/IT-Branschen-banner-orange.jpg\"\r\n      alt=\"Die nordische Technologie-Medienplattform der IT-Branche berichtet \u00fcber Cybersicherheit, Cloud, KI, digitale Transformation, Vertriebskan\u00e4le, Managed Service Provider (MSPs) und Neuigkeiten aus der Unternehmens-IT.\"\r\n      title=\"IT-Branche | Nordische Medien f\u00fcr Technologie, Cybersicherheit und Unternehmens-IT\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die IT-Branche ist eine f\u00fchrende nordische Technologie-Medienplattform, die \u00fcber Cybersicherheit, K\u00fcnstliche Intelligenz, Cloud Computing, Unternehmens-IT, digitale Transformation, Managed Services, Channel-Partner, Softwareentwicklung, Telekommunikation, Rechenzentren, IT-Infrastruktur, Technologief\u00fchrerschaft, Gesch\u00e4ftsinnovationen und Zukunftstechnologien berichtet. Mit Interviews von F\u00fchrungskr\u00e4ften, Branchenanalysen, Eventberichten, Vordenkern, Produktneuheiten, Anbieter-Updates und Marktanalysen vernetzt die IT-Branche Technologieentscheider, CIOs, CISOs, CTOs, IT-Manager, MSPs, Reseller, Distributoren, Technologieanbieter, Startups und Unternehmen in Schweden, Norwegen, D\u00e4nemark, Finnland und Europa. Die Berichterstattung umfasst Cybersicherheitstrends, KI-Einf\u00fchrung, Cloud-Strategie, Unternehmenssoftware, Netzwerke, digitale Infrastruktur, Nachhaltigkeit, Compliance, Governance, Risikomanagement, Automatisierung, Datenanalyse und zuk\u00fcnftige Technologieentwicklungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1759632945\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/maciek-szczesniak-magic-chats-youtube.jpg\"\r\n      alt=\"Maciek Szczesniak war auf dem Podcast-Banner Magic Chats von IT-Branschen Wire Channel zu sehen\"\r\n      title=\"Maciek Szczesniak | Magic Chats Podcast | Wire Channel f\u00fcr die IT-Branche\"\r\n      loading=\"lazy\"\r\n      decoding=\"async\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Maciek Szczesniak tritt in den IT-Branschen Wire Channel Magic Chats auf und spricht \u00fcber F\u00fchrung, Innovation, digitale Transformation und Unternehmensdienstleistungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1398550880\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/italy.cybertechconference.com\/\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/banner-slider-rome-cyber-tech-europe-Italy-Rome.jpg\"\r\n      alt=\"Cybertech Europe 2026, die Cybersicherheitskonferenz in Rom, mit der IT-Branche als offiziellem Medienpartner\"\r\n      title=\"Offizieller Medienpartner der Cybertech Europe 2026 | Die IT-Branche\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die Cybertech Europe 2026 ist eine der f\u00fchrenden Cybersicherheitskonferenzen Europas und bringt in Rom Cybersicherheitsexperten, Regierungsvertreter, Technologieinnovatoren, Startups, Investoren und Entscheidungstr\u00e4ger aus Unternehmen zusammen. Die IT-Branche fungiert als offizieller Medienpartner und bietet Berichterstattung \u00fcber die Veranstaltung, Interviews mit F\u00fchrungskr\u00e4ften, Brancheneinblicke und Cybersicherheitsnachrichten f\u00fcr das nordische und europ\u00e4ische Publikum.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-4269441268\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Vortiq-x-slider.jpg\"\r\n      alt=\"VORTIQ-X AI Governance hilft Unternehmen dabei, KI in kontrollierbaren und \u00fcberpr\u00fcfbaren Gesch\u00e4ftswert umzuwandeln.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    VORTIQ-X ist eine KI-Governance-Plattform, die Unternehmen dabei unterst\u00fctzt, KI zu steuern, zu verifizieren und messbaren Gesch\u00e4ftswert daraus zu generieren. Die Plattform konzentriert sich auf Transparenz, Compliance, KI-Governance und den effektiven Einsatz von KI in gesch\u00e4ftskritischen Prozessen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider4125118566 = jQuery( \".itbra-slider-4125118566\" );$itbraslider4125118566.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider4125118566.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider4125118566.on(\"mouseover\", function() {$itbraslider4125118566.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider4125118566.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd0e69b e-flex e-con-boxed e-con e-parent\" data-id=\"cd0e69b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb828a3 elementor-widget elementor-widget-cs-heading\" data-id=\"cb828a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tFinanziell\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"cs-heading__link\" href=\"https:\/\/itbranschen.com\/category\/finans\/\" target=\"_self\">\n\t\t\t\t\t\t\t<span>\t\n\t\t\t\t\t\t\t\tAlles entdecken\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d5f38f1 e-con-full e-flex e-con e-child\" data-id=\"d5f38f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ff094bc e-con-full e-flex e-con e-child\" data-id=\"ff094bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-498514c elementor-widget elementor-widget-cs-posts\" data-id=\"498514c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29240 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-advanced-persistent-threat tag-apt tag-c2 tag-cyber-threats tag-cyberattack tag-cybersakerhet tag-cybersecurity tag-dll-sideloading-2 tag-endpoint-security tag-hellobackdoor tag-helloinjector tag-hellonet tag-helloproxy tag-incident-response tag-informationssakerhet tag-infotecs tag-it-security tag-it-sakerhet tag-kaspersky tag-kaspersky-research tag-kritisk-infrastruktur tag-malware tag-nation-state tag-natverkssakerhet tag-ryska-myndigheter tag-security-research tag-skadlig-kod tag-threat-intelligence tag-vipnet tag-vpn tag-windows-security tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Die Cyberkampagne HelloNet nutzt den Aktualisierungsmechanismus von ViPNet, um russische Beh\u00f6rden und kritische Infrastrukturen mit hochentwickelter Malware anzugreifen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Die Cyberkampagne HelloNet nutzt den Aktualisierungsmechanismus von ViPNet, um russische Beh\u00f6rden und kritische Infrastrukturen mit hochentwickelter Malware anzugreifen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Hackare-missbrukar-ViPNet-programvara-i-attacker-mot-ryska-myndigheter.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/vipnet-cyberattack-ryska-myndigheter\/\" class=\"cs-overlay-link\" title=\"Hacker missbrauchen die ViPNet-Software bei Angriffen gegen russische Beh\u00f6rden\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/vipnet-cyberattack-ryska-myndigheter\/\">Hacker missbrauchen die ViPNet-Software bei Angriffen gegen russische Beh\u00f6rden<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tEine ausgekl\u00fcgelte Cyberkampagne missbraucht den Update-Mechanismus von ViPNet, um russische Regierungsbeh\u00f6rden und andere kritische Organisationen anzugreifen. Kaspersky beschreibt, wie die modulare Malware funktioniert\u2026\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">20. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-452f55e cs-dividervertical cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"452f55e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-vertical\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2c32e04 e-con-full e-flex e-con e-child\" data-id=\"2c32e04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4c2635 elementor-widget elementor-widget-cs-posts\" data-id=\"c4c2635\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__horizontal\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29225 post type-post status-publish format-standard has-post-thumbnail category-it-distribution tag-channel-ecosystem tag-channel-partners tag-cybersakerhet tag-cybersecurity tag-distributor tag-enterprise-it tag-enterprise-security tag-exclusive-networks tag-fortinet tag-fortinet-partner-program tag-global-distribution tag-global-distributor tag-globala-partners tag-internationell-expansion tag-it-distribution-2 tag-it-kanalen-2 tag-it-media-group tag-it-distribution tag-it-kanalen tag-multinationella-affarer tag-natverkssakerhet tag-network-security tag-partnerprogram tag-secure-networking tag-security-fabric tag-vad tag-value-added-distributor-2 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Exclusive Networks wurde im Rahmen einer neuen globalen Vertriebsvereinbarung, die die internationale Cybersicherheit und die Partnerentwicklung st\u00e4rkt, zum globalen Distributor f\u00fcr Fortinet ernannt.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Exclusive Networks wurde im Rahmen einer neuen globalen Vertriebsvereinbarung, die die internationale Cybersicherheit und die Partnerentwicklung st\u00e4rkt, zum globalen Distributor f\u00fcr Fortinet ernannt.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Exclusive-Networks-utses-till-global-distributor-for-Fortinet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-global-distributor-fortinet\/\" class=\"cs-overlay-link\" title=\"Exclusive Networks wurde zum globalen Vertriebspartner f\u00fcr Fortinet ernannt.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/it-distribution\/\" rel=\"category tag\">IT-Verteilung<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/exclusive-networks-global-distributor-fortinet\/\">Exclusive Networks wurde zum globalen Vertriebspartner f\u00fcr Fortinet ernannt.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">20. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29132 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-artificiell-intelligens tag-agentic-ai tag-ai tag-ai-action-authority-infrastructure-2 tag-ai-agents tag-ai-analysis tag-ai-architecture tag-ai-authorization tag-ai-competition tag-ai-compliance tag-ai-datacenter tag-ai-ecosystem tag-ai-governance tag-ai-identity tag-ai-infrastructure tag-ai-innovation tag-ai-investments tag-ai-leadership tag-ai-models tag-ai-news tag-ai-observability tag-ai-operations tag-ai-orchestration tag-ai-platforms tag-ai-policy tag-ai-regulation tag-ai-risk-management tag-ai-security tag-ai-strategy tag-ai-trends tag-ai-trust tag-ai-agenter tag-ai-infrastruktur tag-ai-racet tag-all-in-podcast tag-amazon-web-services tag-anthropic tag-artificial-intelligence tag-autonoma-ai-system-2 tag-autonomous-ai tag-aws tag-aws-bedrock tag-azure-ai tag-borsnotering tag-brad-gerstner tag-chamath-palihapitiya tag-closed-source-ai tag-cloud-computing tag-cloud-infrastructure-2 tag-dario-amodei tag-david-sacks tag-digital-infrastructure tag-digital-transformation tag-enterprise-ai tag-enterprise-architecture tag-enterprise-security tag-enterprise-technology tag-future-of-ai tag-future-of-enterprise-ai tag-generativ-ai tag-generative-ai tag-google tag-google-ai tag-google-cloud tag-google-gemini tag-hyperscalers tag-innovation tag-intelligent-infrastructure tag-ipo tag-it-news tag-it-branschen tag-jason-calacanis tag-large-language-models tag-llama tag-llm tag-machine-learning tag-mark-zuckerberg tag-meta tag-meta-ai tag-microsoft tag-microsoft-azure tag-nvidia tag-open-source-ai tag-openai tag-responsible-ai tag-sam-altman tag-silicon-valley tag-tech-analysis tag-tech-news tag-vortiq-x tag-xai cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"VORTIQ-X visualisiert die n\u00e4chste Phase der Unternehmens-KI, in der der Fokus von KI-Modellen auf die Handlungsbefugnis durch eine sichere und modellneutrale Kontrollschicht f\u00fcr KI-initiierte Aktionen verlagert wird.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"VORTIQ-X visualisiert die n\u00e4chste Phase der Unternehmens-KI, in der der Fokus von KI-Modellen auf die Handlungsbefugnis durch eine sichere und modellneutrale Kontrollschicht f\u00fcr KI-initiierte Aktionen verlagert wird.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/ai-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet\/\" class=\"cs-overlay-link\" title=\"Das KI-Wettrennen verlagert sich von der Modellierungskapazit\u00e4t zur Handlungsbefugnis.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-racet-flyttar-fran-modellkapacitet-till-handlingsauktoritet\/\">Das KI-Wettrennen verlagert sich von der Modellierungskapazit\u00e4t zur Handlungsbefugnis.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">20. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a26caa9 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"a26caa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6410fc0 elementor-widget elementor-widget-cs-posts\" data-id=\"6410fc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"2\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-30485 post type-post status-publish format-standard has-post-thumbnail category-datacenter tag-ai tag-ai-infrastruktur tag-artificiell-intelligens tag-ceo tag-cloud tag-cyrusone tag-datacenter tag-datacenteroperator tag-digital-infrastruktur tag-enterprise-it tag-eric-schwartz tag-foretagsnyheter tag-global-expansion tag-hyperscale tag-infrastruktur tag-it-branschen-nyheter tag-it-media tag-it-nyheter tag-it-nyheter-sverige tag-it-branschen tag-it-kanalen tag-john-hatem tag-ledarskap tag-molntjanster tag-teknik cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/datacenter\/\" rel=\"category tag\">Rechenzentrum<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyrusone-john-hatem-vd\/\">CyrusOne ernennt John Hatem zum neuen CEO<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">4. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30449 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet tag-ai tag-arctic-wolf tag-aurora-platform tag-cyberattacker tag-cyberforsvar tag-cyberresiliens tag-cyberrisk tag-cybersakerhet tag-dataintrang tag-foretagssakerhet tag-incident-response tag-incidenthantering tag-it-sakerhet tag-mdr tag-ransomware tag-riskhantering tag-sakerhetsincidenter tag-sakerhetsoperationer tag-sakerhetsstrategi tag-soc cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/arctic-wolf-cyberresiliens-incidenthantering\/\">Arctic Wolf st\u00e4rkt die Cyberresilienz mit einem neuen umfassenden Angebot f\u00fcr das Vorfallmanagement<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30434 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet category-artificiell-intelligens tag-ai-act tag-ai-governance tag-ai-agenter tag-ai-modeller-2 tag-ai-risker-2 tag-ai-sakerhet tag-anthropic tag-artificiell-intelligens tag-claude-ai tag-claude-mythos tag-claude-opus tag-cyberforsvar tag-cyberincident tag-cybersakerhet tag-cybersakerhetstester tag-digital-sakerhet tag-enterprise-ai tag-generativ-ai tag-it-branschen-2 tag-it-branschen-nyheter tag-it-kanalen-2 tag-it-branschen tag-it-kanalen-nyheter tag-it-sakerhet tag-nyheter tag-riskhantering cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/anthropic-ai-sakerhetsincident\/\">Anthropic: KI-Modelle gelangten w\u00e4hrend Sicherheitstests ins Internet und kompromittierten drei Organisationen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-30412 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-ai tag-arrow-enterprise-computing-solutions tag-artificiell-intelligens tag-baltikum tag-cloud-native tag-datacenter tag-digital-transformation tag-enterprise-it tag-foretags-it-2 tag-hybrid-multicloud tag-it-branschen-2 tag-it-branschen-nyheter tag-it-media-group tag-it-media-group-sverige tag-it-nyheter tag-it-nyheter-nordics tag-it-nyheter-sverige tag-it-branschen tag-it-distribution tag-it-infrastruktur tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-kanalpartners tag-molninfrastruktur tag-norden tag-nutanix tag-nutanix-partner-network tag-partnerkanal tag-sec-datacom tag-sverige-it-nyheter tag-td-baltics cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/nutanix-nya-distributorer-norden-baltikum-ai-hybrid-multicloud\/\">Nutanix ernennt neue Vertriebspartner in den nordischen und baltischen L\u00e4ndern.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">3. August 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fbc9c9 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"8fbc9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f79cada e-flex e-con-boxed e-con e-parent\" data-id=\"f79cada\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-343c9ba elementor-widget elementor-widget-cs-subscribe\" data-id=\"343c9ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-subscribe.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<section class=\"cs-subscribe-elementor cs-subscribe-elementor-type-1\">\n\n\t\t\t<div class=\"cs-subscribe__content\">\n\t\t\t\t\t\t\t\t\t<div class=\"cs-subscribe__header\">\n\t\t\t\t\t\t<h2 class=\"cs-subscribe__heading\">\n\t\t\t\t\t\t\tBleiben Sie \u00fcber die wichtigsten Neuigkeiten auf dem Laufenden!\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<form class=\"cs-subscribe__form\" action=\"http:\/\/eepurl.com\/iCcyF-\/\" method=\"post\" target=\"_blank\" novalidate>\n\t\t\t\t\t<div class=\"cs-subscribe__form-group\" data-scheme=\"light\">\n\t\t\t\t\t\t<input type=\"email\" placeholder=\"E-Mail\" name=\"EMAIL\" required>\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<button type=\"submit\" value=\"Prenumerera\" name=\"subscribe\">Abonnieren<\/button>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"cs-subscribe__description\">\n\t\t\t\t\t\t\t<p>Durch Dr\u00fccken der Schaltfl\u00e4che \u201eAbonnieren\u201c best\u00e4tigen Sie, dass Sie unsere Datenschutzrichtlinie und Servicebedingungen gelesen haben und ihnen zustimmen.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/section>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aec7441 e-flex e-con-boxed e-con e-parent\" data-id=\"aec7441\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c86cc9a elementor-widget elementor-widget-cs-heading\" data-id=\"c86cc9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tTechnik\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"cs-heading__link\" href=\"https:\/\/itbranschen.com\/category\/teknik\/\" target=\"_self\">\n\t\t\t\t\t\t\t<span>\t\n\t\t\t\t\t\t\t\tAlles entdecken\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88dc57d e-con-full e-flex e-con e-child\" data-id=\"88dc57d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-304be8e e-con-full e-flex e-con e-child\" data-id=\"304be8e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2182ff3 elementor-widget elementor-widget-cs-posts\" data-id=\"2182ff3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"1\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29182 post type-post status-publish format-standard has-post-thumbnail category-cybersakerhet category-nyheter tag-cyberattack tag-cyberhot tag-cyberincident tag-cyberresiliens tag-cybersakerhet tag-data-breach tag-data-protection tag-dataintrang tag-datautpressning tag-digital-sakerhet tag-enterprise-security tag-ernst-young tag-experian tag-ey tag-global-cybersakerhet tag-incidenthantering tag-informationslacka tag-informationssakerhet tag-it-risker tag-it-sakerhet tag-konsultbranschen tag-kunduppgifter tag-leverantorsrisk tag-personuppgifter tag-ransomware tag-revision tag-revisionsforetag tag-riskhantering tag-sakerhetsincident tag-skatteuppgifter tag-supportarendesystem tag-supportsystem tag-tredjepartsrisk cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Ernst &amp; Young visualisiert einen Datenversto\u00df nach der Kompromittierung eines Drittanbieter-Supportsystems mit Fokus auf Cybersicherheit und globalen digitalen Netzwerken.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"587\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-1044x587.jpg\" class=\"attachment-csco-large size-csco-large wp-post-image\" alt=\"Ernst &amp; Young visualisiert einen Datenversto\u00df nach der Kompromittierung eines Drittanbieter-Supportsystems mit Fokus auf Cybersicherheit und globalen digitalen Netzwerken.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Ernst-Young-avslojar-dataintrang-efter-intrang-i-supportsystem.jpg 1200w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/ernst-young-avslojar-dataintrang\/\" class=\"cs-overlay-link\" title=\"Ernst &amp; Young gibt Datenpanne nach Sicherheitsl\u00fccke im Supportsystem bekannt\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ernst-young-avslojar-dataintrang\/\">Ernst &amp; Young gibt Datenpanne nach Sicherheitsl\u00fccke im Supportsystem bekannt<\/a><\/h2>\n\t\t\t\t\t\t\t\t<div class=\"cs-entry__excerpt\">\n\t\t\t\t\t\tErnst &amp; Young hat seine Kunden \u00fcber eine Datenschutzverletzung informiert, nachdem ein Support-Ticket-System eines Drittanbieters kompromittiert wurde. Bei dem Vorfall k\u00f6nnten personenbezogene und steuerrelevante Daten offengelegt worden sein.\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">17. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc8e85b cs-dividervertical cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"cc8e85b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-vertical\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ec4952 e-con-full e-flex e-con e-child\" data-id=\"7ec4952\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d5e317 elementor-widget elementor-widget-cs-posts\" data-id=\"0d5e317\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__horizontal\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"1\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"1\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-25343 post type-post status-publish format-standard has-post-thumbnail category-marknadsanalys tag-ad-fraud tag-adtech tag-ai tag-ai-automation tag-ai-bots tag-analytics tag-analytics-dashboards tag-annonsering tag-annonsorer tag-artificiell-intelligens tag-aterkommande-besokare tag-audience-quality tag-audience-verification tag-automatiserad-trafik tag-b2b tag-b2b-media tag-bot-detection tag-bot-networks tag-bottrafik tag-cybersakerhet tag-digital-annonsering tag-digital-annonsering-sverige tag-digital-journalistik tag-digital-publishing tag-digital-reach tag-digital-transformation tag-digital-transparens tag-digital-trovardighet tag-digital-trovardighet-sverige tag-digitala-medier tag-engagemangstid tag-engagement tag-engagement-rate tag-enterprise-media-nordics tag-fake-traffic tag-first-party-data tag-ga4 tag-google-analytics tag-impressions tag-invalid-traffic tag-it-kanalen-2 tag-it-media-sverige tag-it-branschen tag-ivt tag-martech tag-matbar-marknadsforing tag-media tag-media-trust tag-mediebranschen tag-mediebyraer tag-medietransparens tag-norden tag-nordisk-it-media tag-nordisk-media tag-organisk-trafik tag-pr tag-pr-byraer tag-pr-byraer-2 tag-publicister tag-publikmatning tag-publisher-analytics tag-publishers tag-referral tag-referral-spam tag-referral-traffic tag-referral-trafik tag-svensk-it-nyhetssajt tag-sverige tag-tech-tidningen tag-traffic-quality tag-trafik tag-trafikanalys tag-trafikdata tag-trafikkvalitet tag-trafikmanipulation tag-trafikmatning tag-trafikstatistik tag-trafikvalidering tag-trafikvolym tag-verkligt-engagemang tag-webbanalys cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"KI, automatisierter Traffic und fortschrittliche Analysen helfen digitalen Medien dabei, die Traffic-Qualit\u00e4t, den organischen Traffic und das Publikumsengagement anstatt nur das Traffic-Volumen zu messen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"KI, automatisierter Traffic und fortschrittliche Analysen helfen digitalen Medien dabei, die Traffic-Qualit\u00e4t, den organischen Traffic und das Publikumsengagement anstatt nur das Traffic-Volumen zu messen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Bottrafik-AI-och-trafikkvalitet-\u2013-den-nya-utmaningen-for-digitala-medier.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/trafikkvalitet-ai-digitala-medier\/\" class=\"cs-overlay-link\" title=\"Die Qualit\u00e4t des Datenverkehrs wird wichtiger als das Datenvolumen \u2013 KI ver\u00e4ndert die Spielregeln f\u00fcr digitale Medien\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/marknadsanalys\/\" rel=\"category tag\">Marktanalyse<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/trafikkvalitet-ai-digitala-medier\/\">Die Qualit\u00e4t des Datenverkehrs wird wichtiger als das Datenvolumen \u2013 KI ver\u00e4ndert die Spielregeln f\u00fcr digitale Medien<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">17. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29111 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-artificiell-intelligens tag-access-management tag-agentic-ai tag-ai-agents tag-ai-automation tag-ai-governance tag-ai-integration tag-ai-safety tag-ai-security tag-ai-workflows tag-anthropic tag-application-security tag-artificial-intelligence tag-attack-surface tag-authentication tag-authorization tag-ax-sharma tag-browser-exploit tag-browser-extension tag-browser-security tag-bug-bounty tag-chrome tag-chrome-api tag-chrome-extension tag-chrome-extensions tag-chrome-security tag-claude tag-claude-ai tag-claude-chrome tag-claude-for-chrome tag-cloud-security tag-content-script tag-cyber-threats tag-cybersakerhet tag-devsecops tag-digital-security tag-dom-injection tag-enterprise-ai tag-enterprise-productivity tag-enterprise-security tag-enterprise-software tag-event-istrusted tag-exploit tag-extension-security tag-generativ-ai tag-gmail tag-google-calendar tag-google-chrome tag-google-docs tag-google-dokument tag-google-kalender tag-google-workspace tag-identity-security tag-informationssakerhet tag-it-news tag-it-sakerhet tag-javascript tag-manifold-security tag-permission-bypass tag-permission-management tag-privilege-escalation tag-productivity-tools tag-responsible-disclosure tag-saas-security tag-sakerhetsbrist tag-salesforce tag-sarbarhet tag-secure-by-design tag-secure-coding tag-secure-development tag-security-research tag-security-testing tag-synthetic-clicks tag-tech-news tag-threat-research tag-user-interaction tag-vulnerability tag-web-security tag-webblasartillagg tag-workflow-automation tag-zero-day cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer cs-entry__outer-medium cs-entry__outer-thumbnail-right\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Eine Sicherheitsl\u00fccke in Claude f\u00fcr Chrome zeigt, wie b\u00f6sartige Browsererweiterungen KI-Workflows ausl\u00f6sen und Gmail, Google Docs, Google Kalender und Salesforce beeintr\u00e4chtigen k\u00f6nnen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"186\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-332x186.jpg\" class=\"attachment-csco-thumbnail size-csco-thumbnail wp-post-image\" alt=\"Eine Sicherheitsl\u00fccke in Claude f\u00fcr Chrome zeigt, wie b\u00f6sartige Browsererweiterungen KI-Workflows ausl\u00f6sen und Gmail, Google Docs, Google Kalender und Salesforce beeintr\u00e4chtigen k\u00f6nnen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Claude-Chrome-tillaggsfel-later-skadliga-tillagg-utlosa-AI-atgarder.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/claude-chrome-sakerhetsbrist-ai-arbetsfloden\/\" class=\"cs-overlay-link\" title=\"Eine Sicherheitsl\u00fccke in Claude f\u00fcr Chrome k\u00f6nnte \u00fcber b\u00f6sartige Erweiterungen KI-Workflows ausl\u00f6sen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content cs-entry__content-horizontal\">\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/claude-chrome-sakerhetsbrist-ai-arbetsfloden\/\">Eine Sicherheitsl\u00fccke in Claude f\u00fcr Chrome k\u00f6nnte \u00fcber b\u00f6sartige Erweiterungen KI-Workflows ausl\u00f6sen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">17. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba619f9 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"ba619f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1923eb5 elementor-widget elementor-widget-cs-posts\" data-id=\"1923eb5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"2\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-29088 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-fordon-och-mobilitet cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/fordon-och-mobilitet\/\" rel=\"category tag\">Fahrzeuge und Mobilit\u00e4t<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/byd-paris-saint-germain\/\">Die BYD-Gruppe wird offizieller Fahrzeugpartner von Paris Saint-Germain<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">16. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29059 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-martech tag-ai tag-ai-adoption-2 tag-ai-content tag-ai-governance tag-ai-hallucinationer tag-ai-implementation tag-ai-marknadsforing tag-ai-productivity tag-ai-research tag-ai-strategi tag-ai-verktyg-2 tag-ai-plattform-2 tag-arbetsfloden tag-artificiell-intelligens tag-automatisering tag-branding tag-cio-sweden tag-cmo tag-computer-sweden tag-content-marketing tag-digital-marknadsforing tag-digital-transformation tag-enterprise-ai tag-foretags-ai tag-generativ-ai tag-it-branschen tag-it-kanalen tag-kreativitet tag-marketing-automation tag-marknadsforing tag-marknadsforingsautomation tag-martech tag-optimizely tag-rapport tag-techradar-pro tag-undersokning tag-venturebeat-ai cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/martech\/\" rel=\"category tag\">MarTech<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/optimizely-ai-efterarbete-marknadsforare\/\">Ein neuer Optimizely-Bericht zeigt die wachsende Kluft zwischen den Versprechen der KI und der Realit\u00e4t der Marketingfachleute.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">16. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-29041 post type-post status-publish format-standard has-post-thumbnail category-nyheter tag-affarskommunikation tag-ai tag-ai-for-foretag tag-ai-oversattning tag-ai-oversattning-2 tag-ai-plattform-2 tag-artificiell-intelligens tag-c-suite tag-deepl tag-digital-transformation tag-engelska-i-arbetslivet tag-enterprise-ai tag-foretagskommunikation tag-foretagsledning tag-generativ-ai tag-globalt-samarbete tag-innovation tag-internationell-tillvaxt tag-internationella-moten tag-language-ai tag-oversattning tag-produktivitet tag-realtidsoversattning tag-sprakbarriarer tag-sprakmodell tag-svensk-arbetsmarknad tag-svenska-foretag-2 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/deepl-sprakbarriarer-svenska-foretag-internationell-tillvaxt\/\">DeepL: 64 Prozent der schwedischen Unternehmen verpassen aufgrund von Sprachbarrieren internationales Wachstum.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">16. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28956 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-artificiell-intelligens tag-ai tag-ai-analytics tag-ai-monitoring tag-ai-search-optimization tag-ai-seo tag-ai-visibility-dashboard tag-ai-plattformar tag-ai-sok-2 tag-anthropic tag-brandwatch tag-chatgpt tag-cision tag-cisionone tag-claude tag-deepseek tag-digital-marknadsforing tag-foretagskommunikation tag-gemini tag-generativ-ai tag-google tag-google-ai-mode tag-google-ai-overview tag-grok tag-kommunikation tag-llm tag-media-intelligence tag-medieintelligens tag-medieovervakning tag-mistral tag-openai tag-perplexity tag-pr tag-pr-newswire tag-reputation-management tag-social-listening tag-sokintelligens tag-trajaan tag-varumarkesrykte cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cision-ai-visibility-dashboard\/\">Cision erweitert CisionOne um KI-gest\u00fctzte Suchtransparenz und unterst\u00fctzt PR-Teams dabei, die Darstellung von Marken in KI-gest\u00fctzten Suchergebnissen zu verfolgen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">15. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b22c1e2 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"b22c1e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6e48e8 e-flex e-con-boxed e-con e-parent\" data-id=\"c6e48e8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a8a9f6b elementor-widget elementor-widget-cs-heading\" data-id=\"a8a9f6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t<section class=\"cs-heading\">\n\t\t\t\t<div class=\"cs-heading__container\">\n\t\t\t\t\t<h2 class=\"cs-heading__content\">\n\t\t\t\t\t\tMeist diskutiert\t\t\t\t\t<\/h2>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb256d4 elementor-widget elementor-widget-cs-posts\" data-id=\"cb256d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main\"\n\t\t\t\t\t\t\t\tdata-pc=\"4\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-28938 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-agentisk-ai tag-ai tag-ai-compliance tag-ai-cyberattacker tag-ai-governance tag-ai-hotbild tag-ai-risker tag-ai-sakerhet-2 tag-ai-security-report-2026 tag-artificiell-intelligens tag-autonom-ai tag-check-point-research tag-check-point-software tag-cloud-security tag-cyberattacker tag-cyberforsvar tag-cyberhot tag-cybersakerhet tag-dataskydd tag-deepfake tag-digital-sakerhet tag-enterprise-security tag-foretagssakerhet tag-generativ-ai tag-identitetssakerhet tag-informationssakerhet tag-it-sakerhet tag-molnsakerhet tag-natverkssakerhet tag-prompt-injection tag-ransomware tag-sakerhetsanalys tag-sakerhetsstrategi tag-sarbarheter tag-soc tag-threat-intelligence tag-zero-day cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Futuristische Illustration von k\u00fcnstlicher Intelligenz und Cybersicherheit mit Check Point-Logo, digitalem KI-System und globalem Netzwerk, die KI-gest\u00fctzte Cyberangriffe und automatisierte Cyberbedrohungen symbolisieren.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Futuristische Illustration von k\u00fcnstlicher Intelligenz und Cybersicherheit mit Check Point-Logo, digitalem KI-System und globalem Netzwerk, die KI-gest\u00fctzte Cyberangriffe und automatisierte Cyberbedrohungen symbolisieren.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-driver-cyberattacker-utan-mansklig-styrning.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/ai-driver-cyberattacker-utan-mansklig-styrning\/\" class=\"cs-overlay-link\" title=\"Neuer Bericht: KI treibt Cyberangriffe ohne menschliche Kontrolle voran\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-driver-cyberattacker-utan-mansklig-styrning\/\">Neuer Bericht: KI treibt Cyberangriffe ohne menschliche Kontrolle voran<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">15. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28921 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-cio-sweden tag-computer-sweden tag-cso tag-cyberattack tag-cyberhot tag-cybersakerhet tag-dataintrang tag-datalacka tag-dora tag-e-handel tag-emil-olofsson tag-extern-it-leverantor tag-identitetsbedrageri tag-incidenthantering tag-informationssakerhet tag-integrity360 tag-it-kanalen-2 tag-it-media-group tag-it-kanalen tag-it-sakerhet tag-itkanalen tag-itmediagroup tag-kunddata tag-leverantorskedja tag-leverantorsrisk tag-lidl tag-lidl-sverige tag-natfiske tag-nis2 tag-personuppgifter tag-phishing tag-retail tag-supply-chain-attack tag-techsverige tag-tredjepartsrisk cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Ein Cyberangriff auf Lidl \u00fcber einen externen IT-Lieferanten legte Kundendaten offen und verdeutlicht die Risiken der Lieferkette im Bereich der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Ein Cyberangriff auf Lidl \u00fcber einen externen IT-Lieferanten legte Kundendaten offen und verdeutlicht die Risiken der Lieferkette im Bereich der Cybersicherheit.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/cyberattack-mot-Lidl.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/cyberattack-mot-lidl-it-leverantor-kunddata\/\" class=\"cs-overlay-link\" title=\"Cyberangriff auf externen IT-Dienstleister legt Kundendaten von Lidl offen \u2013 Lieferkette als gr\u00f6\u00dftes Sicherheitsrisiko identifiziert\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyberattack-mot-lidl-it-leverantor-kunddata\/\">Cyberangriff auf externen IT-Dienstleister legt Kundendaten von Lidl offen \u2013 Lieferkette als gr\u00f6\u00dftes Sicherheitsrisiko identifiziert<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">15. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28901 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-artificiell-intelligens tag-ai tag-ai-adoption-2 tag-ai-affarsvarde tag-ai-appreciation-day tag-ai-automation tag-ai-cybersakerhet-2 tag-ai-governance tag-ai-roi tag-ai-seo tag-ai-sok tag-ai-strategi tag-ai-transformation tag-andy-readman tag-artificiell-intelligens tag-bilal-ahmed tag-cio tag-ciso tag-cloud-security tag-cybersakerhet tag-digital-synlighet tag-digitalisering tag-foretags-it-2 tag-generativ-ai tag-it-branschen-2 tag-it-kanalen-2 tag-it-kanalen-sverige-2 tag-it-kanalen-se-2 tag-it-media tag-it-media-group tag-it-media-group-ab tag-it-media-group-nordic tag-it-media-group-scandinavia tag-it-media-group-sverige tag-it-media-group-sweden tag-it-mediagroup tag-it-branschen tag-it-chef tag-it-kanalen tag-it-kanalen-sverige tag-it-kanalen-se tag-it-media-group-2 tag-it-mediagroup-2 tag-itkanalen tag-itkanalen-sverige tag-itkanalen-se tag-itmedia tag-itmedia-group tag-itmedia-group-sverige tag-itmediagroup tag-itmediagroup-ab tag-jesper-rellme tag-molnsakerhet tag-pax8 tag-sma-och-medelstora-foretag tag-smb tag-team-blue tag-wiz cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"Der AI Appreciation Day veranschaulicht, wie die k\u00fcnstliche Intelligenz in die n\u00e4chste Phase eintritt, in der Gesch\u00e4ftswert, digitale Innovation und zuk\u00fcnftige Gesch\u00e4ftsentwicklung im Mittelpunkt stehen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1536x864.jpg 1536w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1376x774.jpg 1376w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1044x588.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1400x788.jpg 1400w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day.jpg 1672w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"Der AI Appreciation Day veranschaulicht, wie die k\u00fcnstliche Intelligenz in die n\u00e4chste Phase eintritt, in der Gesch\u00e4ftswert, digitale Innovation und zuk\u00fcnftige Gesch\u00e4ftsentwicklung im Mittelpunkt stehen.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1536x864.jpg 1536w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1376x774.jpg 1376w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1044x588.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day-1400x788.jpg 1400w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/AI-Appreciation-Day.jpg 1672w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/ai-affarsvarde-digital-synlighet-cybersakerhet\/\" class=\"cs-overlay-link\" title=\"KI tritt in die n\u00e4chste Phase ein: Unternehmen m\u00fcssen nun ihren Gesch\u00e4ftswert nachweisen, ihre digitale Sichtbarkeit st\u00e4rken und sich neuen Cyberbedrohungen stellen.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-affarsvarde-digital-synlighet-cybersakerhet\/\">KI tritt in die n\u00e4chste Phase ein: Unternehmen m\u00fcssen nun ihren Gesch\u00e4ftswert nachweisen, ihre digitale Sichtbarkeit st\u00e4rken und sich neuen Cyberbedrohungen stellen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">15. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28647 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-infrastruktur tag-abb tag-ai tag-ai-driven-natverksdrift tag-ai-infrastruktur-2 tag-alec-joannou tag-anupam-singhal tag-arista-networks tag-artificiell-intelligens tag-cio tag-cisco tag-cisco-catalyst tag-cloud-networking tag-digital-infrastruktur tag-digital-transformation tag-enterprise-networking tag-ericsson tag-extreme-networks tag-foretagsnatverk tag-foretagsnyheter-it tag-fortinet tag-future-network-model tag-global-it tag-global-natverksdrift tag-hpe-aruba-networking tag-hybrid-cloud tag-industrial-it tag-industriell-digitalisering tag-intelligent-automation tag-it-kanalen-2 tag-it-kanalen-nyheter-2 tag-it-kanalen-sverige-2 tag-it-media tag-it-media-norden tag-it-media-sverige tag-it-outsourcing tag-it-branschen tag-it-branschen-norden tag-it-branschen-nyheter-2 tag-it-branschen-sverige-2 tag-it-infrastruktur tag-it-kanalen tag-it-kanalen-nyheter tag-it-kanalen-sverige tag-itkanalen tag-juniper-networks tag-lan tag-managed-network-services tag-molninfrastruktur tag-molnmigrering tag-natverksdrift tag-natverksmodernisering tag-natverkssakerhet tag-network-operations-center tag-network-orchestration tag-noc tag-nokia tag-observability tag-palo-alto-networks tag-sap tag-sase tag-sd-wan-2 tag-sd-wan tag-siam tag-tata-consultancy-services tag-tcs tag-tekniknyheter tag-vmware-velocloud tag-wan tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\t\t\t<div class=\"cs-entry__inner cs-entry__overlay cs-entry__thumbnail cs-overlay-ratio cs-ratio-landscape-16-9\">\n\n\t\t\t\t<div class=\"cs-overlay-background\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"187\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-332x187.jpg\" class=\"attachment-csco-thumbnail-uncropped size-csco-thumbnail-uncropped wp-post-image\" alt=\"TCS und ABB gehen eine mehrj\u00e4hrige globale Zusammenarbeit ein, wobei TCS die Verantwortung f\u00fcr den Netzwerkbetrieb von ABB \u00fcbernimmt. Die Abbildung zeigt eine vernetzte Weltkarte, die KI, sichere Netzwerkinfrastruktur und die globale digitale Transformation symbolisiert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB.jpg 1200w\" sizes=\"(max-width: 332px) 100vw, 332px\" title=\"| IT-Branche\">\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"688\" height=\"387\" src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-688x387.jpg\" class=\"attachment-csco-medium size-csco-medium wp-post-image\" alt=\"TCS und ABB gehen eine mehrj\u00e4hrige globale Zusammenarbeit ein, wobei TCS die Verantwortung f\u00fcr den Netzwerkbetrieb von ABB \u00fcbernimmt. Die Abbildung zeigt eine vernetzte Weltkarte, die KI, sichere Netzwerkinfrastruktur und die globale digitale Transformation symbolisiert.\" srcset=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-688x387.jpg 688w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-300x169.jpg 300w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-1024x576.jpg 1024w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-768x432.jpg 768w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-18x10.jpg 18w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-332x187.jpg 332w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-664x374.jpg 664w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB-1044x587.jpg 1044w, https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/TCS-ABB.jpg 1200w\" sizes=\"(max-width: 688px) 100vw, 688px\" title=\"| IT-Branche\">\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/itbranschen.com\/de\/tcs-abb-global-natverksdrift-avtal\/\" class=\"cs-overlay-link\" title=\"TCS \u00fcbernimmt mit einer neuen Vereinbarung die globalen Netzwerkaktivit\u00e4ten von ABB.\"><\/a>\n\t\t\t<\/div>\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/infrastruktur\/\" rel=\"category tag\">Infrastruktur<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/tcs-abb-global-natverksdrift-avtal\/\">TCS \u00fcbernimmt mit einer neuen Vereinbarung die globalen Netzwerkaktivit\u00e4ten von ABB.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><div class=\"cs-meta-date\">14. Juli 2026<\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f549152 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"f549152\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f28a039 elementor-widget elementor-widget-cs-posts\" data-id=\"f28a039\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<section class=\"cs-posts cs-posts__standard\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"cs-posts-area cs-posts-area-elementor\" data-posts-area=\"\">\n\t\t\t\t\t\t\t<div class=\"cs-posts-area__outer\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclass=\"cs-posts-area__main cs-posts-area__main-divider\"\n\t\t\t\t\t\t\t\tdata-pc=\"4\"\n\t\t\t\t\t\t\t\tdata-lt=\"2\"\n\t\t\t\t\t\t\t\tdata-tb=\"2\"\n\t\t\t\t\t\t\t\tdata-mb=\"1\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\n<article class=\"post-28604 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-artificiell-intelligens tag-agentisk-ai tag-ai-act tag-ai-action-authority tag-ai-governance tag-ai-sakerhet-2 tag-ai-agenter tag-ai-sakerhet tag-artificiell-intelligens tag-cio tag-cio-sweden tag-ciso tag-compliance tag-computer-sweden tag-crn tag-cso-online tag-cybersakerhet tag-data-governance tag-digital-transformation tag-dora tag-enterprise-ai tag-eu-ai-act tag-iam tag-identitetshantering tag-informationssakerhet tag-infoworld tag-it-media-group tag-it-media-group-ab tag-it-media-group-sverige tag-it-media-group-sverige-ab tag-it-kanalen tag-it-kanalen-sverige tag-it-kanalen-se tag-itkanalen-se tag-nis2 tag-siliconangle tag-techradar-pro tag-the-new-stack tag-vektral tag-vortiq-x cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/artificiell-intelligens\/\" rel=\"category tag\">K\u00fcnstliche Intelligenz<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/ai-action-authority-infrastruktur\/\">KI-Aktionsbeh\u00f6rde: die Infrastruktur, die festlegt, wer KI-Aktionen zulassen darf.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28589 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-ai-cybersakerhet-2 tag-ai-security tag-arctic-wolf tag-bitdefender tag-check-point-research tag-check-point-software tag-cisco tag-crowdstrike tag-cyber-resilience tag-cyberattacker tag-cyberattacker-sverige tag-cyberhot tag-cyberhot-europa tag-cybersakerhet tag-cybersakerhet-sverige tag-darktrace tag-endpoint-security tag-eset tag-finans tag-fortinet tag-google-cloud-security tag-halso-och-sjukvard-2 tag-ibm-security tag-incident-response tag-informationssakerhet tag-it-sakerhet-2 tag-it-sakerhet tag-kaspersky tag-mandiant tag-microsoft-security tag-natverkssakerhet tag-offentlig-sektor tag-palo-alto-networks tag-qualys tag-ransomware tag-ransomware-attack tag-ransomware-sverige tag-rapid7 tag-sakerhetsrapport tag-sentinelone tag-sophos tag-tenable tag-the-gentlemen tag-threat-intelligence tag-trellix tag-trend-micro tag-zero-trust cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/cyberattacker-sverige-okade-40-procent-juni-check-point\/\">Die Zahl der Cyberangriffe auf schwedische Unternehmen stieg im Juni um 40 Prozent \u2013 der h\u00f6chste Anstieg in Europa.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28568 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-cybersakerhet tag-ars-technica tag-bleepingcomputer tag-channel-futures tag-cio-sweden tag-computer-sweden tag-crn tag-crn-sverige tag-cso-sverige tag-cybernews tag-cybersakerhet tag-cyberscoop tag-dark-reading tag-fildelning tag-filoverforing tag-help-net-security tag-infosecurity-magazine tag-it-kanalen tag-moveit tag-mssp-alert tag-nolldagssarbarhet tag-progress-software tag-sakerhetshot tag-sc-media tag-securityweek tag-sharefile tag-siliconangle tag-storage-zone-controllers tag-techcrunch tag-techradar-pro tag-the-hacker-news tag-the-register cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/cybersakerhet\/\" rel=\"category tag\">Cybersicherheit<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/sharefile-sakerhetshot-progress-stang-servrar\/\">Sicherheitsbedrohung bei ShareFile: Progress r\u00e4t Kunden dringend, ihre Server abzuschalten.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\n<article class=\"post-28548 post type-post status-publish format-standard has-post-thumbnail category-nyheter category-foretag tag-affarssystem-2 tag-ai tag-ai-agenter tag-automatisering tag-ava tag-breakit tag-breakit-se tag-cio-sweden tag-cio-se tag-claus-jepsen tag-computer-sweden tag-computersweden tag-cs-se tag-digitalisering tag-ekonomisystem tag-enterprise-software tag-erp tag-erpx tag-hr-teknik tag-idg tag-idg-sverige tag-it-kanalen-2 tag-it-media-group tag-it-media-group-ab tag-it-media-group-sverige tag-it-media-group-sverige-ab tag-it-branschen-om-ni-vill-sarskilja-er-egen-sajt-vs-generiska-omnamnanden tag-it-kanalen tag-it-kanalen-se tag-it-nyheter-2 tag-itkanalen tag-itkanalen-se tag-itmediagroup tag-itmediagroup-se tag-microsoft-teams tag-mid-market tag-molntjanster tag-natverk-kommunikation tag-projektledning tag-realtid tag-saas tag-sifted-nordisk-tech-vinkel tag-simon-paris tag-techbuzz tag-techbuzz-se tag-teknik tag-unit4 cs-entry cs-video-wrap\">\n\t<div class=\"cs-entry__outer\">\n\t\t\n\t\t<div class=\"cs-entry__inner cs-entry__content\">\n\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-category\"><ul class=\"post-categories\">\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/nyheter\/\" rel=\"category tag\">Nachricht<\/a><\/li>\n\t<li><a href=\"https:\/\/itbranschen.com\/de\/category\/foretag\/\" rel=\"category tag\">Gesch\u00e4ft<\/a><\/li><\/ul><\/div><\/div>\n\t\t\t<h2 class=\"cs-entry__title\"><a href=\"https:\/\/itbranschen.com\/de\/unit4-lanserar-ai-for-your-world-utan-bindningstid\/\">Unit4 startet \u201cKI f\u00fcr Ihre Welt\u201d \u2013 Kunden k\u00f6nnen damit KI-Funktionen unverbindlich testen.<\/a><\/h2>\n\t\t\t\n\t\t\t<div class=\"cs-entry__post-meta\" ><div class=\"cs-meta-author\"><span class=\"cs-meta-author-by\">Dorf<\/span><a class=\"cs-meta-author-link url fn n\" href=\"https:\/\/itbranschen.com\/de\"><span class=\"cs-meta-author-name\">IT-Branche<\/span><\/a><\/div><\/div>\t\t<\/div>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b32d49 cs-dividerhorizontal cs-divider-tablethorizontal cs-divider-mobilehorizontal elementor-widget elementor-widget-cs-divider\" data-id=\"4b32d49\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"cs-divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<section class=\"cs-divider cs-divider-horizontal\"><\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10ff8ac elementor-widget elementor-widget-wp-widget-advads_ad_widget\" data-id=\"10ff8ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-advads_ad_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"itbra-slider-5009\" class=\"custom-slider itbra-slider-1176429834 itbra-slider\"><ul><li><div id=\"itbra-4269441268\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/vortiqxconsilium.com\/\" target=\"_blank\" rel=\"sponsored noopener noreferrer\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/Vortiq-x-slider.jpg\"\r\n      alt=\"VORTIQ-X AI Governance hilft Unternehmen dabei, KI in kontrollierbaren und \u00fcberpr\u00fcfbaren Gesch\u00e4ftswert umzuwandeln.\"\r\n      title=\"VORTIQ-X KI-Governance | Von der Token-\u00d6konomie zum kontrollierbaren Unternehmenswert\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    VORTIQ-X ist eine KI-Governance-Plattform, die Unternehmen dabei unterst\u00fctzt, KI zu steuern, zu verifizieren und messbaren Gesch\u00e4ftswert daraus zu generieren. Die Plattform konzentriert sich auf Transparenz, Compliance, KI-Governance und den effektiven Einsatz von KI in gesch\u00e4ftskritischen Prozessen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1398550880\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/italy.cybertechconference.com\/\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/banner-slider-rome-cyber-tech-europe-Italy-Rome.jpg\"\r\n      alt=\"Cybertech Europe 2026, die Cybersicherheitskonferenz in Rom, mit der IT-Branche als offiziellem Medienpartner\"\r\n      title=\"Offizieller Medienpartner der Cybertech Europe 2026 | Die IT-Branche\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die Cybertech Europe 2026 ist eine der f\u00fchrenden Cybersicherheitskonferenzen Europas und bringt in Rom Cybersicherheitsexperten, Regierungsvertreter, Technologieinnovatoren, Startups, Investoren und Entscheidungstr\u00e4ger aus Unternehmen zusammen. Die IT-Branche fungiert als offizieller Medienpartner und bietet Berichterstattung \u00fcber die Veranstaltung, Interviews mit F\u00fchrungskr\u00e4ften, Brancheneinblicke und Cybersicherheitsnachrichten f\u00fcr das nordische und europ\u00e4ische Publikum.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    WERBUNG\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-1759632945\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/www.youtube.com\/@MagicChats\/videos\" target=\"_blank\" rel=\"noopener sponsored\">\r\n    <img\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/maciek-szczesniak-magic-chats-youtube.jpg\"\r\n      alt=\"Maciek Szczesniak war auf dem Podcast-Banner Magic Chats von IT-Branschen Wire Channel zu sehen\"\r\n      title=\"Maciek Szczesniak | Magic Chats Podcast | Wire Channel f\u00fcr die IT-Branche\"\r\n      loading=\"lazy\"\r\n      decoding=\"async\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Maciek Szczesniak tritt in den IT-Branschen Wire Channel Magic Chats auf und spricht \u00fcber F\u00fchrung, Innovation, digitale Transformation und Unternehmensdienstleistungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    GESPONSERT\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><li><div id=\"itbra-198733127\" style=\"clear: both;\"><figure style=\"position:relative;width:100%;max-width:1440px;margin:0 auto 50px auto;\">\r\n\r\n  <a href=\"https:\/\/itbranschen.com\/sv\/om-oss-it-branschen\/\" target=\"_blank\" rel=\"noopener\">\r\n    <img loading=\"lazy\"\r\n      src=\"https:\/\/itbranschen.com\/wp-content\/uploads\/2026\/07\/IT-Branschen-banner-orange.jpg\"\r\n      alt=\"Die nordische Technologie-Medienplattform der IT-Branche berichtet \u00fcber Cybersicherheit, Cloud, KI, digitale Transformation, Vertriebskan\u00e4le, Managed Service Provider (MSPs) und Neuigkeiten aus der Unternehmens-IT.\"\r\n      title=\"IT-Branche | Nordische Medien f\u00fcr Technologie, Cybersicherheit und Unternehmens-IT\"\r\n      decoding=\"async\"\r\n      width=\"1440\"\r\n      height=\"323\"\r\n      style=\"width:100%;height:auto;display:block;border-radius:4px;\"\r\n    >\r\n  <\/a>\r\n\r\n  <figcaption style=\"display:none;\">\r\n    Die IT-Branche ist eine f\u00fchrende nordische Technologie-Medienplattform, die \u00fcber Cybersicherheit, K\u00fcnstliche Intelligenz, Cloud Computing, Unternehmens-IT, digitale Transformation, Managed Services, Channel-Partner, Softwareentwicklung, Telekommunikation, Rechenzentren, IT-Infrastruktur, Technologief\u00fchrerschaft, Gesch\u00e4ftsinnovationen und Zukunftstechnologien berichtet. Mit Interviews von F\u00fchrungskr\u00e4ften, Branchenanalysen, Eventberichten, Vordenkern, Produktneuheiten, Anbieter-Updates und Marktanalysen vernetzt die IT-Branche Technologieentscheider, CIOs, CISOs, CTOs, IT-Manager, MSPs, Reseller, Distributoren, Technologieanbieter, Startups und Unternehmen in Schweden, Norwegen, D\u00e4nemark, Finnland und Europa. Die Berichterstattung umfasst Cybersicherheitstrends, KI-Einf\u00fchrung, Cloud-Strategie, Unternehmenssoftware, Netzwerke, digitale Infrastruktur, Nachhaltigkeit, Compliance, Governance, Risikomanagement, Automatisierung, Datenanalyse und zuk\u00fcnftige Technologieentwicklungen.\r\n  <\/figcaption>\r\n\r\n  <div style=\"    position:absolute;    bottom:-18px;    left:0;    font-size:12px;    background:#fff;    padding:4px 10px;    border-radius:0 0 4px 4px;    font-weight:700;    color:#000;    box-shadow:0 1px 3px rgba(0,0,0,.15);  \">\r\n    EIGENE INHALTE\r\n  <\/div>\r\n\r\n<\/figure><\/div><br style=\"clear: both; display: block; float: none;\"\/><\/li><\/ul><\/div><script>( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {var $itbraslider1176429834 = jQuery( \".itbra-slider-1176429834\" );$itbraslider1176429834.on( \"unslider.ready\", function() { jQuery( \"div.custom-slider ul li\" ).css( \"display\", \"block\" ); });$itbraslider1176429834.unslider({ delay:15000, autoplay:true, nav:false, arrows:false, infinite:true });$itbraslider1176429834.on(\"mouseover\", function() {$itbraslider1176429834.unslider(\"stop\");}).on(\"mouseout\", function() {$itbraslider1176429834.unslider(\"start\");});});<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"Senaste Nytt Moln &amp; Data Fastly ansluter sig till DIMPACT f\u00f6r att st\u00e4rka arbetet med digital h\u00e5llbarhet byIT-BranschenJuly&hellip;","protected":false},"author":1,"featured_media":12861,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"csco_display_header_overlay":false,"csco_singular_sidebar":"disabled","csco_page_header_type":"none","csco_page_load_nextpost":"","csco_post_video_location":[],"csco_post_video_location_hash":"","csco_post_video_url":"","csco_post_video_bg_start_time":0,"csco_post_video_bg_end_time":0,"footnotes":""},"class_list":["post-6","page","type-page","status-publish","has-post-thumbnail","cs-entry","cs-video-wrap"],"_links":{"self":[{"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":0,"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/media\/12861"}],"wp:attachment":[{"href":"https:\/\/itbranschen.com\/de\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}