Valentin Enescu

28 papers A* 1B 6C 3Misc 2Journal 7Unranked 9
YearRankTypeTitle / Venue / Authors
2018 J jnl
IEEE Trans. Affect. Comput.
Meshia Cédric Oveneke, Isabel Gonzalez, Valentin Enescu, Dongmei Jiang, Hichem Sahli
2016 J jnl
ACM Trans. Interact. Intell. Syst.
Weiyi Wang, Valentin Enescu, Hichem Sahli
2016 J jnl
J. Hum. Robot Interact.
Alexandre Coninx, Paul Baxter, Elettra Oleari, Sara Bellini, Bert P. B. Bierman, Olivier A. Blanson Henkemans, Lola Cañamero, Piero Cosi, Valentin Enescu, Raquel Ros Espinoza, Antoine Hiolle, Rémi Humbert, Bernd Kiefer, Ivana Kruijff-Korbayová, Rosemarijn Looije, Marco Mosconi, Mark A. Neerincx, Giulio Paci, Georgios Patsis, Clara Pozzi, Francesca Sacchitelli, Hichem Sahli, Alberto Sanna, Giacomo Sommavilla, Fabio Tesser, Yiannis Demiris, Tony Belpaeme
2015 J jnl
Multim. Tools Appl.
Isabel Gonzalez, Francesco Cartella, Valentin Enescu, Hichem Sahli
2014 A* conf
HRI
Raquel Ros, Alexandre Coninx, Yiannis Demiris, Georgios Patsis, Valentin Enescu, Hichem Sahli
2014 conf
WOCCI
Weiyi Wang, Georgios Athanasopoulos, Selma Yilmazyildiz, Georgios Patsis, Valentin Enescu, Hichem Sahli, Werner Verhelst, Antoine Hiolle, Matthew Lewis, Lola Cañamero
2014 B conf
ICPR
Ling Cai, Fengna Wang, Valentin Enescu, Hichem Sahli
2014 conf
ECCV Workshops (3)
Weiyi Wang, Georgios Athanasopoulos, Georgios Patsis, Valentin Enescu, Hichem Sahli
2013 B conf
ACII
Longfei Li, Yong Zhao, Dongmei Jiang, Yanning Zhang, Fengna Wang, Isabel Gonzalez, Valentin Enescu, Hichem Sahli
2013 J jnl
J. Hum. Robot Interact.
Tony Belpaeme, Paul Baxter, Robin Read, Rachel Wood, Heriberto Cuayáhuitl, Bernd Kiefer, Stefania Racioppa, Ivana Kruijff-Korbayová, Georgios Athanasopoulos, Valentin Enescu, Rosemarijn Looije, Mark A. Neerincx, Yiannis Demiris, Raquel Ros Espinoza, Aryel Beck, Lola Cañamero, Antoine Hiolle, Matthew Lewis, Ilaria Baroni, Marco Nalin, Piero Cosi, Giulio Paci, Fabio Tesser, Giacomo Sommavilla, Rémi Humbert
2013 conf
HBU
Weiyi Wang, Valentin Enescu, Hichem Sahli
2012 B conf
ACIVS
Meshia Cédric Oveneke, Valentin Enescu, Hichem Sahli
2012 conf
WOCCI
Ivana Kruijff-Korbayová, Heriberto Cuayáhuitl, Bernd Kiefer, Marc Schröder, Piero Cosi, Giulio Paci, Giacomo Sommavilla, Fabio Tesser, Hichem Sahli, Georgios Athanasopoulos, Weiyi Wang, Valentin Enescu, Werner Verhelst
2011 conf
IWSDS
Ivana Kruijff-Korbayová, Georgios Athanasopoulos, Aryel Beck, Piero Cosi, Heriberto Cuayáhuitl, Tomas Dekens, Valentin Enescu, Antoine Hiolle, Bernd Kiefer, Hichem Sahli, Marc Schröder, Giacomo Sommavilla, Fabio Tesser, Werner Verhelst
2011 conf
ACII (1)
Isabel Gonzalez, Hichem Sahli, Valentin Enescu, Werner Verhelst
2011 conf
ACII (1)
Ping Fan, Isabel Gonzalez, Valentin Enescu, Hichem Sahli, Dongmei Jiang
2011 J jnl
Signal Process. Image Commun.
Yunshu Hou, Ping Fan, Ilse Ravyse, Valentin Enescu, Hichem Sahli
2009 Misc conf
ICIG
Thomas Geerinck, Valentin Enescu, Ilse Ravyse, Hichem Sahli
2009 Misc conf
ICIG
Yunshu Hou, Ping Fan, Ilse Ravyse, Valentin Enescu, Rongchun Zhao, Hichem Sahli
2008 conf
WAPCV
Thomas Geerinck, Hichem Sahli, David Henderickx, Iris Vanhamel, Valentin Enescu
2007 B conf
ACIVS
Valentin Enescu, Ilse Ravyse, Hichem Sahli
2006 C conf
MMSP
Mike Barais, Tom Caljon, Valentin Enescu, Hichem Sahli
2006 J jnl
Integr. Comput. Aided Eng.
Valentin Enescu, Geert De Cubber, Kenny Cauwerts, Hichem Sahli, Eric Demeester, Dirk Vanhooydonck, Marnix Nuttin
2006 B conf
ICIP
Sid Ahmed Berrabah, Geert De Cubber, Valentin Enescu, Hichem Sahli
2005 C conf
ICINCO
Valentin Enescu, Geert De Cubber, Kenny Cauwerts, Sid Ahmed Berrabah, Hichem Sahli, Marnix Nuttin
2005 B conf
ACIVS
Tom Caljon, Valentin Enescu, Peter Schelkens, Hichem Sahli
2005 conf
ICIP (3)
Ilse Ravyse, Valentin Enescu, Hichem Sahli
2005 C conf
ICINCO
Thomas Geerinck, Valentin Enescu, Ioan Alexandru Salomie, Sid Ahmed Berrabah, Kenny Cauwerts, Hichem Sahli
redb/extractors/elf_extractors/elf_imports.py
← Index redb/extractors/elf_extractors/elf_imports.py python
import inspect
from datetime import datetime, timezone
from typing import Any, List, Set

