{"id":23759692,"url":"https://github.com/suuhm/xml_event_xtractor","last_synced_at":"2026-04-27T11:31:12.269Z","repository":{"id":269590022,"uuid":"907927157","full_name":"suuhm/xml_event_xtractor","owner":"suuhm","description":"export and analyze windows evtx events from xmlcli export files","archived":false,"fork":false,"pushed_at":"2024-12-24T16:39:53.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T13:29:33.519Z","etag":null,"topics":["analyzer","blueteam","eventlog","events","evtx","forensics","logging","security","siem","windows","xml","xmlcli"],"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/suuhm.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,"publiccode":null,"codemeta":null}},"created_at":"2024-12-24T16:09:48.000Z","updated_at":"2025-01-08T21:29:38.000Z","dependencies_parsed_at":"2024-12-24T17:33:59.488Z","dependency_job_id":null,"html_url":"https://github.com/suuhm/xml_event_xtractor","commit_stats":null,"previous_names":["suuhm/xml_event_xtractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/suuhm/xml_event_xtractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suuhm%2Fxml_event_xtractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suuhm%2Fxml_event_xtractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suuhm%2Fxml_event_xtractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suuhm%2Fxml_event_xtractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suuhm","download_url":"https://codeload.github.com/suuhm/xml_event_xtractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suuhm%2Fxml_event_xtractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["analyzer","blueteam","eventlog","events","evtx","forensics","logging","security","siem","windows","xml","xmlcli"],"created_at":"2024-12-31T20:18:14.117Z","updated_at":"2026-04-27T11:31:12.243Z","avatar_url":"https://github.com/suuhm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xml_event_xtractor\nexport windows evtx events from xmlcli export files\n\n# XML Event Extractor\n\n![grafik](https://github.com/user-attachments/assets/3971461a-abee-490c-95c7-9bddba75e073)\n\n\n**Version**: 0.1beta\n\n## Overview\n\nThe XML Event Extractor is a Python script designed to parse security-related XML event logs and extract meaningful data into a structured format. It focuses on extracting relevant security event IDs from Windows Event Logs (such as login attempts, logoffs, process creation, etc.).\n\n## Features\n\n- Parses XML files with UTF-8 or UTF-16 encoding.\n- Supports extraction of various security event IDs.\n- Outputs relevant event data into a CSV file.\n\n![grafik](https://github.com/user-attachments/assets/e8d40dda-7393-4753-a4de-8e8f13ff45b2)\n\n\n## Supported Event IDs\n\nThe script handles the following event IDs:\n\n- Successful Logon\n- Failed Logon\n- Logoff\n- Process Creation\n- Service Installation\n- Directory Service Modifications, and more...\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/suuhm/xml_event_xtractor.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd xml_event_xtractor.py\n   ```\n\n3. Install required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\nTo use the XML Event Extractor, simply run the script with the XML file as an argument:\n\n```bash\npython xml_event_xtractor.py /PATH/TO/FILE(*.xml, *.evtx)\n```\n\n## Output\n\nThe script will generate a CSV file (`ExtractedEvents.csv`) containing the extracted events with their details.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuuhm%2Fxml_event_xtractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuuhm%2Fxml_event_xtractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuuhm%2Fxml_event_xtractor/lists"}