[PR #31] [MERGED] Bilgi sistemleri izleme #56

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

📋 Pull Request Information

Original PR: https://github.com/Pardus-Ahtapot/MYS/pull/31
Author: @alptugay
Created: 10/3/2018
Status: Merged
Merged: 10/4/2018
Merged by: @ciari

Base: developmentHead: bilgi-sistemleri-izleme


📝 Commits (10+)

  • f5b17c9 cis dokuman basliklari security playbookunda comment olarak eklendi.
  • 77703c8 mhn lsc ve cowrie playbooklari yazildi
  • 91bf9fa Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme
  • 4edb778 dionaea (http/https) honeypot playbook eklendi
  • e0a419e p0f honeypot playbook eklendi
  • f3a6bfa glastopf honeypot playbook eklendi
  • 05bf80d shockpot honeypot playbook eklendi
  • 5684c2b wordpot honeypot playbook eklendi
  • e3b7442 amun honeypot playbook eklendi
  • 316f149 suricata honeypot playbook eklendi. duzenlemeler yapildi

📊 Changes

47 files changed (+2317 additions, -10 deletions)

View changed files

📝 ahtapotmys/hosts (+5 -0)
ahtapotmys/playbooks/honeypot.yml (+38 -0)
ahtapotmys/playbooks/mhn.yml (+27 -0)
📝 ahtapotmys/roles/base/tasks/security.yml (+81 -9)
📝 ahtapotmys/roles/base/vars/kernelmodules_blacklist.yml (+1 -1)
ahtapotmys/roles/honeypot/handlers/main.yml (+7 -0)
ahtapotmys/roles/honeypot/tasks/amun.yml (+47 -0)
ahtapotmys/roles/honeypot/tasks/cowrie.yml (+47 -0)
ahtapotmys/roles/honeypot/tasks/dionaea.yml (+40 -0)
ahtapotmys/roles/honeypot/tasks/elastichoney.yml (+106 -0)
ahtapotmys/roles/honeypot/tasks/ftp.yml (+48 -0)
ahtapotmys/roles/honeypot/tasks/glastopf.yml (+31 -0)
ahtapotmys/roles/honeypot/tasks/main.yml (+84 -0)
ahtapotmys/roles/honeypot/tasks/p0f.yml (+39 -0)
ahtapotmys/roles/honeypot/tasks/pop3.yml (+48 -0)
ahtapotmys/roles/honeypot/tasks/shockpot.yml (+39 -0)
ahtapotmys/roles/honeypot/tasks/smtp.yml (+48 -0)
ahtapotmys/roles/honeypot/tasks/suricata.yml (+53 -0)
ahtapotmys/roles/honeypot/tasks/wordpot.yml (+48 -0)
ahtapotmys/roles/honeypot/templates/amun.conf.j2 (+197 -0)

...and 27 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/31 **Author:** [@alptugay](https://github.com/alptugay) **Created:** 10/3/2018 **Status:** ✅ Merged **Merged:** 10/4/2018 **Merged by:** [@ciari](https://github.com/ciari) **Base:** `development` ← **Head:** `bilgi-sistemleri-izleme` --- ### 📝 Commits (10+) - [`f5b17c9`](https://github.com/Pardus-Ahtapot/MYS/commit/f5b17c9b67ef9eb1b7d1527e47afc36adabd98ec) cis dokuman basliklari security playbookunda comment olarak eklendi. - [`77703c8`](https://github.com/Pardus-Ahtapot/MYS/commit/77703c85d0d9c7cae112489c4462aee00fd65d08) mhn lsc ve cowrie playbooklari yazildi - [`91bf9fa`](https://github.com/Pardus-Ahtapot/MYS/commit/91bf9faa7aeebcd833eb5b956b431327abcb82eb) Merge branch 'bilgi-sistemleri-izleme' of https://github.com/alptugay/MYS into bilgi-sistemleri-izleme - [`4edb778`](https://github.com/Pardus-Ahtapot/MYS/commit/4edb7787d54d347afa9e92e4b0d2e79758019ad7) dionaea (http/https) honeypot playbook eklendi - [`e0a419e`](https://github.com/Pardus-Ahtapot/MYS/commit/e0a419ebcc5608da8b55bff48733c79f3a7b77df) p0f honeypot playbook eklendi - [`f3a6bfa`](https://github.com/Pardus-Ahtapot/MYS/commit/f3a6bfa22fc6567539440c346e378dd5a18df8e8) glastopf honeypot playbook eklendi - [`05bf80d`](https://github.com/Pardus-Ahtapot/MYS/commit/05bf80dc7c14b846b1e1b32a4bf8ac3aea5ce5f0) shockpot honeypot playbook eklendi - [`5684c2b`](https://github.com/Pardus-Ahtapot/MYS/commit/5684c2bdc908282697b6a241185020406a7d6269) wordpot honeypot playbook eklendi - [`e3b7442`](https://github.com/Pardus-Ahtapot/MYS/commit/e3b744263ad562deba32050bdccffbbc6aa05ac7) amun honeypot playbook eklendi - [`316f149`](https://github.com/Pardus-Ahtapot/MYS/commit/316f14966e8a7b01b3d3e65cfe53bd02d87c1248) suricata honeypot playbook eklendi. duzenlemeler yapildi ### 📊 Changes **47 files changed** (+2317 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `ahtapotmys/hosts` (+5 -0) ➕ `ahtapotmys/playbooks/honeypot.yml` (+38 -0) ➕ `ahtapotmys/playbooks/mhn.yml` (+27 -0) 📝 `ahtapotmys/roles/base/tasks/security.yml` (+81 -9) 📝 `ahtapotmys/roles/base/vars/kernelmodules_blacklist.yml` (+1 -1) ➕ `ahtapotmys/roles/honeypot/handlers/main.yml` (+7 -0) ➕ `ahtapotmys/roles/honeypot/tasks/amun.yml` (+47 -0) ➕ `ahtapotmys/roles/honeypot/tasks/cowrie.yml` (+47 -0) ➕ `ahtapotmys/roles/honeypot/tasks/dionaea.yml` (+40 -0) ➕ `ahtapotmys/roles/honeypot/tasks/elastichoney.yml` (+106 -0) ➕ `ahtapotmys/roles/honeypot/tasks/ftp.yml` (+48 -0) ➕ `ahtapotmys/roles/honeypot/tasks/glastopf.yml` (+31 -0) ➕ `ahtapotmys/roles/honeypot/tasks/main.yml` (+84 -0) ➕ `ahtapotmys/roles/honeypot/tasks/p0f.yml` (+39 -0) ➕ `ahtapotmys/roles/honeypot/tasks/pop3.yml` (+48 -0) ➕ `ahtapotmys/roles/honeypot/tasks/shockpot.yml` (+39 -0) ➕ `ahtapotmys/roles/honeypot/tasks/smtp.yml` (+48 -0) ➕ `ahtapotmys/roles/honeypot/tasks/suricata.yml` (+53 -0) ➕ `ahtapotmys/roles/honeypot/tasks/wordpot.yml` (+48 -0) ➕ `ahtapotmys/roles/honeypot/templates/amun.conf.j2` (+197 -0) _...and 27 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:55 +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#56
No description provided.