Brandon Dixon

Results 32 issues of Brandon Dixon

Several mapreduce jobs have been written that will run against a given field and output several static signatures that could be used to flag documents as suspicious. These jobs outputs...

Related malware is done by running a script against the main PDF collection within Mongo. This has not been included, but is necessary to displaying and finding related malware. This...

Larger PDF files may process, but will fail to insert into MongoDB because of the 16MB size limit. Temporary fix: - Python object is cached in the browser allowing the...

Collaboration features like comments and classification are only available to "super users" of the Django system. This is a simple check done within the templates of the report.html and interact.html....

MongoDB sometimes dies (likely on insert) while the write lock is present causing the database to become unavailable. This will result in your not allowing the database to start. Temporary...

Heavily complex PDFs or large documents will sometimes cause processing to use all resources on the machine with the kernel eventually killing the process. This process killing may lead to...

Python PDF objects sent to the Django template are stored in the session cache for local improvements. All these objects are stored in the django_session table within MySQL. This will...

In the tools current state, a user must restart the service if they would like to add a new keyword. This is not much of a problem if running manually,...

Ideas

When making an HTTP call, it appears that the socket used to initiate the remote connection is sometimes null therefore resulting in the following error. This error is usually discovered...

Bug

As it currently stands, when new keywords are added to the list, the user only gets information on any new or incoming pastes. It would be interesting to go back...

Ideas