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

add Snort integration with Wazuh for macOS M1 #7

Merged
merged 21 commits into from
Sep 12, 2024
Merged

add Snort integration with Wazuh for macOS M1 #7

merged 21 commits into from
Sep 12, 2024

Conversation

bengo237
Copy link
Contributor

This PR adds support for integrating Snort with Wazuh on macOS M1, following the same integration previously implemented for Intel-based macOS systems.

Key updates include:

Architecture-specific handling using uname -m to differentiate between M1 (arm64) and Intel architectures, ensuring compatibility with both.
Improved logic for detecting Snort configuration in the ossec.conf file by checking for the specific tag, ensuring the correct content is added if not present.
Seamless integration of Snort log parsing in Wazuh on macOS M1, similar to the existing Intel-based integration.
This enhancement ensures Snort logs are properly handled and monitored by Wazuh on both M1 and Intel macOS platforms.

@bengo237 bengo237 linked an issue Sep 12, 2024 that may be closed by this pull request
@bengo237 bengo237 merged commit 055d058 into main Sep 12, 2024
8 checks passed
@bengo237 bengo237 deleted the m1 branch September 12, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix snort script for Mac M1
1 participant