Automated IP Log Collection and Email Notification

somdn_product_page

This n8n workflow automates the process of collecting and deduplicating sign-in IP addresses from multiple SaaS services within a specified timeframe (last 24 hours), and then emailing the compiled report as a CSV attachment. The workflow begins with a webhook form where users input their details and trigger the process. It then fetches login events from various services such as a custom API, OAuth, and Office365 through HTTP requests, aggregating these authentication events. The data is processed to filter relevant fields, combined, and duplicates based on IP addresses are removed to ensure clean results. The cleaned data is converted into CSV format, encoded in Base64, and attached to an email sent via SMTP2Go. This workflow is useful for security teams or system administrators monitoring login activity across different platforms, helping identify unusual IP addresses or suspicious activity efficiently.

Node Count

11 – 20 Nodes

Nodes Used

convertToFile, formTrigger, httpRequest, merge, moveBinaryData, removeDuplicates, set, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Automated IP Log Collection and Email Notification”

Your email address will not be published. Required fields are marked *