wazuh-findings-exporter


Namewazuh-findings-exporter JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/quirinziessler/wazuh_findings_exporter
SummarySimple script that exports Wazuh Vulnerabilities by Agent groups
upload_time2024-01-18 14:55:46
maintainer
docs_urlNone
authorQuirin Hardy Zießler
requires_python
licenseMIT
keywords wazuh exporter defectdojo wazuh api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wazuh_findings_exporter

A simple python script which exports findings of a client group from wazuh and adds the agent-ip as well as hostname to every finding for better further processing.

The script may not be perfect, so feel free to provide PRs and help to improve it.

## Usage

    from wazuh_findings_exporter import Wazuh_Importer

    Wazuh = Wazuh_Importer(BASE_URL=None, BASE_URL=None, BASE_URL=None)

    Wazuh.get_findings(group="Clients_AAAA", filedestination="")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quirinziessler/wazuh_findings_exporter",
    "name": "wazuh-findings-exporter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Wazuh,exporter,DefectDojo,Wazuh API",
    "author": "Quirin Hardy Zie\u00dfler",
    "author_email": "quirin@ziessler.com",
    "download_url": "https://files.pythonhosted.org/packages/73/58/53e79978e5c658c8269022eb299a896b8f19fda6642e31e99b33011d0f6e/wazuh_findings_exporter-1.1.tar.gz",
    "platform": null,
    "description": "# wazuh_findings_exporter\n\nA simple python script which exports findings of a client group from wazuh and adds the agent-ip as well as hostname to every finding for better further processing.\n\nThe script may not be perfect, so feel free to provide PRs and help to improve it.\n\n## Usage\n\n    from wazuh_findings_exporter import Wazuh_Importer\n\n    Wazuh = Wazuh_Importer(BASE_URL=None, BASE_URL=None, BASE_URL=None)\n\n    Wazuh.get_findings(group=\"Clients_AAAA\", filedestination=\"\")\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple script that exports Wazuh Vulnerabilities by Agent groups",
    "version": "1.1",
    "project_urls": {
        "Download": "https://github.com/quirinziessler/wazuh_findings_exporter",
        "Homepage": "https://github.com/quirinziessler/wazuh_findings_exporter"
    },
    "split_keywords": [
        "wazuh",
        "exporter",
        "defectdojo",
        "wazuh api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "735853e79978e5c658c8269022eb299a896b8f19fda6642e31e99b33011d0f6e",
                "md5": "13030e7be53874a175ffd04404df077d",
                "sha256": "76bb5fe61634ba71cc9c6bceca8e67ed16733d9fa404b69179fdda6b540f54f2"
            },
            "downloads": -1,
            "filename": "wazuh_findings_exporter-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "13030e7be53874a175ffd04404df077d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3955,
            "upload_time": "2024-01-18T14:55:46",
            "upload_time_iso_8601": "2024-01-18T14:55:46.859391Z",
            "url": "https://files.pythonhosted.org/packages/73/58/53e79978e5c658c8269022eb299a896b8f19fda6642e31e99b33011d0f6e/wazuh_findings_exporter-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 14:55:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "quirinziessler",
    "github_project": "wazuh_findings_exporter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "wazuh-findings-exporter"
}
        
Elapsed time: 0.30643s