from elftools.elf.elffile import ELFFile
from elftools.common.exceptions import ELFError

from redb.extractors.enum import Tag
from redb.extractors.elf_extractor import ELFExtractor
from redb.models.dataclasses import ELFImport


class ELFImportExtractor(ELFExtractor):

    def __init__(
        self,
        filepath,
        log,
        exporters=None,
        index_prefix=None,
        elastic_index=None,
        known_benign=False,
        known_malicious=False,
        elf=None,
    ):
        super().__init__(
            filepath,
            log,
            exporters,
            index_prefix,
            elastic_index,
            known_benign,
            known_malicious,
            elf,
        )
        self.elf_imports = None
        self.elastic_index = self.index_prefix + "-elf_imports"
        self.log.debug(inspect.currentframe().f_code.co_name)

    def _get_import_libraries(self, elf) -> List[str]:
        """Extract imported libraries from dynamic section."""
        libraries = []

        try:
            # Get the dynamic section
            dynamic_section = elf.get_section_by_name('.dynamic')
            if not dynamic_section:
                return libraries

            # Extract DT_NEEDED entries (required libraries)
            for tag in dynamic_section.iter_tags():
                if tag.entry.d_tag == 'DT_NEEDED':
                    libraries.append(tag.needed)

        except Exception as e:
            self.log.error(f"Error extracting import libraries: {e}")

        return libraries

    def _get_imported_functions_from_symbols(self, elf) -> Set[str]:
        """Extract imported functions from dynamic symbol table."""
        imported_functions = set()

        try:
            # Get the dynamic symbol table
            dynsym_section = elf.get_section_by_name('.dynsym')
            if not dynsym_section or not hasattr(dynsym_section, 'iter_symbols'):
                return imported_functions

            # Look for undefined symbols (imports)
            for symbol in dynsym_section.iter_symbols():
                # Check if symbol is undefined (imported)
                if (symbol.entry.get('st_shndx', 0) == 'SHN_UNDEF' and
                    symbol.name and
                    symbol.entry.get('st_info', {}).get('bind') in ['STB_GLOBAL', 'STB_WEAK']):
                    imported_functions.add(symbol.name)

        except Exception as e:
            self.log.error(f"Error extracting imported functions from symbols: {e}")

        return imported_functions

    def _get_imported_functions_from_relocations(self, elf) -> Set[str]:
        """Extract imported functions from relocation sections."""
        imported_functions = set()

        try:
            # Look through relocation sections
            for section in elf.iter_sections():
                if hasattr(section, 'iter_relocations'):
                    try:
                        for relocation in section.iter_relocations():
                            # Get symbol associated with relocation
                            if hasattr(relocation, 'symbol') and relocation.symbol:
                                symbol_name = relocation.symbol.name
                                if symbol_name:
                                    imported_functions.add(symbol_name)
                    except Exception as e:
                        self.log.debug(f"Could not process relocations in section {section.name}: {e}")

        except Exception as e:
            self.log.error(f"Error extracting imported functions from relocations: {e}")

        return imported_functions

    def _get_plt_functions(self, elf) -> Set[str]:
        """Extract functions from PLT (Procedure Linkage Table) sections."""
        plt_functions = set()

        try:
            # Look for PLT-related sections
            plt_sections = ['.plt', '.plt.got', '.plt.sec']

            for section_name in plt_sections:
                section = elf.get_section_by_name(section_name)
                if section:
                    # PLT functions are typically associated with relocations
                    # We'll get them from the relocation analysis
                    pass

        except Exception as e:
            self.log.error(f"Error extracting PLT functions: {e}")

        return plt_functions

    def tag(self):
        return Tag.ELF_IMPORTS.value if hasattr(Tag, 'ELF_IMPORTS') else "elf_imports"

    def extract(self):
        try:
            self.log.debug(inspect.currentframe().f_code.co_name)

            def extract_data(elf):
                # Extract import libraries
                import_libraries = self._get_import_libraries(elf)

                # Extract imported functions from multiple sources
                imported_functions = set()

                # From dynamic symbols
                symbol_imports = self._get_imported_functions_from_symbols(elf)
                imported_functions.update(symbol_imports)

                # From relocations
                relocation_imports = self._get_imported_functions_from_relocations(elf)
                imported_functions.update(relocation_imports)

                # From PLT
                plt_imports = self._get_plt_functions(elf)
                imported_functions.update(plt_imports)

                # Convert to sorted lists for consistent output
                import_libraries_list = sorted(list(set(import_libraries)))
                import_functions_list = sorted(list(imported_functions))

                # Return ELFImport dataclass
                return ELFImport(
                    elf_imports_total=len(import_functions_list),
                    elf_import_libraries=import_libraries_list,
                    elf_import_functions=import_functions_list,
                )

            if not self._is_elf_file():
                return None

            result = self._with_elf_file(extract_data)
            if result is None:
                return None

            self.elf_imports = result
            return self.elf_imports

        except Exception as e:
            self.log.error(f"Error extracting ELF imports {self.hash.sha256}: {e}")
            return None

    def prepare_export_data(self, exporter_type: str) -> Any:
        self.log.debug(inspect.currentframe().f_code.co_name)

        if exporter_type == "ElasticsearchExporter":
            return self.elf_imports
        elif exporter_type == "ClickHouseExporter":
            try:
                if not self.elf_imports:
                    return None

                # Prepare data array
                data = [[
                    self.sha256,
                    self.md5,
                    self.sha1,
                    self.elf_imports.elf_imports_total,
                    self.elf_imports.elf_import_libraries,
                    self.elf_imports.elf_import_functions,
                    datetime.now(timezone.utc)
                ]]

                column_names = [
                    'sha256', 'md5', 'sha1',
                    'elf_imports_total',
                    'elf_import_libraries',
                    'elf_import_functions',
                    'analysis_date'
                ]

                column_type_names = [
                    'FixedString(64)', 'FixedString(32)', 'FixedString(40)',
                    'UInt32',
                    'Array(LowCardinality(String))',
                    'Array(LowCardinality(String))',
                    'DateTime64(3, \'UTC\')'
                ]

                if not data:
                    return None

                return (data, column_names, column_type_names)

            except Exception as e:
                self.log.error(f"Error preparing export data: {e}")
                raise

    def get_clickhouse_table(self) -> str:
        return "redb_elf_imports"