| Name | netbox-security JSON |
| Version |
1.3.2
JSON |
| download |
| home_page | None |
| Summary | A Netbox plugin for tracking Security and NAT related objects |
| upload_time | 2025-10-20 07:50:52 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
netbox
netbox-plugin
security
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# NetBox Security Plugin
[Netbox](https://github.com/netbox-community/netbox) plugin for Security and NAT related objects documentation.
<div align="center">
<a href="https://pypi.org/project/netbox-security/"><img src="https://img.shields.io/pypi/v/netbox-security" alt="PyPi"/></a>
<a href="https://github.com/andy-shady-org/netbox-security/stargazers"><img src="https://img.shields.io/github/stars/andy-shady-org/netbox-security?style=flat" alt="Stars Badge"/></a>
<a href="https://github.com/andy-shady-org/netbox-security/network/members"><img src="https://img.shields.io/github/forks/andy-shady-org/netbox-security?style=flat" alt="Forks Badge"/></a>
<a href="https://github.com/andy-shady-org/netbox-security/issues"><img src="https://img.shields.io/github/issues/andy-shady-org/netbox-security" alt="Issues Badge"/></a>
<a href="https://github.com/andy-shady-org/netbox-security/pulls"><img src="https://img.shields.io/github/issues-pr/andy-shady-org/netbox-security" alt="Pull Requests Badge"/></a>
<a href="https://github.com/andy-shady-org/netbox-security/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/andy-shady-org/netbox-security?color=2b9348"></a>
<a href="https://github.com/andy-shady-org/netbox-security/blob/master/LICENSE"><img src="https://img.shields.io/github/license/andy-shady-org/netbox-security?color=2b9348" alt="License Badge"/></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code Style Black"/></a>
<a href="https://pepy.tech/project/netbox-security"><img alt="Downloads" src="https://static.pepy.tech/badge/netbox-security"></a>
<a href="https://pepy.tech/project/netbox-security"><img alt="Downloads/Week" src="https://static.pepy.tech/badge/netbox-security/month"></a>
<a href="https://pepy.tech/project/netbox-security"><img alt="Downloads/Month" src="https://static.pepy.tech/badge/netbox-security/week"></a>
</div>
## Features
This plugin provides following Models:
* Addresses
* Address Sets
* Address Lists
* Security Zones
* Security Zone Policies
* NAT Pools
* NAT Pool Members
* NAT Rule-sets
* NAT Rules
* Firewall Filters
* Firewall Filter Rules
* Firewall Policers
## Compatibility
| NetBox Version | NetBox Security Version |
|----------------|-------------------------|
| NetBox 4.2 | \>= 1.0.2 |
| NetBox 4.3 | \>= 1.1.0 |
| NetBox 4.4 | \>= 1.3.0 |
## Installation
The plugin is available as a Python package in pypi and can be installed with pip
```
pip install netbox-security
```
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
```
PLUGINS = ['netbox_security']
```
Restart NetBox and add `netbox-security` to your local_requirements.txt
Perform database migrations:
```bash
cd /opt/netbox
source venv/bin/activate
python ./netbox/manage.py migrate netbox_security
python ./netbox/manage.py reindex netbox_security
```
Full documentation on using plugins with NetBox: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)
## Configuration
The following options are available:
* `virtual_ext_page`: String (default left) Virtual Machine related objects table position. The following values are available:
left, right, full_width. Set empty value for disable.
* `interface_ext_page`: String (default full_width) Interface related objects table position. The following values are available:
left, right, full_width. Set empty value for disable.
* `address_ext_page`: String (default right) Address/Address Set related objects table position. The following values are available:
left, right, full_width. Set empty value for disable.
* `top_level_menu`: Boolean (default True) Display plugin menu at the top level. The following values are available: True, False.
## Contribute
Contributions are always welcome! Please see the [Contribution Guidelines](CONTRIBUTING.md)
## Documentation
For further information, please refer to the full documentation: [Using NetBox Security](docs/using_netbox_security.md)
## Credits
- Thanks to Peter Eckel for providing some lovely examples which I've happily borrowed, and for providing excellent guidance.
- Thanks to Dan Sheppard for the abstracted field generation stuff which I also used.
- Thanks to Kris Beevers and Mark Coleman at Netbox Labs for encouragement and engagement.
Raw data
{
"_id": null,
"home_page": null,
"name": "netbox-security",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "netbox, netbox-plugin, security",
"author": null,
"author_email": "Andy Wilson <andy@shady.org>",
"download_url": "https://files.pythonhosted.org/packages/e1/72/17ade1a1153e02d561727f13cd46667d794bcafad1b4792d41cb90893cbb/netbox_security-1.3.2.tar.gz",
"platform": null,
"description": "# NetBox Security Plugin\n[Netbox](https://github.com/netbox-community/netbox) plugin for Security and NAT related objects documentation.\n\n<div align=\"center\">\n<a href=\"https://pypi.org/project/netbox-security/\"><img src=\"https://img.shields.io/pypi/v/netbox-security\" alt=\"PyPi\"/></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/stargazers\"><img src=\"https://img.shields.io/github/stars/andy-shady-org/netbox-security?style=flat\" alt=\"Stars Badge\"/></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/network/members\"><img src=\"https://img.shields.io/github/forks/andy-shady-org/netbox-security?style=flat\" alt=\"Forks Badge\"/></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/issues\"><img src=\"https://img.shields.io/github/issues/andy-shady-org/netbox-security\" alt=\"Issues Badge\"/></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/pulls\"><img src=\"https://img.shields.io/github/issues-pr/andy-shady-org/netbox-security\" alt=\"Pull Requests Badge\"/></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/graphs/contributors\"><img alt=\"GitHub contributors\" src=\"https://img.shields.io/github/contributors/andy-shady-org/netbox-security?color=2b9348\"></a>\n<a href=\"https://github.com/andy-shady-org/netbox-security/blob/master/LICENSE\"><img src=\"https://img.shields.io/github/license/andy-shady-org/netbox-security?color=2b9348\" alt=\"License Badge\"/></a>\n<a href=\"https://github.com/psf/black\"><img src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" alt=\"Code Style Black\"/></a>\n<a href=\"https://pepy.tech/project/netbox-security\"><img alt=\"Downloads\" src=\"https://static.pepy.tech/badge/netbox-security\"></a>\n<a href=\"https://pepy.tech/project/netbox-security\"><img alt=\"Downloads/Week\" src=\"https://static.pepy.tech/badge/netbox-security/month\"></a>\n<a href=\"https://pepy.tech/project/netbox-security\"><img alt=\"Downloads/Month\" src=\"https://static.pepy.tech/badge/netbox-security/week\"></a>\n</div>\n\n\n## Features\nThis plugin provides following Models:\n* Addresses\n* Address Sets\n* Address Lists\n* Security Zones\n* Security Zone Policies\n* NAT Pools\n* NAT Pool Members\n* NAT Rule-sets\n* NAT Rules\n* Firewall Filters\n* Firewall Filter Rules\n* Firewall Policers\n\n## Compatibility\n\n| NetBox Version | NetBox Security Version |\n|----------------|-------------------------|\n| NetBox 4.2 | \\>= 1.0.2 |\n| NetBox 4.3 | \\>= 1.1.0 |\n| NetBox 4.4 | \\>= 1.3.0 |\n\n## Installation\n\nThe plugin is available as a Python package in pypi and can be installed with pip \n\n```\npip install netbox-security\n```\nEnable the plugin in /opt/netbox/netbox/netbox/configuration.py:\n```\nPLUGINS = ['netbox_security']\n```\nRestart NetBox and add `netbox-security` to your local_requirements.txt\n\nPerform database migrations:\n```bash\ncd /opt/netbox\nsource venv/bin/activate\npython ./netbox/manage.py migrate netbox_security\npython ./netbox/manage.py reindex netbox_security\n```\n\nFull documentation on using plugins with NetBox: [Using Plugins - NetBox Documentation](https://netbox.readthedocs.io/en/stable/plugins/)\n\n\n## Configuration\n\nThe following options are available:\n* `virtual_ext_page`: String (default left) Virtual Machine related objects table position. The following values are available: \nleft, right, full_width. Set empty value for disable.\n* `interface_ext_page`: String (default full_width) Interface related objects table position. The following values are available: \nleft, right, full_width. Set empty value for disable.\n* `address_ext_page`: String (default right) Address/Address Set related objects table position. The following values are available: \nleft, right, full_width. Set empty value for disable.\n* `top_level_menu`: Boolean (default True) Display plugin menu at the top level. The following values are available: True, False.\n\n\n## Contribute\n\nContributions are always welcome! Please see the [Contribution Guidelines](CONTRIBUTING.md)\n\n\n## Documentation\n\nFor further information, please refer to the full documentation: [Using NetBox Security](docs/using_netbox_security.md)\n\n\n## Credits\n\n- Thanks to Peter Eckel for providing some lovely examples which I've happily borrowed, and for providing excellent guidance.\n- Thanks to Dan Sheppard for the abstracted field generation stuff which I also used.\n- Thanks to Kris Beevers and Mark Coleman at Netbox Labs for encouragement and engagement.\n",
"bugtrack_url": null,
"license": null,
"summary": "A Netbox plugin for tracking Security and NAT related objects",
"version": "1.3.2",
"project_urls": {
"Documentation": "https://github.com/andy-shady-org/netbox-security/blob/main/README.md",
"Homepage": "https://github.com/andy-shady-org/netbox-security",
"Issues": "https://github.com/andy-shady-org/netbox-security/issues",
"Repository": "https://github.com/andy-shady-org/netbox-security"
},
"split_keywords": [
"netbox",
" netbox-plugin",
" security"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b78de7cbfcbaa3cf7d34c8c72715ffd31800be10409dbb55888cbce9e1f753e5",
"md5": "b97a4d5269bb05ee06a5054f7bc2c452",
"sha256": "e815c7306f0f79809efa034ce6b9de214b5667a06aa7809ddf2198ac11e8f005"
},
"downloads": -1,
"filename": "netbox_security-1.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b97a4d5269bb05ee06a5054f7bc2c452",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 163455,
"upload_time": "2025-10-20T07:50:51",
"upload_time_iso_8601": "2025-10-20T07:50:51.142946Z",
"url": "https://files.pythonhosted.org/packages/b7/8d/e7cbfcbaa3cf7d34c8c72715ffd31800be10409dbb55888cbce9e1f753e5/netbox_security-1.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e17217ade1a1153e02d561727f13cd46667d794bcafad1b4792d41cb90893cbb",
"md5": "b61d725f8d41e8b64d2789e0f4b8b661",
"sha256": "277c9509412530aeea3665dfd10a437d903f5c507022ac0830fcc5cfc84d0552"
},
"downloads": -1,
"filename": "netbox_security-1.3.2.tar.gz",
"has_sig": false,
"md5_digest": "b61d725f8d41e8b64d2789e0f4b8b661",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 67141,
"upload_time": "2025-10-20T07:50:52",
"upload_time_iso_8601": "2025-10-20T07:50:52.417075Z",
"url": "https://files.pythonhosted.org/packages/e1/72/17ade1a1153e02d561727f13cd46667d794bcafad1b4792d41cb90893cbb/netbox_security-1.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-20 07:50:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "andy-shady-org",
"github_project": "netbox-security",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "netbox-security"
}