-
Nov 15, 2017
About Volatility i have written a lot of tutorials, now let's try to use this information in a real context extracting the password hashes from a windows memory dump, in 4 simple steps. 1. Identify the memory profile First, we… read more »
-
Nov 13, 2017
SQLiv is a Python-based scanning tool that uses Google, Bing or Yahoo for targetted scanning, focused on reveal pages with SQL Injection vulnerabilities. It uses known dorks in order to find vulnerable URLs. Features multiple domain scanning with SQL injection… read more »
-
Nov 10, 2017
CS Suite is tool for auditing the security posture of the AWS infrastructure, using current open source tools capabilities. Features Simple installation with support of python virtual environment and docker containers Initiate all tools/audit checks in one go AWS Infra… read more »
-
Nov 8, 2017
Transfer.sh is a website that helps users to share files from the command-line an efficient way. It won’t required any additional software to work except cURL. If your linux distribution doesn't have cUrl (unlikely!), you can install it with sudo… read more »
-
Nov 7, 2017
WPSeku is a Black-box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues. What is a Black-box scanner? Black-box security testing refers to a method of software security testing in which the security… read more »
-
Nov 6, 2017
Recently Mozilla planned to display permission prompts if a website attempt to use HTML5 Canvas Image Data in the Firefox web browser: in fact, this HTML5 element is often used to tracking users with a technique called "Canvas Fingerprinting" What… read more »
-
Nov 2, 2017
FireEye released GoCrack, a tool designed to password cracking tasks across multiple servers. GoCrack is open source and provides an easy-to-use, web-based real-time UI to create, view, and manage password cracking tasks. The tool was developed by FireEye's Innovation and… read more »
-
Oct 31, 2017
After the CCleaner incident, a lot of friends and colleagues asked me a good alternative to the Piriform's tool. From my point of view, a good alternative could be BleachBit. BleachBit is open source, and its designed for Linux and… read more »
-
Oct 30, 2017
Researchers at Kaspersky Lab has discovered that some victims may be able to recover their files without paying any ransom. The discovery was made by that analyzed the encryption functionality implemented by the ransomware: the Bad Rabbit leverages the open… read more »
-
Oct 25, 2017
Spreads via network, currently hits Russia, Ukraine, Germany, Japan, and Turkey A variant of Petya/NotPetya/EternalPetya called BadRabbit and probably prepared by the same authors has infected several big Russian media outlets. BadRabbit uses SMB to propagate laterally with a hardcoded… read more »
-
Oct 23, 2017
SID is one of the core data structures in the NT security infrastructure A Security Identifier (commonly abbreviated SID) is a unique, immutable identifier of a user, user group, or other security principal. A security principal has a single SID… read more »
-
Oct 20, 2017
On Windows systems, event logs contains a lot of useful information about the system and its users. Depending on the logging level enabled and the version of Windows installed, event logs can provide investigators with details about applications, login timestamps for… read more »
-
Oct 19, 2017
Release the KRACKen! Security researcher Mathy Vanhoef has discovered several vulnerabilities in the core of WPA2 protocol that could allow an attacker to hack into a Wi-Fi network and eavesdrop on the Internet communications. WPA2 is a authentication scheme widely used… read more »
-
Oct 18, 2017
Windows registry contains information that are helpful during a forensic analysis Windows registry is an excellent source for evidential data, and knowing the type of information that could possible exist in the registry and location is critical during the forensic analysis… read more »
-
Oct 16, 2017
Amcache and Shimcache can provide a timeline of which program was executed and when it was first run and last modified In addition, these artifacts provide program information regarding the file path, size, and hash depending on the OS version. Amcache… read more »
-
Oct 11, 2017
Some information raised during preparation of GCFA exam The New Technology File System (NTFS) is a file system developed and introduced by Microsoft in 1995 with Windows NT as a replacement for the FAT file system. Versions Microsoft has released five… read more »
-
Oct 10, 2017
A Python script for auditing wireless networks Do you know Wifite? It’s a great wifi auditing tool, designed for use with pentesting distributions of Linux, such as Kali Linux, Pentoo, BackBox and any Linux distributions with wireless drivers patched for injection (so… read more »
-
Oct 9, 2017
A technique used by malware author to evade defenses and detection analysis of malicious processes execution Process hollowing is a technique used by malware in which a legitimate process is loaded on the system solely to act as a container… read more »
-
Oct 6, 2017
Essential information during timeline analysis During a forensic analysis, especially during timeline analysis, you deal with MAC timestamps, so it’s important to know and understand the concept of time resolution. The MAC(b) times are derived from file system metadata and… read more »
-
Oct 4, 2017
Some information raised during preparation of GCFA exam FAT, or File Allocation Table, is a file system that is designed to keep track of allocation status of clusters on a hard drive. Originally designed in 1977 for use on floppy disks… read more »