Skip to content

WIP-Draft: Feature/zeek integration#10

Merged
stefanDeveloper merged 61 commits into
devfrom
feature/zeek-integration
Nov 7, 2025
Merged

WIP-Draft: Feature/zeek integration#10
stefanDeveloper merged 61 commits into
devfrom
feature/zeek-integration

Conversation

@maldwg
Copy link
Copy Markdown
Member

@maldwg maldwg commented Oct 17, 2025

Zeek integration as CIDS sensors for HTTP and DNS traffic

@maldwg maldwg changed the base branch from main to dev November 6, 2025 13:53
@maldwg maldwg changed the base branch from dev to main November 6, 2025 13:53
@maldwg maldwg changed the base branch from main to dev November 6, 2025 13:54
@maldwg
Copy link
Copy Markdown
Member Author

maldwg commented Nov 6, 2025

Finally fixed the integration. @stefanDeveloper @lamr02n you can now try to run that locally and see if it works on your devices as well and give general feedback of course.

HOST_IP=127.0.0.1 docker compose -f docker/docker-compose.yml --profile dev up

Copy link
Copy Markdown
Member

@stefanDeveloper stefanDeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detector _get_features has to be fixed

Comment thread src/detector/plugins/dga_detector.py Outdated
y_pred = self.model.predict_proba(self._get_features(message["domain_name"]))
return y_pred

def _get_features(self, query: str):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old feature calculation.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Copy Markdown
Member

@stefanDeveloper stefanDeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks good!

@stefanDeveloper stefanDeveloper added the enhancement New feature or request label Nov 7, 2025
@stefanDeveloper stefanDeveloper merged commit b6a866d into dev Nov 7, 2025
@stefanDeveloper stefanDeveloper linked an issue Nov 7, 2025 that may be closed by this pull request
@stefanDeveloper stefanDeveloper mentioned this pull request Nov 7, 2025
@maldwg maldwg deleted the feature/zeek-integration branch March 23, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zeek integration

2 participants