Skip to content

feat: Centralized Threat Intelligence Data Pipeline (S3 + Lambda Enrichment + Athena) #30

@TrishaG189

Description

@TrishaG189

Problem

All existing PRs deploy honeypots that collect attacker logs locally on the EC2 instance.
These logs are lost if the instance is terminated, cannot be queried across regions,
and provide no threat enrichment context.

Proposed Solution

Build a centralized telemetry pipeline that:

  • Ships Cowrie/Dionaea logs from ALL honeypot nodes (any cloud) to a secure S3 sink
  • Auto-enriches attacker IPs with GeoIP + AbuseIPDB threat score via Lambda
  • Makes all attack data queryable via Athena SQL (no database needed)

Implementation

  • terraform/modules/telemetry/ — S3 sink, Lambda trigger, Glue crawler, Athena workgroup
  • lambda/enrichment/handler.py — Python enrichment function
  • ansible/playbooks/install_log_forwarder.yml — Filebeat agent on honeypot nodes

Why This Matters

This directly implements the GSoC objective: "Data Enrichment: Integrate logging,
monitoring, and analytics to enrich raw data, correlating attack patterns with
global threat intelligence feeds."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions