ADVERTISEMENT

The dark side of cyberspace

Published Nov 4, 2022 11:00 pm

Czech Embassy in Manila’s call for a collective action to fortify global cybersecurity

THE CYBER CHALLENGE On-site speakers and guests from Philippine government agencies, academe, and private institutions joined the Czech Embassy in Manila’s hybrid conference on cybersecurity

Led by Ambassador Jana Šedivá, the Czech Embassy in Manila’s hybrid conference “Czech Connect 2022: Exploring Cyberspace through International and Local Lens” in late October, became a successful avenue for cybersecurity experts around the world to share their technical and analytical know-how in combatting the prevalent cyber threats related to education, foreign investments, ongoing geopolitical issues, and national security.  

The hybrid conference was organized by the Embassy of the Czech Republic in Manila to support the priorities of the Czech presidency of the European Union Council for collective action on securing cyberspace.

Richard Kadlčák, special envoy for cyber space and director of the cybersecurity department of the Czech Ministry of Foreign Affairs, graced the event directly from the Czech Republic. He mentioned that cybersecurity is a global challenge and thus demands a global solution.

Additionally, Secretary Ivan John Uy of the Department of Information and Communications Technology (DICT) delivered a keynote speech on the government programs and projects in solving the prevalent cyber challenges in the Philippines, such as the Cyber Safe Ph campaign, and highlighted cybersecurity as one of the priorities of the current administration.

Secretary Uy added that “in this new reality, it is imperative that cybersecurity be given the same importance as personal security.”

THIS ISSUE AFFECTS EVERYONE Cybersecurity experts across the globe entertain questions from on-site and online participants during the open forum portion of the program

Gladys De Ocampo, assistant chief of the cybersecurity bureau of the DICT, attended the event to support Secretary Uy and answered inquiries from the audience regarding the roadmap for cyber defense in the Philippines and the proliferation of text scams in the country.

Filipino IT experts also physically joined the Czech Embassy in Manila during the conference at the Discovery Suites in Pasig City.

‘In this new reality, it is imperative that cybersecurity be given the same importance as personal security.’

Lito Averia of Secure Connections, a private coalition of cybersecurity stakeholders, presented the critical information infrastructure in the Philippines. He discussed the lack of policies governing cybersecurity in the Philippines and the possible ways to address them, including the passage of a legislative bill filed in the Philippine Congress. This was backed up by Christine Castillo, a research officer at the National Defense College of the Philippines. She further discussed the critical role of the Department of National Defense in strengthening national security and military systems to safeguard the country from cyberattacks.

ADDRESSING DIGITAL THREATS Czech Ambassador Jana Šedivá delivers her speech during the cybersecurity conference of the Czech Embassy in Manila

In attendance as well via Zoom were Monika Kutějová from the National Cyber and Information Security Agency (NÚKIB) and Ondřej Kopečný of the Ministry of Industry and Trade (MoIT) of the Czech Republic. The Czech speakers remotely discussed how to address the common and complex cyber challenges faced by the education sector and private sector, specifically in protecting the data of universities and screening activities of investors with malicious interests.

The last part of the program included the presentations of NÚKIB specialist Michal Thim and Filipino cybersecurity expert Miguel Alberto Gomez. Both discussed how cyber operations played a massive part in the ongoing crisis in Ukraine and Europe caused by Russia. They both pointed out the need for collaboration between the private sector and the government of countries to address such issues and prevent possible cyber aggressions.

Along with the discussions, a panel discussion moderated by Anthony Garcia, ICT director at Miriam College, was conducted where attendees had a better chance to interact with the presenters.

The Czech presidency of the European Union Council aims to advance its cooperation with its democratic partners and international organizations to raise the public discourse on increasing the stability and security of cyberspace. Consistently, the Czech Connect 2022 emphasized the need for concerted efforts and proactive measures.

“Given the interconnectedness of the communities in society and cyberspace, the risks of digital threats affect everyone. Hence, there is no better way to solve the challenges in securing global cyberspace than a concerted initiative,” said Ambassador Šedivá.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.