├── AutoIR.py ├── DumpFileInfo.py ├── __init__.py ├── core ├── __init__.py ├── core.py └── functions.py ├── data ├── config.json ├── info_bin.json └── info_proc.json ├── extensions ├── HeMa │ ├── QtCore4.dll │ ├── QtGui4.dll │ ├── QtNetwork4.dll │ ├── cache.db │ ├── data.db │ ├── hm.exe │ ├── hm.exe.yml │ ├── imageformats │ │ ├── qgif4.dll │ │ └── qjpeg4.dll │ ├── msvcp100.dll │ ├── msvcr100.dll │ └── result.csv └── rkhunter.gz ├── img ├── 1746018650166-599b65a1-3958-49c5-b52e-044eb53ea766.png ├── 1746018751260-e343a17d-4f9d-4e85-bfe0-b175e1e9aa2d.png ├── 1746018884699-449dbb07-67c6-4e62-8215-4dc6a76675a4.png ├── 1746018939294-aaa0c85a-b1c2-4720-a4ef-67a813044044.png ├── image-20250430212838280.png ├── image-20250430212902446.png ├── image-20250430213031823.png └── image-20250430213129970.png ├── plugins ├── BackdoorAnalysis.py ├── FileAnalysis.py ├── HijackAnalysis.py ├── LogAnalysis.py ├── NetAnalysis.py ├── ProcAnalysis.py ├── RookitUpload.py ├── UserAnalysis.py └── __init__.py ├── readme.md └── requirements.txt /AutoIR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/AutoIR.py -------------------------------------------------------------------------------- /DumpFileInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/DumpFileInfo.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /core/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/core/core.py -------------------------------------------------------------------------------- /core/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/core/functions.py -------------------------------------------------------------------------------- /data/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/data/config.json -------------------------------------------------------------------------------- /data/info_bin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/data/info_bin.json -------------------------------------------------------------------------------- /data/info_proc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/data/info_proc.json -------------------------------------------------------------------------------- /extensions/HeMa/QtCore4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/QtCore4.dll -------------------------------------------------------------------------------- /extensions/HeMa/QtGui4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/QtGui4.dll -------------------------------------------------------------------------------- /extensions/HeMa/QtNetwork4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/QtNetwork4.dll -------------------------------------------------------------------------------- /extensions/HeMa/cache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/cache.db -------------------------------------------------------------------------------- /extensions/HeMa/data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/data.db -------------------------------------------------------------------------------- /extensions/HeMa/hm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/hm.exe -------------------------------------------------------------------------------- /extensions/HeMa/hm.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/hm.exe.yml -------------------------------------------------------------------------------- /extensions/HeMa/imageformats/qgif4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/imageformats/qgif4.dll -------------------------------------------------------------------------------- /extensions/HeMa/imageformats/qjpeg4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/imageformats/qjpeg4.dll -------------------------------------------------------------------------------- /extensions/HeMa/msvcp100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/msvcp100.dll -------------------------------------------------------------------------------- /extensions/HeMa/msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/msvcr100.dll -------------------------------------------------------------------------------- /extensions/HeMa/result.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/HeMa/result.csv -------------------------------------------------------------------------------- /extensions/rkhunter.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/extensions/rkhunter.gz -------------------------------------------------------------------------------- /img/1746018650166-599b65a1-3958-49c5-b52e-044eb53ea766.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/1746018650166-599b65a1-3958-49c5-b52e-044eb53ea766.png -------------------------------------------------------------------------------- /img/1746018751260-e343a17d-4f9d-4e85-bfe0-b175e1e9aa2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/1746018751260-e343a17d-4f9d-4e85-bfe0-b175e1e9aa2d.png -------------------------------------------------------------------------------- /img/1746018884699-449dbb07-67c6-4e62-8215-4dc6a76675a4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/1746018884699-449dbb07-67c6-4e62-8215-4dc6a76675a4.png -------------------------------------------------------------------------------- /img/1746018939294-aaa0c85a-b1c2-4720-a4ef-67a813044044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/1746018939294-aaa0c85a-b1c2-4720-a4ef-67a813044044.png -------------------------------------------------------------------------------- /img/image-20250430212838280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/image-20250430212838280.png -------------------------------------------------------------------------------- /img/image-20250430212902446.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/image-20250430212902446.png -------------------------------------------------------------------------------- /img/image-20250430213031823.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/image-20250430213031823.png -------------------------------------------------------------------------------- /img/image-20250430213129970.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/img/image-20250430213129970.png -------------------------------------------------------------------------------- /plugins/BackdoorAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/BackdoorAnalysis.py -------------------------------------------------------------------------------- /plugins/FileAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/FileAnalysis.py -------------------------------------------------------------------------------- /plugins/HijackAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/HijackAnalysis.py -------------------------------------------------------------------------------- /plugins/LogAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/LogAnalysis.py -------------------------------------------------------------------------------- /plugins/NetAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/NetAnalysis.py -------------------------------------------------------------------------------- /plugins/ProcAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/ProcAnalysis.py -------------------------------------------------------------------------------- /plugins/RookitUpload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/RookitUpload.py -------------------------------------------------------------------------------- /plugins/UserAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/plugins/UserAnalysis.py -------------------------------------------------------------------------------- /plugins/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IHK-ONE/AutoIR_Remote/HEAD/requirements.txt --------------------------------------------------------------------------------