Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- From: Joxean Koret <joxeankoret@xxxxxxxx>
- Date: Tue, 5 Jan 2010 15:00:12 +0000 (GMT)
Yes. It isn't designed to search for the differences between 2 binary files but to search for similar files, _independently_ of the format, and group them.
This tool can be used, in example, to search for similar "crapwares" or to search for similar image files (not similar looking, but similar files), similar office documents, etc...
--- El mar, 5/1/10, T Biehn <tbiehn@xxxxxxxxx> escribió:
De: T Biehn <tbiehn@xxxxxxxxx>
Asunto: Re: [Full-disclosure] [Tool] DeepToad 1.1.0
Para: "Dan Kaminsky" <dan@xxxxxxxxxxx>
CC: "Joxean Koret" <joxeankoret@xxxxxxxx>, "Full Disclosure" <full-disclosure@xxxxxxxxxxxxxxxxx>, bugtraq@xxxxxxxxxxxxxxxxx
Fecha: martes, 5 de enero, 2010 15:56
I can see what you're saying, it
could be useful for finding
differences in different versions of the same binary but
from what I
can see Joxean's app is meant to group files of the same
'type,' not
provide 'diff' capabilities.
-Travis
On Tue, Jan 5, 2010 at 9:51 AM, Dan Kaminsky <dan@xxxxxxxxxxx>
wrote:
I looked into a fair amount of this sort ofnormalization back when I was
playing with dotplots. The idea was to upgrade fromsimple Levenshtein
string comparison (with no knowledge of variablelength x86 instructions,
pointers that shift from compile to compile, etc) tosomething with at least
some domain specific knowledge. What I found,somewhat surprisingly, was
that dumb string comparison was more than enough. Infact, when I compared
pre-patch and post-patch builds, it was easy todirectly see when content
was added, removed, shifted in location, etc.Joxean's going to have much
the same result -- as basic as his similarity metricis, he'll get the broad
strokes just fine.how functions interact
Ultimately the best approach is to build a graph of
and measure graph isomorphism, but of course Halvarfigured that out years
ago :)wrote:
On Tue, Jan 5, 2010 at 3:41 PM, T Biehn <tbiehn@xxxxxxxxx>
have a algorithm
Hmm,
Wouldn't it be more useful to the sec community to
That is whenthat abstracts at the -interpreted- content level?
would classify two withanalyzing binaries I wouldn't think that this
it is removing anear identical functionality together, even though
pass.significant chunk of information during the hash
works best on
I would largely assume that your algorithm, as is,
missing?uncompressed bitmaps. Is there something I'm
<joxeankoret@xxxxxxxx>
-Travis
On Sun, Jan 3, 2010 at 6:37 AM, Joxean Koret
wrote:
release of the open sourceHi all,
I'm happy to announce the very first public
hashes from files.project DeepToad, a tool for computing fuzzy
files and/or directories
DeepToad can generate signatures, clusterize
good tool ssdeep [1] and, inand compare them. It's inspired in the very
python and is distributed underfact, both projects are very similar.
The complete project is written in pure
_______________________________________________the LGPL license [2].
Links:
Project's Web Page http://code.google.com/p/deeptoad/
Download Web Page http://code.google.com/p/deeptoad/downloads/list
Wiki http://code.google.com/p/deeptoad/w/list
References:
[1] http://ssdeep.sourceforge.net/
[2] http://www.gnu.org/licenses/lgpl.html
Regards && Happy new year!
Joxean Koret
A73CFull-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
--
FD1D E574 6CAB 2FAF 2921 F22E B8B7 9D0D 99FF
http://pgp.mit.edu:11371/pks/lookup?search=tbiehn&op=index&fingerprint=on
http://pastebin.com/f6fd606da
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
--
FD1D E574 6CAB 2FAF 2921 F22E B8B7 9D0D 99FF A73C
http://pgp.mit.edu:11371/pks/lookup?search=tbiehn&op=index&fingerprint=on
http://pastebin.com/f6fd606da
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/
- References:
- Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- From: T Biehn
- Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- Prev by Date: Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- Next by Date: Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- Previous by thread: Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- Next by thread: Re: [Full-disclosure] [Tool] DeepToad 1.1.0
- Index(es):
Relevant Pages
|