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

Bug: MISP rules generating warning in suricata #9704

Open
1 task done
gordnhoo opened this issue Apr 23, 2024 · 0 comments
Open
1 task done

Bug: MISP rules generating warning in suricata #9704

gordnhoo opened this issue Apr 23, 2024 · 0 comments
Labels
needs triage This issue has been automatically labelled and needs further triage

Comments

@gordnhoo
Copy link

gordnhoo commented Apr 23, 2024

Actual behavior

http.header; content: "Host|3a|"; nocase; http.header; content:"bordersoarmanusjuw.shop"; fast_pattern; nocase; pcre: "/(^|[^A-Za-z0-9-])bordersoarmanusjuw.shop[^A-Za-z0-9-\.]/Hi";

Expected behavior

http.header; content: "Host|3a|"; nocase; content:"bordersoarmanusjuw.shop"; fast_pattern; nocase; pcre: "/(^|[^A-Za-z0-9-])bordersoarmanusjuw.shop[^A-Za-z0-9-\.]/i";

This is giving unnecessary warnings in suricata thus making it take longer to actually update the rules

Steps to reproduce

I'm running suricata on the most recent version 7.0.4
sudo suricata-update add-source --http-header "Authorization: " MISP https://misp/attributes/restSearch/returnFormat:suricata/threat_level_id:1/publish_timestamp:168h
sudo sruicata-update

Code of Conduct

  • I agree to follow this project's Code of Conduct
@gordnhoo gordnhoo added the needs triage This issue has been automatically labelled and needs further triage label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage This issue has been automatically labelled and needs further triage
Projects
None yet
Development

No branches or pull requests

1 participant