CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.3k stars 282 forks source link

Notifications #469

Closed Phil-ThePower-Pearce closed 8 months ago

Phil-ThePower-Pearce commented 4 years ago

Hi, Im using AWS ses for email notifications Ive added the details in the core.cfg but constantly get this when testing

File "/home/ubuntu/Apps/AIL-framework/bin/NotificationHelper.py", line 46, in sendEmailNotification smtp_server = smtplib.SMTP(sender_host, sender_port) File "/usr/lib/python3.6/smtplib.py", line 251, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib/python3.6/smtplib.py", line 336, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/lib/python3.6/smtplib.py", line 307, in _get_socket self.source_address) File "/usr/lib/python3.6/socket.py", line 704, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

I can recieve emails using the aws console test email....

Terrtia commented 4 years ago

Hi @Phil-ThePower-Pearce !

Can you please give me the complete stack traceback ?

Phil-ThePower-Pearce commented 4 years ago

^^ No problem. What do you need me to run?

Terrtia commented 4 years ago

Can you create a term tracker with an email address and trigger it ? (submit something with PasteSubmit) You should have a traceback in the TermTrackerMod or RegexTracker module output.

Terrtia commented 8 months ago

Fixed in v5.0