The Import Directory 1

The Import Directory: Part 1

We know that when the operating system loads the executable, it will scan through its IAT table to locate the DLLs and functions the executable

April 24, 2013 Reverse Engineering
Cracked Web Applications 0

Cracked Web Applications Leak Credentials and Data

If you’ve been paying attention to vulnerabilities in web applications, you’ve certainly heard of attacks involving SQL injections, cross-site scripting, and poor session management. Thanks

April 23, 2013 Hacking
Running Metasploitable2 on VirtualBox 2

Running Metasploitable2 on VirtualBox

Background: Metasploitable is a Linux-based vulnerable virtual machine. It is designed especially for people interested in learning system exploitation. Rapid7 maintains Metasploitable and this virtual

April 23, 2013 Hacking
Botnets and cybercrime – Introduction 0

Botnets, how do they work? Architectures and case studies – Part 2

In the first part of this of this mini-series on the botnet cyber threat, we have shown the current scenario and the technological evolution in

April 22, 2013 General Security
Snort-Rule-Writing-02192013 3

Snort Rule Writing for the IT Professional: Part 3

Welcome back to my continuing series of articles on Snort rule writing. My first couple of installments in this series addressed some very simple rules

Software Patent Law: EU, New Zealand, and the US compared 0

Software Patent Law: EU, New Zealand, and the US compared

1. Introduction A patent is defined as an exclusive right or rights provided by a government to an inventor for a certain period of time

0

Massive Vulnerability CVE-2013-0027 Owns/Strikes Internet Explorer 6 to 10

The recent major vulnerability CVE-2013-0027 flooded almost all versions of Microsoft Internet Explorer and affected operating systems like Windows XP, Vista, 7, and 8, including

April 19, 2013 Application Security
The Export Directory 2

The Export Directory

Simple Example of Export Directory Let’s take a look at a simple example to understand how the export directory is used by the executables/libraries. Let’s

April 18, 2013 Reverse Engineering
2

Phishing and Social Engineering Techniques

Internet usage is growing dramatically, but the vast majority of internet users don’t have any security backgrounds. Neither do a large majority of companies care

April 18, 2013 General Security
1

Android Forensics

The article tries to cover various Android forensic techniques that can be helpful in a variety of situations. The techniques or discussions below can be

April 17, 2013 Forensics
0

.NET Framework CLR: Common Language Runtime

Introduction The point of this article is to lay down the conceptual groundwork of numerous .NET related topics such as CLR, CTS, CLS, Managed Code,

April 17, 2013 Forensics
Risks on a Shared Hosting Server 1

Risks on a Shared Hosting Server

PREFACE In this article, I would like to present the risks associated with hosting your site on a shared hosting server. I often correlate it

April 16, 2013 Application Security
Shellcode 4

Shellcode analysis on Linux x86 32bit

Most of the programs that we use every day contain bugs; a bug is a malfunction in a program, which can make the program take

April 16, 2013 Exploit Development
return-orient=prog-04152013 5

An Introduction to Returned-Oriented Programming (Linux)

INTRODUCTION: In 1988, the first buffer overflow was exploited to compromise many systems. After 20 years, applications are still vulnerable, despite the efforts made in

April 15, 2013 Reverse Engineering
EmbeddingSe2-04152013 0

Embedding Security in Procurement Process & Vendor Contracts – Part 2

Background: In the previous article, we’ve covered how to implement security in procurement process and vendor contracts. There are 3 different aspects to managing vendors:

April 15, 2013 Application Security
Spamhaus 0

DDoS Attack on Spamhaus – An insight

Spamhaus recently witnessed one of the biggest Distributed Denial of Service attacks on its infrastructure. The Spamhaus Project is an international non-profit organization that has

April 15, 2013 Hacking
Code Access Security 0

Code Access Security (CAS)

Abstract Security is an essential part of .NET applications and should be taken into consideration from the grass root level. Security is all about protecting

April 15, 2013 Forensics
Before You Move to the Cloud 0

Before you move to the cloud

What is the cloud, anyways? The term is new, but concept is not. Throughout the history of computing, IT organizations have been using their own

April 15, 2013 General Security
networkDMZ-04122013 0

Network Design Part 2: Demilitarized Zone/Honeypots

Introduction A Demilitarized Zone (DMZ) is a computer host or small network between a company private network and the outside public network. It was born

April 12, 2013 Application Security
2

Loading the Windows Kernel Driver

In the previous part of the article, we’ve explained how to compile the Windows kernel driver. Now that we know how to compile the driver,

April 12, 2013 Reverse Engineering
Back to Top Copyright © 2012 - InfoSec Institute