dionaea icon indicating copy to clipboard operation
dionaea copied to clipboard

How to add uploader?

Open Tigzy opened this issue 7 years ago • 7 comments

Hello, How can I add some python script to upload payloads to custom location?

Tigzy avatar May 23 '17 11:05 Tigzy

OK, so I found the submit_http_post, filled the config and created the symlink. However it doesn't get called when I receive binaries (unlike hpfeeds that I filled the same way), is it a bug?

Tigzy avatar May 23 '17 15:05 Tigzy

The submit_http_post incident handler does only handle dionaea.download.complete.unique incidents. This means the payload will only be submitted the first time your honeypot sees it.

phibos avatar Jun 04 '17 20:06 phibos

I am also very interested in this feature. Care to give more details on how to setup this ?

More so, on how to setup this on the dionaea itself and on the receiving server

I have a few dionaea instance, how will dedup happen, any ideas, tips ?

Thanks in advance

DZKeeper avatar Jun 05 '17 19:06 DZKeeper

@Tigzy : were you able to do this with mrf ?

DZKeeper avatar Jun 09 '17 21:06 DZKeeper

@DZKeeper yes, here: http://www.adlice.com/catch-malware-with-your-own-honeypot-v2/

Tigzy avatar Jun 10 '17 12:06 Tigzy

@phibos complete.unique doesn't seem to be called in submit_http_post. probably a bug.

Tigzy avatar Jun 10 '17 12:06 Tigzy

Part 4 of this blog post is probably what you are looking for.

JBAnderson avatar Jul 19 '17 03:07 JBAnderson