M. Arif Khan

47 papers B 3C 5Journal 23Unranked 16
YearRankTypeTitle / Venue / Authors
2026 J jnl
CoRR
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2025 J jnl
CoRR
Jamil Ispahany, Md. Rafiqul Islam, M. Arif Khan, Md Zahidul Islam
2025 B conf
IWCMC
Ather Saeed, M. Arif Khan, Muhammad Imran
2025 J jnl
Internet Things
Syed Usman Jamil, M. Arif Khan, Md. Abdur Rahman, Muhammad Ali Paracha, Tanveer A. Zia, Syed Sadiqur Rahman, Syed Bilal Ahmed
2025 J jnl
IEEE Access
Samrah Arif, M. Arif Khan, Sabih ur Rehman
2025 J jnl
Comput. Networks
Syed Usman Jamil, M. Arif Khan, Muhammad Ali Paracha, Abdul Rasheed
2025 J jnl
IEEE Access
Jamil Ispahany, Md. Rafiqul Islam, M. Arif Khan, Md Zahidul Islam
2025 J jnl
CoRR
Jamil Ispahany, Md. Rafiqul Islam, M. Arif Khan, Md Zahidul Islam
2024 conf
ICECET
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2024 J jnl
CoRR
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2024 conf
ICC Workshops
Samrah Arif, M. Arif Khan, Sabih ur Rehman
2024 J jnl
CoRR
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2024 J jnl
IEEE Access
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2024 conf
ICECET
Samrah Arif, M. Arif Khan, Sabih ur Rehman, Syed Muzahir Abbas
2024 J jnl
CoRR
Samrah Arif, M. Arif Khan, Sabih ur Rehman
2024 J jnl
IEEE Access
Jamil Ispahany, Md. Rafiqul Islam, Md Zahidul Islam, M. Arif Khan
2024 conf
FICC (2)
Peter Padiet, Rafiqul Islam, M. Arif Khan
2024 J jnl
IEEE Access
Samrah Arif, M. Arif Khan, Sabih ur Rehman
2024 conf
WISE (PhD Symposium, Demos and Workshops)
Jamil Ispahany, Md. Rafiqul Islam, M. Arif Khan, Md Zahidul Islam
2023 conf
ACR
Peter Padiet, Md. Rafiqul Islam, M. Arif Khan
2023 J jnl
IEEE Access
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2023 J jnl
CoRR
Jonathan Cook, Sabih ur Rehman, M. Arif Khan
2022 J jnl
Comput. Networks
Jasneet Kaur, M. Arif Khan
2022 J jnl
IEEE Access
Syed Usman Jamil, M. Arif Khan, Sabih ur Rehman
2021 conf
VTC Fall
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2021 J jnl
IEEE Access
Jasneet Kaur, M. Arif Khan, Mohsin Iftikhar, Muhammad Imran, Qazi Emad-ul-Haq
2021 conf
JCSSE
Ron Bester, M. Arif Khan
2020 conf
SoCPaR
Syed Usman Jamil, M. Arif Khan, Sabih ur Rehman
2020 B conf
LCN
Syed Usman Jamil, M. Arif Khan, Sabih ur Rehman
2020 J jnl
IEEE Access
Samrah Arif, M. Arif Khan, Sabih ur Rehman, Muhammad Ashad Kabir, Muhammad Imran
2019 conf
LCN Symposium
Ather Saeed, M. Arif Khan, Ali Syed
2019 conf
ISC2
M. Arif Khan
2019 J jnl
EAI Endorsed Trans. Security Safety
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2018 J jnl
IEEE Access
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2017 conf
VTC Spring
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2017 J jnl
IEEE Access
Sabih ur Rehman, M. Arif Khan, Muhammad Imran, Tanveer A. Zia, Mohsin Iftikhar
2017 conf
ATCS/SePrIoT@SecureComm
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2016 C conf
SNPD
M. Aziz ul Haq, M. Arif Khan, Md. Rafiqul Islam
2016 conf
ICSPCS
M. Arif Khan, M. Aziz ul Haq, Sabih ur Rehman
2016 conf
LCN Workshops
Sabih ur Rehman, M. Arif Khan, Tanveer A. Zia, Albert Y. Zomaya
2016 conf
LCN Workshops
Muhammad Jafer, M. Arif Khan, Sabih ur Rehman, Tanveer A. Zia
2015 J jnl
Wirel. Networks
Sabih ur Rehman, M. Arif Khan, Tanveer A. Zia
2015 C conf
SNPD
M. Arif Khan, Md. Rafiqul Islam, Morshed U. Chowdhury
2015 C conf
SNPD
Sabih ur Rehman, M. Arif Khan, Tanveer A. Zia, Muhammad Jafer
2015 C conf
SecureComm
M. Arif Khan, Rafiqul Islam
2014 C conf
WoWMoM
Sabih ur Rehman, M. Arif Khan, Tanveer A. Zia
2014 B conf
ICPADS
Sabih ur Rehman, M. Arif Khan, Tanveer A. Zia
redb/extractors/basicproperties.py
← Index redb/extractors/basicproperties.py python
from dataclasses import asdict
import inspect
import os
import magic
from magika import Magika
from datetime import datetime, timezone
from typing import Any, List, Tuple

