million dollar dream

2024-08-27

Million Dollar Dream is a tool written in Python by Daniel Roberson that detects malware residing on a filesystem using bloom filters. ...

Read More

PermitRootLogin

2024-08-27

PermitRootLogin is a setting found in OpenSSH servers that defines whether or not sshd will accept logins from the root user.

This setting can be ...

Read More

process masquerading

2024-08-27

Process masquerading aka process name stomping is an anti-analysis/deception technique used by malware in which a malicious process changes its name ...

Read More

procfs

2024-08-27

procfs or the proc file system, is a virtual filesystem that provides information about the system. Its data can be accessed with typical filesystem ...

Read More

protocol

2024-08-27

In computer science, a protocol is an official procedure that governs how two entities communicate with each other, especially over a computer network ...

Read More

ps command

2024-08-27

The ps command shows information about actively running processes on a system. The ps command is common on Linux and Unix-like systems.

Read More

SSH identity key

2024-08-27

A SSH identity key is a private key used to authenticate users using the SSH protocol.

OpenSSH provides a command ssh-keygen to create identity keys.

Read More

ssh-keygen

2024-08-27

ssh-keygen is a command provided by OpenSSH to create identity keys.

Read More

xmrig

2024-08-27

XMRig is open-source cryptocurrency mining software. XMRig is often used by cybercriminals on compromised endpoints to monetize their unauthorized ...

Read More

bloom filter

2024-08-26

A Bloom filter is a space-efficient probabilistic data structure created by Burton Howard Bloom in 1970. Bloom filters are used to test whether an ...

Read More