lmco / laikaboss

Laika BOSS: Object Scanning System
Apache License 2.0
731 stars 155 forks source link

IMAP client for spamtraps? #25

Open vsantola opened 8 years ago

vsantola commented 8 years ago

Hi,

Do you have already an IMAP client so i can get email from my spamtraps and send it to laikad or should I just write one?

Also can you share slides or other documentations?

Thanks

cfossace commented 8 years ago

Hi! I can email you slides if you provide me with contact info.

Here is the link to the white paper: http://www.lockheedmartin.com/content/dam/lockheed/data/isgs/documents/LaikaBOSS%20Whitepaper.pdf

@marnao would know the best answer to your other question. I don't think there is an IMAP client in this repo but I am guessing there is an IMAP client that just can't be open sourced atm.

marnao commented 8 years ago

We do not have an IMAP client but it would be pretty easy to write one in python. Please feel free to contribute it back if you decide to take that on. Others may find it useful as well.

We plan to release a milter server soon so you can integrate directly with your MTA.

vsantola commented 8 years ago

@cfossace can you email slides to vsantola at gmail dot com. I will work on the imap client and PR when done. Thanks

chancla316 commented 8 years ago

@cfossace can you please send slides to chancla316 at gmail dot com? I'm just getting started with laika and that would be exetremely helpfull.

sbidy commented 8 years ago

I'm interested in the milter implementation too. I wrote some milter with pymilter for the detection of VBA macros in MS Office attachments (in python :-) ). In the next few days I try to port this to a laika module.

Additionally I would like to attach my milter via python to the LAIKA system (via ZeroMG ?). Something like this at the milter: response = xmg.requestToLeika(MetadataFromEmail)

Is there anybody how had implemented this "Milter2LAIKA" feature already? Or had somebody a little API documentation for the client side implementation?

@cfossace can you please send me the slides too? sbidy at hotmail dot com - Thank you !!

MarcoGeek commented 8 years ago

Please share the slides with me also at echintu4u@gmail.com I have just started reading about it and planning for a test implementation. Thanks