Skip to main content

gdata-vaas is a Python library for the VaaS-API.

Project description

gdata-vaas

An SDK to easily utilize G DATA VaaS.

Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.

ATTENTION: This library is currently under heavy construction!

What does the SDK do?

It gives you as a developer a functions to talk to G DATA VaaS. It wraps away the complexity of the API into 2 basic functions.

for_sha256

If you calculate the sha256 for a file, you can request that sha256 against G DATA VaaS. It's the fastest way to get a verdict from our service.

for_file

You can also ask for a file itself. You will still get the benefit of a fast verdict via Sha256 because the SDK will do that for you first. But additionally, if we don't know the file, the file will get uploaded and (automatically) analyzed by us.

How to use

Install

pip3 install gdata-vaas

Import

from vaas import Vaas

Example: Request a verdict for file

        async with Vaas() as vaas:
            await vaas.connect_with_client_credentials(
                CLIENT_ID,
                CLIENT_SECRET,
                TOKEN_URL,
                VAAS_URL,
                SSL_VERIFICATION
                )
            path = "/path/to/file"
            verdict = await vaas.for_file(path)

I'm interested in VaaS

You need credentials to use the service in your application. If you are interested in using VaaS, please contact us.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdata-vaas-2.0.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gdata_vaas-2.0.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file gdata-vaas-2.0.2.tar.gz.

File metadata

  • Download URL: gdata-vaas-2.0.2.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for gdata-vaas-2.0.2.tar.gz
Algorithm Hash digest
SHA256 5682d8680ec698df57ef11dd91c2b63ced42be2f3b53982526d1ea000101eb8c
MD5 13466861b51003e8dc45b967e6cc6b1a
BLAKE2b-256 83daabd0280a7db03d8175a206fa428cb0c1a3859d4138cef90aebe634608855

See more details on using hashes here.

File details

Details for the file gdata_vaas-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: gdata_vaas-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for gdata_vaas-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e13fa7ffc877eff9fd572cfc2965dfee6fa6cd81d3ab4e7838f3c5600f635248
MD5 467cf135f3fabd9903ad25ab4364b3c0
BLAKE2b-256 a3e6c39d347a0b004eb0c15a24bd6de122f7c0e0673cd4bcf98e77c1f52c7f56

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page