|
|
| Line 1: |
Line 1: |
| − | [[Computer forensics]] related resources like: blogs, fora, tweets, tools and test images. | + | '''Fast Thunder''' (aka Xunlei) is a [[Download manager|download manager]] developed by Thunder Networking Technologies. |
| | | | |
| − | = Blogs =
| |
| | | | |
| − | == English == | + | == SuperDownload database == |
| | + | The '''SuperDownload database''' can be found at: |
| | | | |
| − | * [http://www.appleexaminer.com/ The Apple Examiner]
| + | On Windows |
| − | * [http://computer.forensikblog.de/en/ Computer Forensics Blog], by [[Andreas Schuster]]
| + | <pre> |
| − | * [http://www.niiconsulting.com/checkmate/ Checkmate - e-zine on Digital Forensics and Incident Response]
| + | C:\Program Files\Thunder Network\Thunder\data\SdInfoDb.dat |
| − | * [http://www.infosecinstitute.com/blog/ethical_hacking_computer_forensics.html Jack Koziol - Ethical Hacking and Computer Forensics]
| + | </pre> |
| − | * [http://windowsir.blogspot.com/ Windows Incident Response Blog], by [[Harlan Carvey]]
| + | |
| − | * [http://geschonneck.com/ Computer Forensics Blog], by [[Alexander Geschonneck]]
| + | |
| − | * [http://forensicblog.org/ Computer Forensics Blog], by [[Michael Murr]]
| + | |
| − | * [http://forenshick.blogspot.com/ Forensic news, Technology, TV, and more], by [[Jordan Farr]]
| + | |
| − | * [http://unixsadm.blogspot.com/ UNIX, OpenVMS and Windows System Administration, Digital Forensics, High Performance Computing, Clustering and Distributed Systems], by [[Criveti Mihai]]
| + | |
| − | * [http://intrusions.blogspot.com/ Various Authors - Intrusions and Malware Analysis]
| + | |
| − | * [http://chicago-ediscovery.com/education/computer-forensics-glossary/ Computer Forensic Glossary Blog, HOWTOs and other resources], by [[Andrew Hoog]]
| + | |
| − | * [http://secureartisan.wordpress.com/ Digital Forensics with a Focus on EnCase], by [[Paul Bobby]]
| + | |
| − | * [http://www.crimemuseum.org/blog/ National Museum of Crime and Punishment-CSI/Forensics Blog]
| + | |
| − | * [http://forensicsfromthesausagefactory.blogspot.com/ Forensics from the sausage factory]
| + | |
| − | * [http://integriography.wordpress.com Computer Forensics Blog], by [[David Kovar]]
| + | |
| − | * [http://jessekornblum.livejournal.com/ A Geek Raised by Wolves], by [[Jesse Kornblum]]
| + | |
| − | * [http://computer-forensics.sans.org/blog SANS Computer Forensics and Incident Response Blog by SANS Institute]
| + | |
| − | * [http://www.digitalforensicsource.com Digital Forensic Source]
| + | |
| − | * [http://dfsforensics.blogspot.com/ Digital Forensics Solutions]
| + | |
| − | * [http://forensicaliente.blogspot.com/ Forensicaliente]
| + | |
| − | * [http://www.ericjhuber.com/ A Fistful of Dongles]
| + | |
| − | * [http://gleeda.blogspot.com/ JL's stuff]
| + | |
| − | * [http://4n6k.blogspot.com/ 4n6k]
| + | |
| − | * [http://justaskweg.com/ JustAskWeg], by [[Jimmy Weg]]
| + | |
| | | | |
| − | == Dutch ==
| + | This file uses the [[SQLite database format]]. |
| | | | |
| − | * [http://stam.blogs.com/8bits/ 8 bits], by [[Mark Stam]] (also contain English articles otherwise use [http://translate.google.com/translate?u=http%3A%2F%2Fstam.blogs.com%2F8bits%2Fforensisch%2Findex.html&langpair=nl%7Cen&hl=en&ie=UTF-8 Google translation]) | + | The timestamp: |
| | + | * SuperDownloadInfo.ContentDownloadTime is stored as BIGINT and contains a POSIX timestamp |
| | + | * SuperDownloadResource.DownloadTime is stored as BIGINT and contains '''presumably''' a POSIX timestamp |
| | | | |
| − | == French == | + | == Task database == |
| | + | The '''Task database''' can be found at: |
| | | | |
| − | * [http://forensics-dev.blogspot.com Forensics-dev] ([http://translate.google.com/translate?u=http%3A%2F%2Fforensics-dev.blogspot.com%2F&langpair=fr%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Google translation])
| + | On Windows |
| | + | <pre> |
| | + | C:\Program Files\Thunder Network\Thunder\Profiles\TaskDb.dat |
| | + | </pre> |
| | | | |
| − | == German ==
| + | The timestamp: |
| | + | * TaskBase.CreationTime is stored as BIGINT and contains a POSIX timestamp shifted 24-bits to the left, e.g. |
| | + | <pre> |
| | + | printf "0x%x\n" 22090158425767936 |
| | + | 0x4e7ae1ce000000 |
| | | | |
| − | * [http://computer.forensikblog.de/ Computer Forensik Blog Gesamtausgabe], by [[Andreas Schuster]] ([http://computer.forensikblog.de/en/ English version])
| + | date -d @$(( 22029112998625280 >> 24 )) |
| − | * [http://computer-forensik.org computer-forensik.org], by [[Alexander Geschonneck]] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.computer-forensik.org&langpair=de%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Google translation])
| + | Thu Aug 11 06:37:35 CEST 2011 |
| − | * [http://henrikbecker.blogspot.com Digitale Beweisführung], by [[Henrik Becker]] ([http://translate.google.com/translate?u=http%3A%2F%2Fhenrikbecker.blogspot.com&langpair=de%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Google translation])
| + | </pre> |
| | | | |
| − | == Spanish == | + | === Example queries === |
| | + | Some example queries: |
| | | | |
| − | * [http://www.forensic-es.org/blog forensic-es.org] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.forensic-es.org%2Fblog&langpair=es%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Google translation])
| + | To get an overview of the tasks: |
| − | * [http://www.inforenses.com InForenseS], by [[Javier Pages]] ([http://translate.google.com/translate?u=http%3A%2F%2Fwww.inforenses.com&langpair=es%7Cen&hl=es&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Google translation])
| + | <pre> |
| − | * [http://windowstips.wordpress.com El diario de Juanito]
| + | SELECT datetime((TaskBase.CreationTime >> 24), "unixepoch"), TotalReceiveSize, TotalSendSize, Url, ReferenceUrl, Name, Description, SavePath FROM TaskBase; |
| − | * [http://conexioninversa.blogspot.com Conexión inversa]
| + | </pre> |
| | | | |
| − | == Russian == | + | == See Also == |
| | | | |
| − | * Group-IB: [http://notheft.ru/blogs/group-ib blog at notheft.ru], [http://www.securitylab.ru/blog/company/group-ib/ blog at securitylab.ru] | + | * [[SQLite database format]] |
| | | | |
| − | = Related blogs = | + | == External Links == |
| | + | * [http://en.wikipedia.org/wiki/Xunlei Wikipedia article on Fast Thunder (Xunlei)] |
| | | | |
| − | * [http://www.c64allstars.de C64Allstars Blog]
| + | [[Category:Applications]] |
| − | * [http://www.emergentchaos.com/ Emergent Chaos], by [[Adam Shostack]]
| + | [[Category:Download Managers]] |
| − | * [http://jeffjonas.typepad.com/ Inventor of NORA discusses privacy and all things digital], by [[Jeff Jonas]]
| + | |
| − | * [http://www.cs.uno.edu/~golden/weblog Digital Forensics, Coffee, Benevolent Hacking], by [[Golden G. Richard III]]
| + | |
| − | | + | |
| − | = Fora =
| + | |
| − | * [http://forensicfocus.com/ Forensic Focus]
| + | |
| − | | + | |
| − | [[Category:Further information]] | + | |
| − | | + | |
| − | = Tweets =
| + | |
| − | * [http://twitter.com/#!/search/%23DFIR?q=%23DFIR #DFIR]
| + | |
| − | * [http://twitter.com/#!/search/%23forensics #forensics]
| + | |
| − | | + | |
| − | = Tools =
| + | |
| − | * [http://www2.opensourceforensics.org/ Open Source Digital Forensics]
| + | |
| − | * [http://forensiccontrol.com/resources/free-software/ Free computer forensic tools]
| + | |