---
title: "Very Good Security"
slug: "very-good-security"
tags: ["Self Service Ingestion"]
updated: 2025-02-11T12:28:01Z
published: 2025-02-11T12:28:01Z
canonical: "docs.hunters.ai/very-good-security"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hunters.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Very Good Security

Self Service Ingestion

          

Connect this data source on your own, using the Hunters platform.

****TL;DR****

| Supported data types | 3rd party detection | Hunters detection | IOC search | Search | Table name | Log format | Collection method |
| --- | --- | --- | --- | --- | --- | --- | --- |
| Very Good Security Events |  |  | ✅ | ✅ | very_good_security_events | NDJSON | Webhook/S3 |

---

## Overview

![image.png](https://cdn.document360.io/5f63f0e0-3c70-4d00-b623-82493be0bde5/Images/Documentation/image-1739276177889.png)[Very Good Security](https://www.verygoodsecurity.com/docs/vault/) is a data security platform that focuses on protecting sensitive data by providing tokenization and encryption services. It helps organizations securely store, process, and transmit data without ever exposing the sensitive information itself. VGS acts as a proxy between systems, replacing sensitive data with secure tokens, ensuring compliance with industry regulations like PCI-DSS, HIPAA, and GDPR. By abstracting the data security layer, VGS simplifies security management, reduces risk, and allows businesses to maintain full control over their data without the complexity of managing sensitive information directly.

## Supported data types

### Very Good Security Events

**Table name:** `very_good_security_events`

The event logs generated by VGS offer comprehensive records of all data transactions, security events, and system interactions within the platform. These logs are essential for monitoring data access and flows, detecting potential security incidents, and ensuring compliance with data protection regulations. By meticulously logging every event associated with sensitive data, VGS event logs help organizations maintain a high level of security and operational integrity, providing them with the insights needed to manage risk effectively and demonstrate compliance with industry standards and regulatory requirements.

Learn more [here](https://www.verygoodsecurity.com/docs/platform-insights/notifications/#receive-event-notifications-with-webhooks).

## Send data to Hunters

Hunters supports the ingestion of Very Good Security Events using one of the following methods:

- Webhoook
- S3

****Connect using webhook****

1. Set up the Very Good Security webhook following [this guide](https://www.verygoodsecurity.com/docs/platform-insights/notifications/#receive-event-notifications-with-webhooks).
2. Acquire a webhook URL from Very Good Security for the integration.
3. Contact support to establish the connection.

****Connect using S3****

1. Route your Very Good Security logs to an AWS S3 bucket.
2. Once the export is completed and the logs are collected to S3, follow the steps in [this section](https://hunters.document360.io/docs/connect-data-through-aws-s3).

## Expected format

Logs are expected in NDJSON format.

```json
{"description": "Proxy or Vault API reveal failed", "details": {"environment": "sandbox", "storage": "volatile"}, "event": "alias.reveal_failed", "fingerprint": "abcdefce93fd257ec17daf62587d9fd8beb12345", "grouping": "exp_repeat", "id": "abcd-bab3-4650-afe3-3da746b50ac0", "integration_id": "12345ofH2sCj7qhFFDofU", "occurrence": 1, "org_id": "ABCD1234TbuzYKaGotNN", "producer": {"application_name": "http-proxy", "application_protocol": "http"}, "scope": "vault", "summary": "1 failed reveals occured within vault abcdses5f in sandbox", "tenant": "abcdbses5f", "timestamp": "2023-07-11T10:58:41.685Z"}
```
