{"id":20853888,"url":"https://github.com/wolfeidau/cloudtrail-log-processor","last_synced_at":"2025-12-26T23:02:46.131Z","repository":{"id":136376871,"uuid":"344587035","full_name":"wolfeidau/cloudtrail-log-processor","owner":"wolfeidau","description":"Process and filter cloudtrail logs using lambda to produce a clean feed for downstream systems.","archived":false,"fork":false,"pushed_at":"2021-03-13T00:40:29.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T22:49:22.630Z","etag":null,"topics":["aws","cloudtrail","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfeidau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-04T19:31:00.000Z","updated_at":"2024-06-19T12:38:03.563Z","dependencies_parsed_at":null,"dependency_job_id":"5300f733-3d13-40d5-abc3-0461e8c3a88a","html_url":"https://github.com/wolfeidau/cloudtrail-log-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fcloudtrail-log-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fcloudtrail-log-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fcloudtrail-log-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfeidau%2Fcloudtrail-log-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfeidau","download_url":"https://codeload.github.com/wolfeidau/cloudtrail-log-processor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222184,"owners_count":20256229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudtrail","golang"],"created_at":"2024-11-18T03:23:37.980Z","updated_at":"2025-12-26T23:02:46.085Z","avatar_url":"https://github.com/wolfeidau.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudtrail-log-processor\n\nThis project illustrates how you can process and filter cloudtrail logs using lambda to produce a clean feed for downstream processing systems.\n\n# Why\n\nThis project provides a simple way to operate both a detailed cloudtrail feed, and a filtered \"clean\" feed minus a lot of noise enabling use by SIEM products. It doesn't change the structure or format of data, it just filters entries based on a configuration.\n\n# Configuration\n\nIn the [cloudformation](sam/app/cloudtrail_processor.yaml) is a block of `YAML` or if you prefer `JSON` which declares rules, these are evaluated as each cloudtrail entry file is processed, matches are dropped.\n\nThe configuration looks like this:\n\n```\n---\nrules:\n- name: check_kms\n    matches:\n    - field_name: eventName\n    matches: \".*crypt\"\n    - field_name: eventSource\n    matches: \"kms.*\"\n```\n\nThe fields in cloudtrail which can used to filter records are:\n\n* eventName\n* eventSource\n* awsRegion\n* recipientAccountId\n\n# License\n\nThis application is released under Apache 2.0 license and is copyright [Mark Wolfe](https://www.wolfe.id.au).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfeidau%2Fcloudtrail-log-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfeidau%2Fcloudtrail-log-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfeidau%2Fcloudtrail-log-processor/lists"}