[PR #16] [MERGED] suricata gelistirmeleri #41

Closed
opened 2026-03-02 15:45:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/16
Author: @alptugay
Created: 6/27/2018
Status: Merged
Merged: 6/28/2018
Merged by: @ciari

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (1)

📊 Changes

22 files changed (+349 additions, -4 deletions)

View changed files

📝 ahtapotmys/playbooks/suricata.yml (+7 -1)
📝 ahtapotmys/roles/suricata/tasks/configure_suricata.yml (+125 -0)
📝 ahtapotmys/roles/suricata/tasks/debian.yml (+12 -0)
ahtapotmys/roles/suricata/templates/blacklist.rules.j2 (+4 -0)
ahtapotmys/roles/suricata/templates/br0.j2 (+18 -0)
ahtapotmys/roles/suricata/templates/bridgemode-ips.sh.j2 (+29 -0)
ahtapotmys/roles/suricata/templates/content.rules.j2 (+7 -0)
ahtapotmys/roles/suricata/templates/dns_query.rules.j2 (+15 -0)
ahtapotmys/roles/suricata/templates/fileblacklist.md5.j2 (+6 -0)
ahtapotmys/roles/suricata/templates/fileblacklist.sha1.j2 (+6 -0)
ahtapotmys/roles/suricata/templates/fileblacklist.sha256.j2 (+5 -0)
ahtapotmys/roles/suricata/templates/local.rules.j2 (+6 -0)
ahtapotmys/roles/suricata/templates/natmode-ips.sh.j2 (+23 -0)
ahtapotmys/roles/suricata/templates/protocol-anomaly.rules.j2 (+3 -0)
ahtapotmys/roles/suricata/vars/blocked-domains.yml (+4 -0)
ahtapotmys/roles/suricata/vars/content.yml (+10 -0)
ahtapotmys/roles/suricata/vars/fileblacklist.md5.yml (+15 -0)
ahtapotmys/roles/suricata/vars/fileblacklist.sha1.yml (+10 -0)
ahtapotmys/roles/suricata/vars/fileblacklist.sha256.yml (+11 -0)
ahtapotmys/roles/suricata/vars/local.rules.yml (+2 -0)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Pardus-Ahtapot/MYS/pull/16 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 6/27/2018 **Status:** ✅ Merged **Merged:** 6/28/2018 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (1) - [`99a86f7`](https://github.com/Pardus-Ahtapot/MYS/commit/99a86f7283f4860545cd53c7efad923bd7998728) suricata gelistirmeleri ### 📊 Changes **22 files changed** (+349 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/playbooks/suricata.yml` (+7 -1) 📝 `ahtapotmys/roles/suricata/tasks/configure_suricata.yml` (+125 -0) 📝 `ahtapotmys/roles/suricata/tasks/debian.yml` (+12 -0) ➕ `ahtapotmys/roles/suricata/templates/blacklist.rules.j2` (+4 -0) ➕ `ahtapotmys/roles/suricata/templates/br0.j2` (+18 -0) ➕ `ahtapotmys/roles/suricata/templates/bridgemode-ips.sh.j2` (+29 -0) ➕ `ahtapotmys/roles/suricata/templates/content.rules.j2` (+7 -0) ➕ `ahtapotmys/roles/suricata/templates/dns_query.rules.j2` (+15 -0) ➕ `ahtapotmys/roles/suricata/templates/fileblacklist.md5.j2` (+6 -0) ➕ `ahtapotmys/roles/suricata/templates/fileblacklist.sha1.j2` (+6 -0) ➕ `ahtapotmys/roles/suricata/templates/fileblacklist.sha256.j2` (+5 -0) ➕ `ahtapotmys/roles/suricata/templates/local.rules.j2` (+6 -0) ➕ `ahtapotmys/roles/suricata/templates/natmode-ips.sh.j2` (+23 -0) ➕ `ahtapotmys/roles/suricata/templates/protocol-anomaly.rules.j2` (+3 -0) ➕ `ahtapotmys/roles/suricata/vars/blocked-domains.yml` (+4 -0) ➕ `ahtapotmys/roles/suricata/vars/content.yml` (+10 -0) ➕ `ahtapotmys/roles/suricata/vars/fileblacklist.md5.yml` (+15 -0) ➕ `ahtapotmys/roles/suricata/vars/fileblacklist.sha1.yml` (+10 -0) ➕ `ahtapotmys/roles/suricata/vars/fileblacklist.sha256.yml` (+11 -0) ➕ `ahtapotmys/roles/suricata/vars/local.rules.yml` (+2 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:45:50 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MYS#41
No description provided.