Skip to content
Snippets Groups Projects
Commit c64180d0 authored by Alexander Withers's avatar Alexander Withers
Browse files

tweaks to honeypot firewall rules

parent 9e74674e
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
- firewalld: port="{{ sshd_alt_port }}/tcp" permanent=true state=enabled immediate=yes - firewalld: port="{{ sshd_alt_port }}/tcp" permanent=true state=enabled immediate=yes
when: (ansible_distribution == "CentOS") when: (ansible_distribution == "CentOS")
- command: /usr/bin/firewall-cmd reload - command: /usr/bin/firewall-cmd --reload
when: (ansible_distribution == "CentOS") when: (ansible_distribution == "CentOS")
- command: /usr/sbin/semanage port -a -t ssh_port_t -p tcp "{{ sshd_alt_port }}" - command: /usr/sbin/semanage port -a -t ssh_port_t -p tcp "{{ sshd_alt_port }}"
......
...@@ -6,7 +6,8 @@ app_user: prism ...@@ -6,7 +6,8 @@ app_user: prism
app_group: "{{ app_user }}" app_group: "{{ app_user }}"
app_user_home: "/home/{{ app_user }}" app_user_home: "/home/{{ app_user }}"
bro_interface: "ens3" #bro_interface: "ens3"
bro_interface: "eth0"
bro_ver: 2.4.1 bro_ver: 2.4.1
......
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
- honeynet - honeynet
- cif - cif
- ids - ids
- clickhouse # - clickhouse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment