OpenCTI-Platform / connectors

OpenCTI Connectors
https://www.opencti.io
Apache License 2.0
364 stars 394 forks source link

Malpedia connector is throwing validation errors #1122

Closed rlynch-ironnet closed 8 months ago

rlynch-ironnet commented 1 year ago

Description

LogGroup: /aws/ecs/connectors/malpedia
Event: {
  "timestamp": "2023-05-02T16:59:44.113119Z",
  "level": "ERROR",
  "name": "pycti.connector",
  "message": "
error marshaling actor data for APT 29: 3 validation errors for Actor
value field required (type=value_error.missing)
meta field  required (type=value_error.missing)
uuid field required (type=value_error.missing)"
}

Environment

  1. OS (where OpenCTI server runs): AWS fargate
  2. OpenCTI version: 5.7.3
  3. OpenCTI client: Python connector
  4. Other environment details: n/a

Reproducible Steps

Run the connector?

Expected Output

Connector doesnt throw stacktrace

Actual Output

Got a stacktrace

Additional information

n/a

Screenshots (optional)

fwuest commented 1 year ago

We have the same issue on the following Environment:

Environment

OS (where OpenCTI server runs): Azure Kubernetes OpenCTI version: 5.7.4 OpenCTI client: Python connector Other environment details: n/a

SamuelHassine commented 8 months ago

Duplicate of #406.