kasperskytip


Namekasperskytip JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/clienthold/kaspersky-tip
SummaryKaspersky TIP unofficial API for Python
upload_time2024-08-26 21:36:41
maintainerNone
docs_urlNone
authorDmitry Kondrashov
requires_python<4,>=3.7
licenseNone
keywords api kaspersky antivirus malware scan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🛡️ Kaspersky TIP API

**[Kaspersky Threat Intelligence Portal](https://opentip.kaspersky.com/)** unofficial API for Python

# ✨ Features
- Search by **hash** (md5, sha1, sha256)
- Search by **IP address**
- Search by **domain**
- Search by **URL**
- Upload **samples**

# 📥 Installation

```
pip install kasperskytip
```

# ▶️ Getting Started

```python
import kasperskytip

ks = kasperskytip.kaspersky_tip()
site = ks.search("google.com")

print(site.is_safe)
>>> True
```

# 📝 Usage

Please, see the usage examples on [readthedocs](https://kaspersky-tip.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clienthold/kaspersky-tip",
    "name": "kasperskytip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": null,
    "keywords": "api kaspersky antivirus malware scan",
    "author": "Dmitry Kondrashov",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/af/ee/bc90beed1ededfe55ea0aafdd4e1859d9b1b229f17b219734f29e1a0fee5/kasperskytip-1.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\udee1\ufe0f Kaspersky TIP API\r\n\r\n**[Kaspersky Threat Intelligence Portal](https://opentip.kaspersky.com/)** unofficial API for Python\r\n\r\n# \u2728 Features\r\n- Search by **hash** (md5, sha1, sha256)\r\n- Search by **IP address**\r\n- Search by **domain**\r\n- Search by **URL**\r\n- Upload **samples**\r\n\r\n# \ud83d\udce5 Installation\r\n\r\n```\r\npip install kasperskytip\r\n```\r\n\r\n# \u25b6\ufe0f Getting Started\r\n\r\n```python\r\nimport kasperskytip\r\n\r\nks = kasperskytip.kaspersky_tip()\r\nsite = ks.search(\"google.com\")\r\n\r\nprint(site.is_safe)\r\n>>> True\r\n```\r\n\r\n# \ud83d\udcdd Usage\r\n\r\nPlease, see the usage examples on [readthedocs](https://kaspersky-tip.readthedocs.io/en/latest/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Kaspersky TIP unofficial API for Python",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/clienthold/kaspersky-tip"
    },
    "split_keywords": [
        "api",
        "kaspersky",
        "antivirus",
        "malware",
        "scan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21e5047d44ca57da49ec27a01c050dd0a20579d2308922e1617f2efeb8cca71e",
                "md5": "5e90b21c52ab6f91a4ffad60e274206c",
                "sha256": "8f080eaf2df116d591cae1f6df10af96428eacb11bc273ce60e152a1838064db"
            },
            "downloads": -1,
            "filename": "kasperskytip-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e90b21c52ab6f91a4ffad60e274206c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.7",
            "size": 3868,
            "upload_time": "2024-08-26T21:36:40",
            "upload_time_iso_8601": "2024-08-26T21:36:40.007340Z",
            "url": "https://files.pythonhosted.org/packages/21/e5/047d44ca57da49ec27a01c050dd0a20579d2308922e1617f2efeb8cca71e/kasperskytip-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afeebc90beed1ededfe55ea0aafdd4e1859d9b1b229f17b219734f29e1a0fee5",
                "md5": "bd4504f44e98b637196737b50bac1d6f",
                "sha256": "ae4c913060e5c4dffcffa8115988d110758b9e897295a75833b1c4ff77481e7f"
            },
            "downloads": -1,
            "filename": "kasperskytip-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bd4504f44e98b637196737b50bac1d6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.7",
            "size": 3410,
            "upload_time": "2024-08-26T21:36:41",
            "upload_time_iso_8601": "2024-08-26T21:36:41.713306Z",
            "url": "https://files.pythonhosted.org/packages/af/ee/bc90beed1ededfe55ea0aafdd4e1859d9b1b229f17b219734f29e1a0fee5/kasperskytip-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 21:36:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clienthold",
    "github_project": "kaspersky-tip",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "kasperskytip"
}
        
Elapsed time: 1.14959s