phobos.autonlab.org daily insecurity output

Charlie Root auton.sysnotify at gmail.com
Sat Nov 9 01:35:35 EST 2019


Running security(8):

======
/etc/dhcpd.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_dhcpd.conf.current	Thu Oct  3 01:36:13 2019
+++ /etc/dhcpd.conf	Fri Nov  8 18:24:52 2019
@@ -36,6 +36,6 @@
         }
         host guarddog {
                 hardware ethernet 00:25:90:0C:87:20;
-                fixed-address 192.168.3.15;
+                fixed-address 192.168.3.14;
         }
 }


======
/etc/pf.conf diffs (-OLD  +NEW)
======
--- /var/backups/etc_pf.conf.current	Wed Oct 30 01:35:37 2019
+++ /etc/pf.conf	Fri Nov  8 16:30:55 2019
@@ -39,7 +39,7 @@
 # filter rules
 block quick from <bruteforce>
 block in quick on egress proto tcp from <sshguard> \
-        to any port {ssh, 30041} label "ssh bruteforce"
+        to any port {ssh, 2222, 30041} label "ssh bruteforce"
 antispoof quick for { $int_if $ext_if }
 
 block drop in quick on egress from {$broken, no-route} to any
@@ -67,5 +67,6 @@
 
 # Only temporary needed for Barnabas.
 pass in on egress inet proto tcp to (egress) port {ssh} rdr-to 192.168.3.13
+pass in on egress inet proto tcp to (egress) port {2222} rdr-to 192.168.3.12 port 22
 pass on em0 inet proto tcp from any to any port $tcp_services
 pass on em0 inet proto udp from any to any port $udp_services



More information about the Autonlab-sysinfo mailing list