major mode
0001-01-01
In Emacs, a major mode is a set of rules and definitions that customize the editor in ways productive to interacting with a specific type of data.
Read More
Makefile
0001-01-01
A Makefile contains entries that specifies how to build a software package. Makefiles are used by GNU make, CMake, and other such tools.
Read More
malicious domain
0001-01-01
A malicious domain is a domain that is actively hosting malware or other malicious content including but not limiting to phishing infrastructure and ...
Read More
malloc
0001-01-01
malloc is a function that allocates memory applications from a buffer pool. This is a standard library function in C.
Read More
malware
0001-01-01
Malware is malicious software. Malware may disrupt, damage, or provide unauthorized access to a computer system.
Read More
malware blending in with the system
0001-01-01
malware will often attempt to blend in with the system as an anti-analysis technique.
The basic theory is that if an attacker places malicious files ...
Read More
malware campaign
0001-01-01
A malware campaign is a time-bounded activity cluster, using similar techniques against a set of targets.
Read More
malware capabilities
0001-01-01
malware may have one or more capabilities such as file upload or download, command execution, cryptography, module support, …
Many of these ...
Read More
malware checking for installed software
0001-01-01
malware often checks for the existence of non-security software softare.
For example, a credential stealer may search for different web browsers, ...
Read More
malware checking for known malware
0001-01-01
Many strains of malware, particularly credential harvesters, botnet, and cryptocurrency miners will run checks for other similar malware as part of ...
Read More