Tagged Questions
The computer-forensics tag has no wiki summary.
18
votes
8answers
2k views
How Can I Find Out *HOW* My Site Was Hacked? How Do I Find Site Vulnerabilities?
One of my custom developed ASP.NET sites was hacked today: "Hacked By Swan (Please Stop Wars !.. )"
It is using ASP.NET and SQL Server 2005 and IIS 6.0 and Windows 2003 server.
I am not using Ajax ...
9
votes
15answers
3k views
What are good books about security, hacking, and computer forensics? [closed]
I know this is a broad area, but...
I'm looking at Writing Secure Code, Second Edition, but I was wondering what other good books were out there on the subjects of security, hacking, and computer ...
8
votes
13answers
4k views
Find Programming Language Used
Whats the easiest way to find out what programming language an application was written in?
I would like to know if its vb or c++ or delphi or .net etc from the program exe file.
7
votes
6answers
907 views
Any Open Source NTFS, FAT32, HFS or EXT implementations in Java?
I do work in computer forensics and am trying to move my codebase from C++ to Java. I need a good open source implementation of all the various filesystems in Java to help this effort. Does anyone ...
3
votes
2answers
290 views
How does Opera Turbo compress the data (cache)?
I have an Opera browser with "Opera Turbo" enabled. It is a proxy, which recompress HTML into smaller format. I have a file from opera cache, which was compressed by turbo from 2000 kb to 500 kb. How ...
3
votes
8answers
1k views
Text editor capable of viewing invisibles?
A recent problem* left me wondering whether there is a text editor out there that lets you see every single character of the file, even if they are invisible? Specifically, I'm not looking for hex ...
2
votes
1answer
50 views
PCI File System+RDBMS Auditing/Scan
Which (open source) tools are available for scanning systems like SQL Databases/File Systems for cardholder data? So far we've found PANBuster, 7seec and PANscan and are wondering whether there's more ...
2
votes
5answers
238 views
Old data stored in database file
How can I ensure that all data that I've erase from the db tables, is no longer stored in the mdb files (and others) on the hard disk?
Here's my situation:
My client used to store non-encrypted ...
2
votes
3answers
2k views
How to analyse a HTTP dump?
I have a file that apparently contains some sort of dump of a keep-alive HTTP conversation, i.e. multiple GET requests and responses including headers, containing an HTML page and some images. ...
2
votes
4answers
229 views
Free (and/or open source) security software
I know about my options for antivirus, antispyware, and firewall, but are there any higher end security tools for any operating systems (although I'm running Windows and Cygwin, so those options would ...
1
vote
2answers
236 views
Apple Mac and Unix timestamps
I know that the primary timestamp on Apple systems is the CF Absolute Time value (also called Mac Absolute Time), which is a 32-bit integer calculated by the number of seconds since 01/01/2001 ...
1
vote
1answer
63 views
How many bits are reserved for Webkit (Google Chrome) timestamps?
I know that Google Chrome uses an integer timestamp, properly called the Webkit timestamp, that is calculated by the number of microseconds since 01/01/1601 00:00:00 UTC. What I'm not sure is whether ...
1
vote
1answer
91 views
Trying to make sense of Windows timestamps…
I'm in a situation that involves the manual reconstruction of raw data, to include MFT records and other Windows artifacts. I understand that timestamps in MFT records are 64-bit integers, big endian, ...
1
vote
4answers
296 views
Java as a digital forensics environment
Just wondering if anyone out there has any experiance working with java (as appose to c/c++) in a digital forensics environment and if so could they advise me as to problems or advantages they may ...
0
votes
1answer
130 views
Windows Spanned Disks (LDM) restoration with Linux?
Is it possible to read Windows 2008 LDM partitions in Linux ?
We have five 512GB LUNS exported through ISCSI to a dead Windows 2008 and this box doesn't want them anymore. Windows believes they are ...
0
votes
0answers
58 views
Copying an ipa File From a Test iPhone to a Host Computer
To be honest:
I feel pretty dumb asking this question, as it seems to be one of the most basic tasks...
But all my searches so far did not yield a result, so here is my problem:
I have a test build ...
0
votes
1answer
20 views
Visit Count in NetAnalysis
I'm using netAnalysis forensic tool (http://www.digital-detective.co.uk/netanalysis.asp).
I would like to know how to interpret the visit (or hits) count column.
I sometimes get (when analysing ...
0
votes
0answers
48 views
Dump session cookies from closed firefox (>=4)
Firefox has changed defaults of http://kb.mozillazine.org/Browser.sessionstore.privacy_level parameter to 0, and now it will save session cookies (which are marked to be deleted when browser closes) ...
0
votes
0answers
21 views
Is there a virtual machine tool to conduct analysis of code down to the machine level?
As both a learning activity and a curiosity does there exist a virtual machine or tool set that allows you to walk through real time code execution?
When I say virtual machine I mean x86/x64 based ...
0
votes
1answer
17 views
abnormalities in windows threads, attached process and owned process
So I am doing some memory analysis on a windows memory image and I am looking at threads spawned by processes.
the tool I am using is volatility.
So I was checking the threads spawned by an explorer ...
0
votes
2answers
79 views
iPhone (or generic iOS) whole partition dump
I was reading
iOS Forensic Analysis: for iPhone, iPad, and iPod touch
here on amazon
I can't find out/understand how to get a whole dump of the iOS device paritions on a unjailbroken device. ...
0
votes
2answers
493 views
Morris Internet Worm - anyone knows how did they manage to stop it?
yes, this is a homework-type question but could you please help me out?
In a very short presentation on the topic of Morris Internet Worm I am supposed to list the steps taken to stop the worm from ...