Cookies
O website necessita de alguns cookies e outros recursos semelhantes para funcionar. Caso o permita, o INESC TEC irá utilizar cookies para recolher dados sobre as suas visitas, contribuindo, assim, para estatísticas agregadas que permitem melhorar o nosso serviço. Ver mais
Aceitar Rejeitar
  • Menu
Sobre

Sobre

Manuel Eduardo Correia é doutorado em Ciência de computadores pela Universidade do Porto e mestre em Engenharia Informática pelo Imperial College. É professor do departamento de Ciência de Computadores da Faculdade de Ciências da Universidade do Porto, onde foi diretor do curso de mestrado em segurança informática entre 2014 e 2018. Tem uma vasta experiência em projectos nacionais e internacionais de investigação em segurança informática no grupo CRACS do INESC TEC Porto, onde tem vindo a trabalhar extensivamente no domínio da detecção de anomalias e gestão de identidade. Foi também assessor técnico de algumas agências públicas portuguesas (Saúde e Educação), atuando como consultor para a segurança do sistema nacional de prescrição eletrônica, sendo também responsável pelo desenvolvimento do sistema biométrico match-on-card, atualmente em uso pelo cartão do cidadão (eID) português. É cofundador de uma spin-off da Universidade, denominada HealthySystems, que centra a sua atividade na área da segurança da informação com um forte foco em técnicas de auditoria, eID e anonimização de dados clínicos. Em 2014 esta empresa ganhou o Prémio da Associação Nacional de Farmácias para a farmácia do futuro com um projeto denominado "DigitalPharma". Mais recentemente ganhou um prémio do CIO Summit Portugal, com o desenvolvimento de uma solução de software para apoiar a gestão clínica e integração de sistemas para grandes Hospitais. Foi no triénio 2018-2021 Pró-Reitor responsável pelas infraestruturas digitais da Universidade do Porto.

Tópicos
de interesse
Detalhes

Detalhes

  • Nome

    Manuel Eduardo Correia
  • Cargo

    Investigador Sénior
  • Desde

    01 janeiro 2009
005
Publicações

2025

EVSOAR: Security Orchestration, Automation and Response via EV Charging Stations

Autores
Freitas, T; Silva, E; Yasmin, R; Shoker, A; Correia, ME; Martins, R; Esteves Veríssimo, PJ;

Publicação
CoRR

Abstract

2025

A Risk Manager for Intrusion Tolerant Systems: Enhancing HAL 9000 With New Scoring and Data Sources

Autores
Freitas, T; Novo, C; Dutra, I; Soares, J; Correia, ME; Shariati, B; Martins, R;

Publicação
Software: Practice and Experience

Abstract
ABSTRACTBackgroundIntrusion Tolerant Systems (ITS) aim to maintain system security despite adversarial presence by limiting the impact of successful attacks. Current ITS risk managers rely heavily on public databases like NVD and Exploit DB, which suffer from long delays in vulnerability evaluation, reducing system responsiveness.ObjectiveThis work extends the HAL 9000 Risk Manager to integrate additional real-time threat intelligence sources and employ machine learning techniques to automatically predict and reassess vulnerability risk scores, addressing limitations of existing solutions.MethodsA custom-built scraper collects diverse cybersecurity data from multiple Open Source Intelligence (OSINT) platforms, such as NVD, CVE, AlienVault OTX, and OSV. HAL 9000 uses machine learning models for CVE score prediction, vulnerability clustering through scalable algorithms, and reassessment incorporating exploit likelihood and patch availability to dynamically evaluate system configurations.ResultsIntegration of newly scraped data significantly enhances the risk management capabilities, enabling faster detection and mitigation of emerging vulnerabilities with improved resilience and security. Experiments show HAL 9000 provides lower risk and more resilient configurations compared to prior methods while maintaining scalability and automation.ConclusionsThe proposed enhancements position HAL 9000 as a next-generation autonomous Risk Manager capable of effectively incorporating diverse intelligence sources and machine learning to improve ITS security posture in dynamic threat environments. Future work includes expanding data sources, addressing misinformation risks, and real-world deployments.

2024

HAL 9000: a Risk Manager for ITSs

Autores
Freitas, T; Novo, C; Soares, J; Dutra, I; Correia, ME; Shariati, B; Martins, R;

