<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Femitek Consulting</title>
    <description>The latest articles on DEV Community by Femitek Consulting (@femitek_8ef22c).</description>
    <link>https://dev.to/femitek_8ef22c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4042681%2Fd3e36d67-11de-455e-ad40-bf7ce97dc2e0.jpg</url>
      <title>DEV Community: Femitek Consulting</title>
      <link>https://dev.to/femitek_8ef22c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/femitek_8ef22c"/>
    <language>en</language>
    <item>
      <title>Looking for Testers and Contributors: AWS GuardDuty to Microsoft Sentinel Integration</title>
      <dc:creator>Femitek Consulting</dc:creator>
      <pubDate>Wed, 22 Jul 2026 21:06:33 +0000</pubDate>
      <link>https://dev.to/femitek_8ef22c/looking-for-testers-and-contributors-aws-guardduty-to-microsoft-sentinel-integration-37h3</link>
      <guid>https://dev.to/femitek_8ef22c/looking-for-testers-and-contributors-aws-guardduty-to-microsoft-sentinel-integration-37h3</guid>
      <description>&lt;p&gt;I recently published &lt;strong&gt;guardduty-sentinel-integration&lt;/strong&gt;, an open-source project that helps security teams ingest, structure and investigate AWS GuardDuty findings in Microsoft Sentinel.&lt;/p&gt;

&lt;p&gt;Repository: &lt;a href="https://github.com/OluOlus/guardduty-sentinel-integration" rel="noopener noreferrer"&gt;github.com/OluOlus/guardduty-sentinel-integration&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The project was built to address a practical problem: GuardDuty generates useful security findings, but getting those findings into Sentinel in a structured and investigation-ready format can require several separate configuration, parsing and normalisation steps.&lt;/p&gt;

&lt;p&gt;This repository brings those steps together in one implementation. &lt;/p&gt;

&lt;h2&gt;
  
  
  What the project includes
&lt;/h2&gt;

&lt;p&gt;The repository provides two ingestion options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Managed ingestion:&lt;/strong&gt; GuardDuty → S3 → SQS → Microsoft Sentinel AWS connector&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Near-real-time ingestion:&lt;/strong&gt; GuardDuty → EventBridge → Lambda → Log Analytics API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It also includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;KQL parsing functions&lt;/li&gt;
&lt;li&gt;ASIM-aligned network-session normalisation&lt;/li&gt;
&lt;li&gt;High-severity investigation queries&lt;/li&gt;
&lt;li&gt;IAM, S3, EKS and network-threat queries&lt;/li&gt;
&lt;li&gt;Sample GuardDuty findings&lt;/li&gt;
&lt;li&gt;Deployment scripts&lt;/li&gt;
&lt;li&gt;Validation and troubleshooting guidance&lt;/li&gt;
&lt;li&gt;A Lambda handler that transforms GuardDuty findings into a Sentinel-friendly schema&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  I am looking for testers
&lt;/h2&gt;

&lt;p&gt;I would like feedback from cloud-security engineers, SOC analysts, Sentinel users and AWS practitioners who can test the project in a lab or non-production environment.&lt;/p&gt;

&lt;p&gt;Useful testing areas include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GuardDuty finding ingestion&lt;/li&gt;
&lt;li&gt;EventBridge and Lambda delivery&lt;/li&gt;
&lt;li&gt;S3 and SQS connector configuration&lt;/li&gt;
&lt;li&gt;Field parsing and severity mapping&lt;/li&gt;
&lt;li&gt;ASIM normalisation&lt;/li&gt;
&lt;li&gt;KQL query accuracy&lt;/li&gt;
&lt;li&gt;Duplicate or failed-record handling&lt;/li&gt;
&lt;li&gt;Delivery latency&lt;/li&gt;
&lt;li&gt;IAM and permission requirements&lt;/li&gt;
&lt;li&gt;Documentation clarity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When reporting a problem, please include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the ingestion path used;&lt;/li&gt;
&lt;li&gt;the type of GuardDuty finding;&lt;/li&gt;
&lt;li&gt;the expected result;&lt;/li&gt;
&lt;li&gt;the actual result;&lt;/li&gt;
&lt;li&gt;relevant logs or error messages, with sensitive information removed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Contributions are welcome
&lt;/h2&gt;

&lt;p&gt;Possible contribution areas include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;additional KQL hunting queries;&lt;/li&gt;
&lt;li&gt;Sentinel analytics rules;&lt;/li&gt;
&lt;li&gt;workbooks and dashboards;&lt;/li&gt;
&lt;li&gt;improved ASIM mappings;&lt;/li&gt;
&lt;li&gt;support for more GuardDuty finding types;&lt;/li&gt;
&lt;li&gt;automated testing;&lt;/li&gt;
&lt;li&gt;CI validation;&lt;/li&gt;
&lt;li&gt;deployment improvements;&lt;/li&gt;
&lt;li&gt;documentation fixes;&lt;/li&gt;
&lt;li&gt;troubleshooting examples;&lt;/li&gt;
&lt;li&gt;security and code review.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can contribute by:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Forking the repository.&lt;/li&gt;
&lt;li&gt;Creating a branch for your change.&lt;/li&gt;
&lt;li&gt;Opening an issue to discuss larger changes.&lt;/li&gt;
&lt;li&gt;Submitting a pull request with a clear explanation of the problem and solution.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Suggested first contributions
&lt;/h2&gt;

&lt;p&gt;Some useful starting points are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;test the sample findings against the KQL functions;&lt;/li&gt;
&lt;li&gt;review the ASIM field mappings;&lt;/li&gt;
&lt;li&gt;add a query for another GuardDuty finding category;&lt;/li&gt;
&lt;li&gt;improve the deployment documentation;&lt;/li&gt;
&lt;li&gt;create a Sentinel workbook for GuardDuty findings;&lt;/li&gt;
&lt;li&gt;test the integration in a fresh AWS and Sentinel environment.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is to make the repository a practical, reusable reference for teams operating across AWS and Microsoft security environments.&lt;/p&gt;

&lt;p&gt;Feedback, issues, test results and pull requests are welcome.&lt;/p&gt;

&lt;h1&gt;
  
  
  opensource #contributorswanted #showdev #cybersecurity
&lt;/h1&gt;

</description>
      <category>devops</category>
      <category>security</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
