digital4rensics / Malformity

Malformity is a Maltego project based on the Canari framework for malicious binary and infrastructure research.
116 stars 35 forks source link

Option to set number of results #12

Closed elhoim closed 10 years ago

elhoim commented 11 years ago

Have an option to set the number of results returned by ISC Passive DNS database

When having an API Key, it is possible to query for more than 10.000 results back, by default the API caps at 10K

digital4rensics commented 11 years ago

Thanks for adding this one. Was on my personal to-do, getting 10k results pretty much kills Maltego :-)

elhoim commented 11 years ago

The downsides of XML and Java overhead i suppose. I can test it on a machine with 16GB of RAM and a buffer set in maltego of 8192 to see how it goes with Big Data like 10,000 records

digital4rensics commented 11 years ago

Currently, there is no built-in Maltego support for respecting result limits in Local Transforms. I'm kicking around a few ideas for implementing it in the transform code.

elhoim commented 11 years ago

Are you sure about that? Under the Investigate tab, there is a slider "Number of Results" with values 10, 50, 255, 10k. At http://ctas.paterva.com/view/Userguide#Setting_the_number_of_results_returned they mention: << In upcoming versions of the tool the transforms will be categorized as either ‘enumeration’ or ‘search’ transforms – the slider will only apply to ‘search’ transforms. For now you have to be careful to understand how the slider works and spend time experimenting with it. >>

digital4rensics commented 11 years ago

As far as I know, that slider is valid for transforms on a TAS, and currently not supported for local transforms. Nadeem stated that Maltego doesn't currently accept a parameter for it. I'll keep looking in to it.

krmaxwell commented 10 years ago

Does the new framework / interface / whatevs accept this sort of parameter now?

digital4rensics commented 10 years ago

No, it's a remote transform only feature.

digital4rensics commented 10 years ago

Tungsten seems to have auto-fixed this as results are now limited with the slider auto-magically. Let me know if others don't see the same functionality.