OHMYVT_CTF

Analyzes suspicious hashes, URLs, domains, and IP addresses.

Data Enrichment & Threat Intelligence · Capture The Flag - 01

Details

IDOHMYVT_CTF
ProviderOpen Source
CategoryData Enrichment & Threat Intelligence
From Version8.2.0
Docker Imagedemisto/python3:3.12.13.10116658

Configuration parameters

  • isFetch — Fetch incidents
  • incidentType — Incident type
  • incidentFetchInterval — Incidents Fetch Interval
  • max_fetch — Max Fetch
  • first_fetch — First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)

Commands (0)

This integration defines no commands.

import pytest


@pytest.mark.parametrize("question_id, secret, expected", [])
def test_main(mocker, question_id, secret, expected):
    a = 2 + 1
    assert a == 3