bgpy-pkg


Namebgpy-pkg JSON
Version 7.3.0 PyPI version JSON
download
home_pageNone
SummarySimulates BGP and ROV in an extensible manner
upload_time2024-05-01 22:43:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright 2020 Justin Furuness Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords bgpy bgpy bgpc bgpy_pkg bgp caida caida peers providers relationships as-serial customers simulation rov furuness
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Docs [here](https://github.com/jfuruness/bgpy/wiki)

### BGPy Citation:

```
@inproceedings{10.1145/3607505.3607509,
author = {Furuness, Justin and Morris, Cameron and Morillo, Reynaldo and Herzberg, Amir and Wang, Bing},
title = {BGPy: The BGP Python Security Simulator},
year = {2023},
isbn = {9798400707889},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3607505.3607509},
doi = {10.1145/3607505.3607509},
abstract = {The security of Border Gateway Protocol (BGP), and inter-domain routing in general, remains a challenge, in spite of its well-known importance, repeated attacks and incidents, and extensive efforts and research over decades. We present BGPy, an open-source, extensible, robust, easy-to-use and efficient BGP security simulator, to be used for research and education. BGPy allows realistic simulations of a large variety of BGP attacks and defenses. It is provided as a Python package, and can be further customized and extended, e.g., to investigate new attacks and new defense mechanisms. We describe how BGPy is currently used by multiple BGP security projects.},
booktitle = {Proceedings of the 16th Cyber Security Experimentation and Test Workshop},
pages = {41–56},
numpages = {16},
location = {Marina del Rey, CA, USA},
series = {CSET '23}
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bgpy-pkg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Justin Furuness <jfuruness@gmail.com>",
    "keywords": "BGPy, bgpy, bgpc, bgpy_pkg, BGP, Caida, CAIDA, Peers, Providers, Relationships, AS-Serial, Customers, Simulation, ROV, Furuness",
    "author": null,
    "author_email": "Justin Furuness <jfuruness@gmail.com>, Cameron Morris <cameron.morris@uconn.edu>, Reynaldo Morillo <reynaldo.morillo@uconn.edu>, Arvind Kasiliya <arvind.kasiliya@uconn.edu>",
    "download_url": "https://files.pythonhosted.org/packages/ee/67/ccf25031872e3a3608c238c7d43a8bc4fa585b9f805dfbd57e5efc19e6e4/bgpy_pkg-7.3.0.tar.gz",
    "platform": null,
    "description": "Docs [here](https://github.com/jfuruness/bgpy/wiki)\n\n### BGPy Citation:\n\n```\n@inproceedings{10.1145/3607505.3607509,\nauthor = {Furuness, Justin and Morris, Cameron and Morillo, Reynaldo and Herzberg, Amir and Wang, Bing},\ntitle = {BGPy: The BGP Python Security Simulator},\nyear = {2023},\nisbn = {9798400707889},\npublisher = {Association for Computing Machinery},\naddress = {New York, NY, USA},\nurl = {https://doi.org/10.1145/3607505.3607509},\ndoi = {10.1145/3607505.3607509},\nabstract = {The security of Border Gateway Protocol (BGP), and inter-domain routing in general, remains a challenge, in spite of its well-known importance, repeated attacks and incidents, and extensive efforts and research over decades. We present BGPy, an open-source, extensible, robust, easy-to-use and efficient BGP security simulator, to be used for research and education. BGPy allows realistic simulations of a large variety of BGP attacks and defenses. It is provided as a Python package, and can be further customized and extended, e.g., to investigate new attacks and new defense mechanisms. We describe how BGPy is currently used by multiple BGP security projects.},\nbooktitle = {Proceedings of the 16th Cyber Security Experimentation and Test Workshop},\npages = {41\u201356},\nnumpages = {16},\nlocation = {Marina del Rey, CA, USA},\nseries = {CSET '23}\n}\n```\n",
    "bugtrack_url": null,
    "license": "Copyright 2020 Justin Furuness  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Simulates BGP and ROV in an extensible manner",
    "version": "7.3.0",
    "project_urls": {
        "Documentation": "https://github.com/jfuruness/bgpy/wiki",
        "Homepage": "https://github.com/jfuruness/bgpy_pkg"
    },
    "split_keywords": [
        "bgpy",
        " bgpy",
        " bgpc",
        " bgpy_pkg",
        " bgp",
        " caida",
        " caida",
        " peers",
        " providers",
        " relationships",
        " as-serial",
        " customers",
        " simulation",
        " rov",
        " furuness"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2909621e3ee253207bcd02c3862d15704514a155a6af6a4ac6c5cc4103d19a82",
                "md5": "b148d826ddf71ab4aff1457c275b3e2e",
                "sha256": "40e7ecb7cb6c6939ef3dd9b114a74b0e1bd58b8b29b8863c2601431236e52de0"
            },
            "downloads": -1,
            "filename": "bgpy_pkg-7.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b148d826ddf71ab4aff1457c275b3e2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 153671,
            "upload_time": "2024-05-01T22:43:18",
            "upload_time_iso_8601": "2024-05-01T22:43:18.122943Z",
            "url": "https://files.pythonhosted.org/packages/29/09/621e3ee253207bcd02c3862d15704514a155a6af6a4ac6c5cc4103d19a82/bgpy_pkg-7.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee67ccf25031872e3a3608c238c7d43a8bc4fa585b9f805dfbd57e5efc19e6e4",
                "md5": "b637e3f5bff12fdccf09ec6237bfaff9",
                "sha256": "5d5f534afaeb5c77d1f06603ea54fce4de1a1d5ff35f0da721336bf2f1a9d1d4"
            },
            "downloads": -1,
            "filename": "bgpy_pkg-7.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b637e3f5bff12fdccf09ec6237bfaff9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 91516,
            "upload_time": "2024-05-01T22:43:20",
            "upload_time_iso_8601": "2024-05-01T22:43:20.516395Z",
            "url": "https://files.pythonhosted.org/packages/ee/67/ccf25031872e3a3608c238c7d43a8bc4fa585b9f805dfbd57e5efc19e6e4/bgpy_pkg-7.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 22:43:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jfuruness",
    "github_project": "bgpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "bgpy-pkg"
}
        
Elapsed time: 4.11561s