New Article Archives - Behaviour-Centric Cybersecurity Center (BCCC) /research/bccc/tag/new-article/ Fri, 08 May 2026 23:58:42 +0000 en-CA hourly 1 https://wordpress.org/?v=6.9.4 Two sides of the same microchip! /research/bccc/2026/05/08/two-sides-of-the-same-microchip/ Fri, 08 May 2026 23:58:14 +0000 /research/bccc/?p=3601 Detecting vulnerability in network systems through AI 91ÑÇÉ« researchers are exploring how to better secure a digital world increasingly shaped by the Internet of Things (IoT) by understanding how malicious bots operate and developing stronger defences against them. IoT devices are everyday objects that connect to the internet so they can send, receive and […]

The post Two sides of the same microchip! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

Detecting vulnerability in network systems through AI

91ÑÇÉ« researchers are exploring how to better secure a digital world increasingly shaped by the Internet of Things (IoT) by understanding how malicious bots operate and developing stronger defences against them.

IoT devices are everyday objects that connect to the internet so they can send, receive and act on data. They range from home thermostats and baby monitors to traffic sensors, medical equipment and industrial controls. Many operate quietly in the background and are rarely updated or closely monitored, making them especially attractive targets for cybercriminals.

The post Two sides of the same microchip! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
Celebrating Sepideh’s DAAD Research Grant Achievement! /research/bccc/2026/05/04/news-alert-2/ Mon, 04 May 2026 14:29:24 +0000 /research/bccc/?p=3593 Celebrating Sepideh’s DAAD Research Grant Achievement Congratulations to our PhD student Sepideh HajiHosseinKhani on receiving the prestigious DAAD Research Grant. She will be joining the Institute for Data Science, Cloud Computing and IT Security (IDACUS) at Furtwangen University in Germany to advance her research on secure AI and decentralized finance. This achievement reflects her excellent […]

The post Celebrating Sepideh’s DAAD Research Grant Achievement! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

Celebrating Sepideh’s DAAD Research Grant Achievement

Congratulations to our PhD student Sepideh HajiHosseinKhani on receiving the prestigious DAAD Research Grant. She will be joining the Institute for Data Science, Cloud Computing and IT Security (IDACUS) at Furtwangen University in Germany to advance her research on secure AI and decentralized finance.

This achievement reflects her excellent work and the strength of our international collaborations.

The post Celebrating Sepideh’s DAAD Research Grant Achievement! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
How 91ÑÇÉ« researchers are strengthening cybersecurity! /research/bccc/2026/04/29/news-alert/ Wed, 29 Apr 2026 15:20:35 +0000 /research/bccc/?p=3589 How 91ÑÇÉ« researchers are strengthening cybersecurity 91ÑÇÉ« researchers are exploring how to better secure a digital world increasingly shaped by the Internet of Things (IoT) by understanding how malicious bots operate and developing stronger defences against them. IoT devices are everyday objects that connect to the internet so they can send, receive and act […]

The post How 91ÑÇÉ« researchers are strengthening cybersecurity! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

How 91ÑÇÉ« researchers are strengthening cybersecurity

91ÑÇÉ« researchers are exploring how to better secure a digital world increasingly shaped by the Internet of Things (IoT) by understanding how malicious bots operate and developing stronger defences against them.

IoT devices are everyday objects that connect to the internet so they can send, receive and act on data. They range from home thermostats and baby monitors to traffic sensors, medical equipment and industrial controls. Many operate quietly in the background and are rarely updated or closely monitored, making them especially attractive targets for cybercriminals.

