| Name | ANIDSC JSON |
| Version |
0.1.0
JSON |
| download |
| home_page | None |
| Summary | Adversarial testing framework for NIDS |
| upload_time | 2024-08-29 21:34:05 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# ANIDSC
Adversarial NIDS Chain
# Setting Up environment
install docker
run
`docker run --gpus all -it --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --rm -v "path/to/this/folder":/workspace/ANIDSC -v "path/to/datasets":/workspace/datasets -v "path/to/models":/workspace/models kihy/nids_framework`
# Running the code
The examples folder include example scripts to run this package
feature_extraction.py shows how to extract features
evaluate_models.py shows how to evaluate NIDS models
generate_report.py contains functions to obtain summary
# extending the code
To add a new feature extractor, inherit BaseTrafficFeatureExtractor from base_feature_extractor.py
To add a new model, inherit BaseOnlineODModel and one of the save mixins from base_model.py
Raw data
{
"_id": null,
"home_page": null,
"name": "ANIDSC",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Ke He <kh695640204@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/55/60/fe1190c891b6ca95a4454b7e0a11e6d6155deb7340281133388e72ad4563/anidsc-0.1.0.tar.gz",
"platform": null,
"description": "# ANIDSC\n Adversarial NIDS Chain\n\n# Setting Up environment\ninstall docker\n\nrun\n`docker run --gpus all -it --ipc=host --ulimit memlock=-1 --ulimit stack=67108864 --rm -v \"path/to/this/folder\":/workspace/ANIDSC -v \"path/to/datasets\":/workspace/datasets -v \"path/to/models\":/workspace/models kihy/nids_framework`\n\n# Running the code\nThe examples folder include example scripts to run this package\nfeature_extraction.py shows how to extract features\nevaluate_models.py shows how to evaluate NIDS models\ngenerate_report.py contains functions to obtain summary\n\n# extending the code\nTo add a new feature extractor, inherit BaseTrafficFeatureExtractor from base_feature_extractor.py\nTo add a new model, inherit BaseOnlineODModel and one of the save mixins from base_model.py\n",
"bugtrack_url": null,
"license": null,
"summary": "Adversarial testing framework for NIDS",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/kihy/ANIDSC",
"Issues": "https://github.com/kihy/ANIDSC/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6de63447254035d81ddfd9ba0337fbf314609c2e6c355ee8a7b7b733446c8974",
"md5": "e1117609bf7ec2f83be43c6e10a1f819",
"sha256": "902e2f4d05f7defc0003992444ce3265624b3d42db0244033dba518d94140d1f"
},
"downloads": -1,
"filename": "ANIDSC-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1117609bf7ec2f83be43c6e10a1f819",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 84715,
"upload_time": "2024-08-29T21:34:03",
"upload_time_iso_8601": "2024-08-29T21:34:03.600286Z",
"url": "https://files.pythonhosted.org/packages/6d/e6/3447254035d81ddfd9ba0337fbf314609c2e6c355ee8a7b7b733446c8974/ANIDSC-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5560fe1190c891b6ca95a4454b7e0a11e6d6155deb7340281133388e72ad4563",
"md5": "a368d28f8324594f6560baa60ae93360",
"sha256": "7b1727e336f4fe570eed2813be191757439c43c7d65afe1b91a7a9ef1a022d04"
},
"downloads": -1,
"filename": "anidsc-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a368d28f8324594f6560baa60ae93360",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 73851,
"upload_time": "2024-08-29T21:34:05",
"upload_time_iso_8601": "2024-08-29T21:34:05.563149Z",
"url": "https://files.pythonhosted.org/packages/55/60/fe1190c891b6ca95a4454b7e0a11e6d6155deb7340281133388e72ad4563/anidsc-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-29 21:34:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kihy",
"github_project": "ANIDSC",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "anidsc"
}