digital4rensics / Malformity

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

pDNS #27

Closed r3comp1le closed 11 years ago

r3comp1le commented 11 years ago

Use wildcard when searching for domain.

domain.com --> search for *.domain.com

digital4rensics commented 11 years ago

Are you running the latest version of Malformity?

If so, there is a transform called "Wildcard domain search" which will accept *.domain.com and return all results for domain.com.

Please confirm so I can close the issue. Thanks!

r3comp1le commented 11 years ago

ok thanks. Looks like the update added that 3rd transform. Is there a way in the code to default ALL domains to be *.domain?

r3comp1le commented 11 years ago

I dont expect this to be a request for a pull, rather a custom one for my circumstance.

digital4rensics commented 11 years ago

If you want to do that, you should be able to alter that transform with something like domain = '."+request.value which would then assign the . automatically to every domain run with the Wildcard Domain Search.

Let me know if that works out.

r3comp1le commented 11 years ago

worked great, thanks!

NOTES:

-create-transform -setup.py install -canari install-package malformity