The post How 91ÑÇÉ« researchers are strengthening cybersecurity! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2026/04/27/new-article-alert-18/ Mon, 27 Apr 2026 15:10:20 +0000 /research/bccc/?p=3583 Unveiling malicious PDF behavior: Interpretable classification and profiling of malicious PDF using TabNet With the inevitable growth of information digitization, Portable Document Format (PDF) has become one of the most popular exploited file formats for document exchange among various applications and platforms. Consequently, PDF files have become an attractive target for attackers to infect and […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

With the inevitable growth of information digitization, Portable Document Format (PDF) has become one of the most popular exploited file formats for document exchange among various applications and platforms. Consequently, PDF files have become an attractive target for attackers to infect and deliver malicious codes to users. Despite the efficacy and success of machine learning classifiers in detecting malicious PDF files, they require tedious feature engineering and have some limitations. Additionally, one of the main reasons for resistance to using deep learning models is their lack of interpretability. To address these challenges, this study proposes using the TabNet model for malicious PDF detection, offering global and local interpretability while maintaining high or competitive detection performance. The Optuna optimization framework is employed to further enhance the model’s capabilities. The proposed approach is evaluated on the real-world Evasive-PDFMal2022 dataset and demonstrates state-of-the-art performance compared to baseline methods.

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2026/04/20/new-article-alert-17/ Mon, 20 Apr 2026 16:13:59 +0000 /research/bccc/?p=3568 Unveiling intruders’ behaviors: explainable AI-based profiling of malicious bot activities in IoT networks The rapid proliferation of Internet of Things (IoT) devices has improved connectivity but introduced new cybersecurity risks, particularly from botnets. Detecting and identifying malicious botnet activities is crucial for early attack mitigation, understanding attack patterns, and deploying effective countermeasures. However, state-of-the-art IoT […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

The rapid proliferation of Internet of Things (IoT) devices has improved connectivity but introduced new cybersecurity risks, particularly from botnets. Detecting and identifying malicious botnet activities is crucial for early attack mitigation, understanding attack patterns, and deploying effective countermeasures. However, state-of-the-art IoT botnet detection models often struggle to handle imbalanced data, capture temporal patterns, and provide interpretable, explainable insights. This work proposes an IoT botnet detection and profiling model that leverages Explainable Artificial Intelligence (XAI) methods, including eXtreme Gradient Boosting (XGBoost) for feature selection, a Long Short-Term Memory (LSTM) neural network model for botnet detection and classification, and Shapley Additive Explanations (SHAP) for interpretability. This model integrates a feature selection approach that combines correlation analysis with the XGBoost algorithm to improve efficiency. The LSTM model is optimized and fine-tuned using Bayesian optimization to achieve accurate botnet detection and classification. The SHAP method provides interpretable insights into individual and collective botnet behaviors for profiling. Finally, the performance of the proposed model was evaluated with the augmented BCCC-Aposemat-IoT-Bot-2024 dataset and compared with state-of-the-art models. The results demonstrate that our proposed model achieves competitive performance while offering key advantages, including effective handling of sequential and imbalanced data, improved computational efficiency, and enhanced explainability.

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2026/04/09/new-article-alert-16/ Thu, 09 Apr 2026 15:45:20 +0000 /research/bccc/?p=3531 MQTTFlowLyzer: interpretable TabNet-based flow-level MQTT intrusion detection for IoT MQTT is widely used in IoT systems but remains vulnerable due to its lightweight design. This paper proposes an interpretable deep learning-based intrusion detection framework that processes raw PCAP data through flow-based analysis. It introduces MQTTFlowLyzer for extracting protocol-aware features and presents the BCCC-IoT-MQTT-IDS-2025 dataset, which […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

MQTT is widely used in IoT systems but remains vulnerable due to its lightweight design. This paper proposes an interpretable deep learning-based intrusion detection framework that processes raw PCAP data through flow-based analysis. It introduces MQTTFlowLyzer for extracting protocol-aware features and presents the BCCC-IoT-MQTT-IDS-2025 dataset, which includes diverse attack scenarios. The framework leverages TabNet, GANDALF, and NODE to enable accurate and interpretable detection of known and novel attacks. Results show strong performance across attack types, with attention-based explanations providing insights into behavioral patterns and supporting zero-day threat identification.

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2026/01/01/new-article-alert-15/ Thu, 01 Jan 2026 18:19:48 +0000 /research/bccc/?p=3401 CAN-BiGRUBERT: Unveiling Automotive Vehicle Intruders by Profiling and Characterizing Anomalies in Controller Area Network In-vehicle Controller Area Networks (CAN) are vulnerable to various injection attacks that can compromise the safety of vehicle occupants and result in financial losses. While a substantial body of work on CAN intrusion detection exists, it lacks multiclass attack classification models. […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

In-vehicle Controller Area Networks (CAN) are vulnerable to various injection attacks that can compromise the safety of vehicle occupants and result in financial losses. While a substantial body of work on CAN intrusion detection exists, it lacks multiclass attack classification models. Current multiclass models do not encompass all attack types or account for the vehicle’s state, i.e., whether the car is stationary or in motion. This work addresses these limitations by proposing CAN-BiGRUBERT, a multiclass CAN intrusion detection model that jointly predicts the vehicle state and attack class from CAN traffic windows. CAN-BiGRUBERT employs Bidirectional Encoder Representations from Transformers (BERT) to capture spatial dependencies within individual CAN frames, and a Bidirectional Gated Recurrent Unit (BiGRU) network to capture temporal dependencies across multiple frames in a window.  

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2025/11/17/new-article-alert-14/ Tue, 18 Nov 2025 03:07:03 +0000 /research/bccc/?p=3348 A deep learning-based vulnerability detection in blockchain smart contracts using masked attention and control flow graph analysis SCs are self-executing programs on the blockchain, used for transactions without intermediaries, particularly in cryptocurrencies like Ethereum. However, they are vulnerable to security flaws that can lead to significant financial losses, as demonstrated by the DAO hack 2016. […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

SCs are self-executing programs on the blockchain, used for transactions without intermediaries, particularly in cryptocurrencies like Ethereum. However, they are vulnerable to security flaws that can lead to significant financial losses, as demonstrated by the DAO hack 2016. Common vulnerabilities include re-entrancy errors, timestamp dependency, infinite loops, and integer overflows. Detecting these flaws is crucial but complex due to the immutable nature of the blockchain and the complexity of the contracts. Therefore, developing techniques for analyzing, testing, and verifying the security of SCs is essential to ensure their reliability and safety. This work presents a novel approach to detecting vulnerabilities in SCs using deep learning. 

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
New Article Alert! /research/bccc/2025/11/10/new-article-alert-13/ Tue, 11 Nov 2025 01:00:21 +0000 /research/bccc/?p=3343 Toward generating a large-scale IoT-Zwave intrusion detection dataset: Smart device profiling, intruders behavior, and traffic characterization This article introduces BCCC-IoT-IDS-Zwave-2025, the most extensive and diverse IoT smart home dataset to date, developed over five months using a large-scale testbed comprising more than 50 IoT devices and encompassing over 80 distinct attack scenarios. Unlike prior datasets […]

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>

This article introduces BCCC-IoT-IDS-Zwave-2025, the most extensive and diverse IoT smart home dataset to date, developed over five months using a large-scale testbed comprising more than 50 IoT devices and encompassing over 80 distinct attack scenarios. Unlike prior datasets that focus primarily on IP network-layer traffic, our dataset integrates multi-source data, including IP-based network traffic, IoT-Zwave communication signals, device activity, and MQTT-based traffic and logs, with attack scenarios specifically designed for each data source, enabling a holistic view of IoT threats. To further enhance IoT threat analysis, we developed IoT-ZwaveNetLyzer, the first dedicated traffic analyzer for Z-Wave networks, addressing the gap left by traditional PC-focused tools. Extensive experimental evaluations demonstrate the dataset’s effectiveness, with state-of-the-art classifiers achieving an average detection accuracy exceeding 95% and a false positive rate as low as 2.2% on average, establishing BCCC-IoT-IDS-Zwave-2025 as a cornerstone for future IoT security research and the development of advanced detection methodologies. 

The post New Article Alert! appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
The second CyberSecurity Cartoon Award (CSCA) – Hosted by Universidad Politécnica de Madrid (Spain) /research/bccc/2025/10/06/the-second-cybersecurity-cartoon-award-csca-hosted-by-universidad-politecnica-de-madrid-spain/ Mon, 06 Oct 2025 16:05:59 +0000 /research/bccc/?p=3151 BCCC, 91ÑÇÉ«, Toronto, ON, Canada The second CyberSecurity Cartoon Award (CSCA) – Hosted by Universidad Politécnica de Madrid (Spain) Today, October 6, We’re excited to announce the official winners of the second CyberSecurity Cartoon Award (CSCA 2025); a flagship initiative under the Understanding Cybersecurity Series (UCS) program, dedicated to promoting cybersecurity awareness among K-12 […]

The post The second CyberSecurity Cartoon Award (CSCA) – Hosted by Universidad Politécnica de Madrid (Spain) appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>
BCCC, 91ÑÇÉ«, Toronto, ON, Canada

The second CyberSecurity Cartoon Award (CSCA) – Hosted by Universidad Politécnica de Madrid (Spain)

Today, October 6, We’re excited to announce the official winners of the second CyberSecurity Cartoon Award (CSCA 2025); a flagship initiative under the Understanding Cybersecurity Series (UCS) program, dedicated to promoting cybersecurity awareness among K-12 students through art and creativity.

This year’s event featured 263 artworks, created by 128 artists from 25 countries, using imagination to inspire global conversations about cybersecurity.



Each year, CSCA is hosted by a different organization worldwide; the 2025 edition was proudly hosted by the Universidad Politécnica de Madrid (Spain). A special thanks to Prof. Sergio Rios-Aguilar for his outstanding leadership and support in making this year’s event a great success.

As we celebrate the achievements of CSCA-2025, hosted in Spain, we’re excited to announce that next year’s edition (CSCA-2026) will be held in Norway, continuing our global mission to promote cybersecurity awareness through creativity and education.

The post The second CyberSecurity Cartoon Award (CSCA) – Hosted by Universidad Politécnica de Madrid (Spain) appeared first on Behaviour-Centric Cybersecurity Center (BCCC).

]]>