100%
01.08.2019
, and alerts are then sent by MQTT and stored in a SQLite database. The front end is a lightweight Flask app [3].
Figure 2: The honeyBot project flowchart ... 52
98%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc ... 52
98%
01.08.2019
Docker Scan tool [3], which primarily deals with container images.
Checkers
As you might have guessed from its name, you'll look at Docker as the run time. Docker Scan classes itself, according to its ... 52
98%
01.08.2019
source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling ... 52
98%
01.08.2019
a window that lists both the Ethernet (ETH00) and wireless adaptor (WLAN00) interfaces under Available Interfaces. Select each and click the button with the three right arrows to move the selected interface ... 52
97%
01.08.2019
://pkg.osquery.io/rpm/GPG | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
Now add and enable the repository with:
$ sudo yum-config-manager --add-repo https://pkg.osquery.io/rpm/osquery-s3-rpm.repo
$ sudo yum ... 52
97%
01.08.2019
don't set up this section properly, you might end up amplifying distributed denial of service (DDoS) attacks on the Internet.
Listing 3
Security Settings
# only give access to recursion ... 52
97%
01.08.2019
circles. Amoeba resulted in a lot of good new ideas and a lot of Ph.D.s and papers. The famed Andrew S. Tanenbaum [2] was also involved in the project, and all of his Ph.D. students basically created parts ... 52
97%
01.08.2019
_options)
File "/usr/lib/python2.7/dist-packages/samba/drs_utils.py", line 87, in sendDsReplicaSync
raise drsException("DsReplicaSync failed %s" % estr)
No matter from which of the two domain ... 52
94%
30.11.2025
_config
03 bash#> vi sshd_config
04 AllowTcpForwarding no
05 ClientAliveCountMax 3
06 ClientAliveInterval 0
07 Compression delayed
08 LoginGraceTime 60s
09 LogLevel DEBUG3
10 MaxAuthTries 2 ... 3