100%
01.08.2019
is the registry – the storage space for Docker images – which did not even have a mechanism for authentication. Later, the image format was changed and Registry 2.0 (a.k.a., "Docker Distribution") was released ... 52
99%
01.08.2019
.SEC_FLAG_MAXIMUM_ALLOWED)
Listing 3
ACL Error Message
root@addc-01:~# samba-tool gpo aclcheck -U administrator
Password for [EXAMPLE\administrator]:
ERROR: Invalid GPO ACL O:DAG:DAD:PAI(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001 ... 52
99%
01.08.2019
about the future of the project. "Some of the currently active core developers are good personal friends that I've known for 20 years or more. So, I am completely confident that with the core developers ... 52
99%
01.08.2019
_response": "/usr/share/osquery/packs/incident-response.conf"
20 }
21 }
I've used several options in the configuration file. The host_identifier field is used to identify the host running osquery in the logs ... 52
99%
01.08.2019
]. It was run in a Jupyter notebook to get the timings.
Listing 1
Python First Run Without Numba
import numpy
def sum(x):
total = 0
for i in range(x.shape[0]):
total +=x[i]
return ... 52
99%
01.08.2019
. What strategies does FAI follow? How does it fundamentally complete its task?
More interesting is that FAI offered a similar functionality 20 years ago – with the tools that were available at that time ... 52
99%
01.08.2019
Port=words.split('=')[1]
19
20 #count the number of ports keyed by src IP
21 if srcIP:
22 print("srcIP: {} dPort {}".format(srcIP, dPort))
23 if srcIP not in srcIPs:
24 src ... 52