Publicação
2024 IEEE 6TH INTERNATIONAL CONFERENCE ON TRUST, PRIVACY AND SECURITY IN INTELLIGENT SYSTEMS, AND APPLICATIONS, TPS-ISA

Abstract
HAL 9000 is an Intrusion Tolerant Systems (ITSs) Risk Manager, which assesses configuration risks against potential intrusions. It utilizes gathered threat knowledge and remains operational, even in the absence of updated information. Based on its advice, the ITSs can dynamically and proactively adapt to recent threats to minimize and mitigate future intrusions from malicious adversaries. Our goal is to reduce the risk linked to the exploitation of recently uncovered vulnerabilities that have not been classified and/or do not have a script to reproduce the exploit, considering the potential that they may have already been exploited as zero-day exploits. Our experiments demonstrate that the proposed solution can effectively learn and replicate National Vulnerability Database's evaluation process with 99% accuracy.

2023

Deterministic or probabilistic?- A survey on Byzantine fault tolerant state machine replication

Autores
Freitas, T; Soares, J; Correia, ME; Martins, R;

Publicação
COMPUTERS & SECURITY

Abstract
Byzantine Fault tolerant (BFT) protocols are implemented to guarantee the correct system/application behavior even in the presence of arbitrary faults (i.e., Byzantine faults). Byzantine Fault tolerant State Machine Replication (BFT-SMR) is a known software solution for masking arbitrary faults and malicious attacks (Liu et al., 2020). In this survey, we present and discuss relevant BFT-SMR protocols, focusing on deterministic and probabilistic approaches. The main purpose of this paper is to discuss the characteristics of proposed works for each approach, as well as identify the trade-offs for each different approach.& COPY; 2023 The Author(s). Published by Elsevier Ltd. This is an open access article under the CC BY license ( http://creativecommons.org/licenses/by/4.0/ )

2023

SPIDVerify: A Secure and Privacy-Preserving Decentralised Identity Verification Framework

Autores
Shehu, AS; Pinto, A; Correia, ME;

Publicação
International Conference on Smart Applications, Communications and Networking, SmartNets 2023, Istanbul, Turkey, July 25-27, 2023

Abstract
Traditional identity management (IdM) systems rely on third-party identity providers (IdPs) and are centralised, which can make them vulnerable to data breaches and other security risks. Self-sovereign identity (SSI) is a newer IdM model that allows users to control their own identities by using decentralised technologies like blockchain to store and verify them. However, SSI systems have their own security concerns, such as digital wallet vulnerabilities, blockchain threats and conflicts with general data protection regulation (GDPR). Additionally, the lack of incentives for issuers, verifiers and data owners could limit its acceptance. This paper proposes SPIDVerify, which is a decentralised identity verification framework that utilises an SSI-based architecture to address these issues. The framework uses a mixed method for acquiring a W3C standard verified credentials and to ensure that only a thoroughly verified entity acquires verified credential, and employs secure key cryptographic protocols; Diffie-Hellman (DH) and Extended Triple Diffie-Hellman (X3DH) for forward secrecy secure communication, single-use challenge-response for authentication, and Swarm network for decentralised storage of data. These methods enhance the security of the proposed framework with better resilience against impersonation and credential stealing. To evaluate the proposal, we have outlined the limitations in related works and demonstrated two scenarios to showcase the strength and effectiveness of SPIDVerify in dealing with the threats identified. We have also tested the methods used in SPIDVerify by measuring the time taken to execute certain processes. © 2023 IEEE.

Teses
supervisionadas

2023

SSI Technology in the context of eIDAS 2.0

Autor
João Manuel Alexandrino de Castro Ribeiro

Instituição
UP-FCUP

2023

Deepfake Generation for use in Dictionary Attacks on Facial Recognition Systems

Autor
Vasco Mucha Barros

Instituição
UP-FCUP

2023

Establishing Secure and Privacy Preserving Digital Identity With Self-Sovereign Identity

Autor
Muhammad Shehu Abubakar-Sadiq

Instituição
UP-FCUP

2023

SkyNet: Towards a Dynamic and Adaptive Intrusion Tolerant System

Autor
Tadeu Augusto Leite Freitas

Instituição
UP-FCUP

2022

SkyNet: Towards a Dynamic and Adaptive Intrusion Tolerant System

Autor
Tadeu Augusto Leite Freitas

Instituição
UP-FCUP