{"id":13843061,"url":"https://github.com/jipegit/dfir-ioc-ut","last_synced_at":"2025-04-11T03:31:28.857Z","repository":{"id":70752724,"uuid":"218947930","full_name":"jipegit/dfir-ioc-ut","owner":"jipegit","description":"DFIR IoC Unit Testing","archived":false,"fork":false,"pushed_at":"2020-07-27T09:33:01.000Z","size":190,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T08:42:34.751Z","etag":null,"topics":["cybersecurity","dfir","ioc","threat-hunting","threat-sharing","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jipegit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-11-01T08:46:23.000Z","updated_at":"2020-07-28T16:58:41.000Z","dependencies_parsed_at":"2023-03-27T14:35:17.122Z","dependency_job_id":null,"html_url":"https://github.com/jipegit/dfir-ioc-ut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jipegit%2Fdfir-ioc-ut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jipegit%2Fdfir-ioc-ut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jipegit%2Fdfir-ioc-ut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jipegit%2Fdfir-ioc-ut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jipegit","download_url":"https://codeload.github.com/jipegit/dfir-ioc-ut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335439,"owners_count":21086590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","dfir","ioc","threat-hunting","threat-sharing","unit-testing"],"created_at":"2024-08-04T17:01:54.252Z","updated_at":"2025-04-11T03:31:23.814Z","avatar_url":"https://github.com/jipegit.png","language":"Python","funding_links":[],"categories":["Python","Python (1887)"],"sub_categories":[],"readme":"# DFIR IOC Unit testing\n\nDFIR-IOC-ut provides an easy way to customize a (virtual) machine with common *system* artifacts to test Indicators Of Compromise.\n\nIt may help your team with different use cases:\n * IOC validation\n * Threat Hunting simulation\n * Security product (AV/EDR) testing\n\n|   | Windows | Linux  | macOS |\n|---|---------|--------|-------|\n| File  | X | X | X |\n| Directory | X | X | X |\n| Registry Key  | X |   |   |\n| Service  | X |   |   |\n| Scheduled task  | X |   |   |\n| Mutex  | X |   |   |\n| Semaphore  | X |   |   |\n\n# Output\n\n![Screenshot](https://github.com/jipegit/dfir-ioc-ut/blob/master/resources/dfir_ioc_ut_run.png)\n\n# Supported types\n\nYou can create the following artifacts depending on the platform of your target (virtual) machine:\n\n* unix_directory\n``` \n- type: unix_directory\n  directory: /tmp/malwaredir\n```\n* win_directory\n```\n- type: win_directory\n  directory: c:\\malicious\\path\n```\n* unix_filepath\n```\n- type: unix_filepath\n  file_path: /tmp/malpath/malware\n```\n* win_filepath\n```\n- type: win_filepath\n  file_path: C:\\Windows\\toto\\malware.exe\n```\n* type: win_mutex\n```\n- type: win_mutex\n  mutex_name: malware_mutex\n```\n* type: win_semaphore\n```\n- type: win_semaphore\n  semaphore_name: malware_semaphore\n```\n* type: win_task\n```\n- type: win_task\n  task_name: evil_task_name\n  task_exe_path: C:\\Windows\\toto\\malware.exe\n  task_schedule: ONSTART\n```\n* win_service\n```\n- type: win_service\n  service_name: evil_service_name\n  service_display_name: evil_service_display_name\n  service_description: evil_service_description\n  service_exe_path: C:\\Windows\\toto\\malware.exe\n```\n* win_regkey\n```\n- type: win_regkey\n  key: HKEY_LOCAL_MACHINE\n  subkey: Software\\Microsoft\\Windows\\CurrentVersion\\Run\n  data_name: malware\n  data_value: C:\\Windows\\toto\\malware.exe\n  data_type: REG_SZ\n```\n\nSee. sample.yaml for examples.\n\n# Requirements\n* PyYAML\n* pywin32\n\n# Author\n\nJean-Philippe Teissier - @Jipe_\n\n# License\nApache License Version 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjipegit%2Fdfir-ioc-ut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjipegit%2Fdfir-ioc-ut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjipegit%2Fdfir-ioc-ut/lists"}