Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDS: Zero Networks: Crawler Integration v1.0.0 #19330

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@ plaid/assets/logs/ @DataDog/saa
/streamnative/manifest.json @DataDog/saas-integrations @DataDog/documentation
/streamnative/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

/zero_networks/ @DataDog/saas-integrations
/zero_networks/*.md @DataDog/saas-integrations @DataDog/documentation
/zero_networks/manifest.json @DataDog/saas-integrations @DataDog/documentation
/zero_networks/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ integration/yarn:
- yarn/**/*
integration/zeek:
- zeek/**/*
integration/zero_networks:
- zero_networks/**/*
integration/zk:
- zk/**/*
qa/skip-qa:
Expand Down
7 changes: 7 additions & 0 deletions zero_networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - zero-networks

## 1.0.0 / 2025-01-01

***Added***:

* Initial Release
59 changes: 59 additions & 0 deletions zero_networks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Zero Networks

## Overview

[Zero Networks][1] is a cybersecurity platform that enforces zero-trust principles by restricting access to network resources based on user identity and behavior. It automates the creation of security policies, ensuring that only authorized users and devices can connect, while blocking unauthorized attempts. With features like adaptive access control, audit logs, and micro-segmentation, it minimizes attack surfaces and protects against threats. The platform is easy to deploy and integrates seamlessly with existing systems.

This integration ingests the following logs:

- Audit: Records an event performed by the user, providing an overview of the event's timestamp, involved entities, actions, and more.
- Network-Activities: Represents information about network communication events occurring within a system, including protocol and traffic type, source and destination information, process information, user information, threat scores, and more.

This integration seamlessly collects all the above listed logs, channeling them into Datadog for analysis. Leveraging the built-in logs pipeline, these logs are parsed and enriched, enabling effortless search and analysis. The integration provides insight into audit and network-activities through the out-of-the-box dashboards.

## Setup

### Generate API credentials in Zero Networks

1. Log in to the Zero Networks platform.
2. Navigate to **Settings**, click **API** under **Integrations**, click **Add new token** and specify the settings of the new API key.
- Token name: A meaningful name that can help you identify the API key.
- Access type: The access permission assigned to the API key. Select **Read only**.
- Expiry: The expiration duration of the API key. Select **36 months**.
3. Click Add.

### Connect your Zero Networks Account to Datadog

1. Add your Zero Networks credentials.

| Parameters | Description |
| ------------------------------------- | ------------------------------------------------------------ |
| Domain Name | The Domain Name from Zero Networks portal URL |
| API Key | The Personal API key of Zero Networks |

2. Click the Save button to save your settings.

## Data Collected

### Logs

The Zero Networks integration collects and forwards Zero Networks audit and network activities logs to Datadog.

### Metrics

The Zero Networks integration does not include any metrics.

### Service Checks

The Zero Networks integration does not include any service checks.

### Events

The Zero Networks integration does not include any events.

## Support

Need help? Contact [Datadog support][2].

[1]: https://zeronetworks.com/
[2]: https://docs.datadoghq.com/help/
Loading
Loading