from redb.extractors.enum import Tag
from redb.models.dataclasses import BasicProperties
from redb.extractors.extractor import Extractor


class BasicPropertiesExtractor(Extractor):

    def __init__(
        self,
        filepath,
        log,
        exporters=None,
        index_prefix=None,
        elastic_index=None,
        known_benign=False,
        known_malicious=False,
        parent_sha256=None,
        precomputed_hashes=None,
        is_fat=None,
        child_sha256=None,
        child_architecture=None,
        child_filetype=None,
        first_seen=None,
    ):
        super().__init__(
            filepath,
            log,
            exporters=exporters,
            index_prefix=index_prefix,
            elastic_index=elastic_index,
            known_benign=known_benign,
            known_malicious=known_malicious,
            precomputed_hashes=precomputed_hashes,
        )
        self.basic_properties = None
        self.elastic_index = self.index_prefix + "-basic_properties"
        self.is_packed = None
        self.parent_sha256 = parent_sha256  # For FAT Mach-O slices, points to container hash
        self.is_fat = is_fat  # True for FAT Mach-O containers, None otherwise
        self.child_sha256 = child_sha256  # SHA256 hashes of children (FAT slices, zip contents)
        self.child_architecture = child_architecture  # Architecture names for FAT Mach-O slices
        self.child_filetype = child_filetype  # Magika filetypes for children (useful for zip archives)
        self.first_seen = first_seen  # From catalog_samples, None for local files

    def tag(self):
        return Tag.BASIC_PROPERTIES.value

    def _extract_basic_properties(self):
        self.log.debug(inspect.currentframe().f_code.co_name)
        filename = None  # Reserved for future use
        sample_name = os.path.basename(self.filepath)
        file_entropy = round(self.calculate_entropy(self.binary), 3)
        type_ = magic.from_buffer(self.binary)
        type_mime = magic.from_buffer(self.binary, mime=True)
        type_magika = Magika().identify_bytes(self.binary).output.label
        size = len(self.binary)
        self.basic_properties = BasicProperties(
            filename, sample_name, size, type_, type_mime, type_magika,
            file_entropy, self.is_packed, self.is_fat, self.child_sha256,
            self.child_architecture, self.child_filetype,
            first_seen=str(self.first_seen) if self.first_seen else None,
        )
        self.log.debug(f"Basic Properties dump: {asdict(self.basic_properties)}")

    def extract(self):
        self.log.debug(inspect.currentframe().f_code.co_name)
        try:
            self._extract_basic_properties()
            # self.export_to_elastic([self.basic_properties])
            return self.basic_properties
        except Exception as e:
            self.log.error(f"Extract basic properties error {self.hash.sha256} Exception: {e}")
            return None

    def prepare_export_data(self, exporter_type: str) -> Any:
        if exporter_type == "ElasticsearchExporter":
            return self.basic_properties
        elif exporter_type == "ClickHouseExporter":
            data = [[
                self.sha256,
                self.md5,
                self.sha1,
                self.parent_sha256,  # NULL for standalone/FAT, fat_hash for slices
                self.basic_properties.child_sha256 or [],  # SHA256 hashes of children
                self.basic_properties.child_architecture or [],  # Architecture names for FAT slices
                self.basic_properties.child_filetype or [],  # Magika filetypes for children
                self.basic_properties.is_fat,  # True for FAT Mach-O containers, NULL otherwise
                self.basic_properties.filename,
                self.basic_properties.sample_name,
                self.basic_properties.filesize,
                self.basic_properties.file_entropy,
                self.basic_properties.filetype,
                self.basic_properties.filetype_mime,
                self.basic_properties.filetype_magika,
                self.first_seen or datetime(1970, 1, 1, tzinfo=timezone.utc),  # From catalog_samples, epoch zero for local files (uses original datetime, not string)
                datetime.now(timezone.utc)
            ]]

            column_names = [
                'sha256', 'md5', 'sha1', 'parent_sha256', 'child_sha256', 'child_architecture', 'child_filetype',
                'is_fat', 'filename', 'sample_name',
                'filesize', 'file_entropy', 'filetype', 'filetype_mime',
                'filetype_magika', 'first_seen', 'analysis_date'
            ]

            column_type_names = [
                'String', 'String', 'String', 'Nullable(String)',
                'Array(FixedString(64))', 'Array(LowCardinality(String))', 'Array(LowCardinality(String))',
                'Nullable(UInt8)', 'Nullable(String)', 'String',
                'UInt64', 'Float64', 'LowCardinality(String)',
                'LowCardinality(String)', 'LowCardinality(String)',
                'DateTime64(3, \'UTC\')',
                'DateTime64(3, \'UTC\')'
            ]

            return data, column_names, column_type_names

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