Skip to content

[New Integration] Entro #13398

@christophercutajar

Description

@christophercutajar

Background

Entro is a non-human identity and secret scanning platfrom. Entro has a new feature called Entro Scanner, that provides the possible for Entro users to scan data on the fly. This API generate logs that would be nice to have an integration that ingests them into Elasticsearch.

API Detail Requirements

Proposed Integration User Input

  • Hostname
  • Interval (default 15m)
  • API Key

Data Example

[
  {
    "request_id": "5ae363e4-0661-46cc-a56b-133b7fda1e9b",
    "secrets": [],
    "timestamp": 1741510628000,
    "date": "2025-03-09T08:57:08.000Z"
  },
  {
    "request_id": "b14b4819-e055-47bc-a4a5-2d6881211009",
    "secrets": [
      {
        "secret_type": "GITHUB_API_TOKEN",
        "exposed_value": "ghp_BT*******************ffv32CiUiw1R82UC7vz",
        "line_number": 1
      }
    ],
    "timestamp": 1741510053000,
    "date": "2025-03-09T08:47:33.000Z"
  }
]

Metadata

Metadata

Labels

New IntegrationIssue or pull request for creating a new integration package.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions