<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Atlassian — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/atlassian/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata — refreshed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 28 Apr 2026 08:31:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/atlassian/feed.xml" rel="self" type="application/rss+xml"/><item><title>Multiple Vulnerabilities in Atlassian Products</title><link>https://feed.craftedsignal.io/briefs/2026-04-atlassian-vulns/</link><pubDate>Tue, 28 Apr 2026 08:31:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-04-atlassian-vulns/</guid><description>Multiple vulnerabilities in Atlassian Bamboo, Bitbucket, Confluence, and Jira allow attackers to execute arbitrary code, bypass security measures, manipulate data, disclose information, or perform cross-site scripting attacks.</description><content:encoded><![CDATA[<p>Multiple vulnerabilities exist in Atlassian&rsquo;s Bamboo, Bitbucket, Confluence, and Jira products. While specific CVEs are not detailed in this advisory, the potential impact is significant. An attacker exploiting these vulnerabilities could achieve arbitrary code execution, allowing for complete system compromise. They could also bypass security measures, potentially disabling logging or other security controls. Data manipulation and disclosure could lead to sensitive information compromise and unauthorized modifications. Cross-site scripting (XSS) attacks could be leveraged to steal user credentials or perform actions on behalf of unsuspecting users. Defenders need to ensure the Atlassian suite is fully patched and monitored.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access:</strong> An attacker identifies a vulnerable Atlassian product instance (Bamboo, Bitbucket, Confluence, or Jira) accessible over the network.</li>
<li><strong>Vulnerability Exploitation:</strong> The attacker leverages an unknown vulnerability to inject malicious code into the application, possibly through a crafted HTTP request.</li>
<li><strong>Code Execution:</strong> The injected code executes within the context of the Atlassian application, allowing the attacker to run arbitrary commands on the server.</li>
<li><strong>Privilege Escalation:</strong> The attacker leverages the initial code execution to escalate privileges, potentially gaining root or administrator access.</li>
<li><strong>Defense Evasion:</strong> The attacker attempts to disable security logging or other monitoring mechanisms to avoid detection.</li>
<li><strong>Data Manipulation/Exfiltration:</strong> The attacker accesses sensitive data stored within the Atlassian application or connected databases, manipulating or exfiltrating it for malicious purposes.</li>
<li><strong>Lateral Movement:</strong> Using compromised credentials or established footholds, the attacker moves laterally to other systems within the network.</li>
<li><strong>Impact:</strong> The attacker achieves their final objective, such as deploying ransomware, stealing intellectual property, or disrupting business operations.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of these vulnerabilities could result in significant damage, including complete compromise of Atlassian servers, data breaches, and disruption of critical business processes. The number of potential victims is substantial, as these Atlassian products are widely used across various industries. The impact ranges from data loss and financial damage to reputational harm and legal liabilities.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rules provided in this brief to detect potential exploitation attempts targeting Atlassian products.</li>
<li>Monitor web server logs for suspicious activity, especially HTTP requests targeting Atlassian applications, to detect potential vulnerability exploitation.</li>
<li>Enable and review audit logs within Atlassian products (Bamboo, Bitbucket, Confluence, Jira) for suspicious activity.</li>
<li>Implement network segmentation to limit the potential impact of a successful breach originating from a compromised Atlassian server.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>atlassian</category><category>vulnerability</category><category>code-execution</category><category>xss</category></item><item><title>Bitbucket Secret Scanning Rule Deleted</title><link>https://feed.craftedsignal.io/briefs/2024-11-bitbucket-secret-rule-deletion/</link><pubDate>Sun, 17 Nov 2024 14:22:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-11-bitbucket-secret-rule-deletion/</guid><description>Attackers may delete secret scanning rules in Bitbucket to impair defenses and introduce secrets into the code repository undetected, potentially leading to unauthorized access or data breaches.</description><content:encoded><![CDATA[<p>Attackers with sufficient privileges within a Bitbucket project or repository may delete secret scanning rules. These rules are designed to automatically detect and prevent the committing of sensitive information like API keys, passwords, and tokens directly into the codebase. By removing these rules, adversaries can bypass security controls and introduce secrets into the repository undetected. This could be a precursor to a larger attack, where the leaked secrets are used to gain unauthorized access to systems, data, or other resources. This activity may occur as a part of a broader insider threat campaign or an external attacker who has gained control of a privileged account.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker compromises a Bitbucket account with project or repository administrator privileges.</li>
<li>The attacker authenticates to the Bitbucket web interface or uses the Bitbucket API with the compromised account.</li>
<li>The attacker navigates to the project or repository settings where secret scanning rules are configured.</li>
<li>The attacker identifies the secret scanning rules in place.</li>
<li>The attacker initiates the deletion of one or more secret scanning rules through the Bitbucket web interface or API.</li>
<li>Bitbucket processes the request and removes the specified secret scanning rules.</li>
<li>The attacker (or another compromised account) commits code containing secrets, which are no longer detected due to the deleted rules.</li>
<li>The committed secrets are then potentially used for lateral movement, data exfiltration, or other malicious activities.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The deletion of secret scanning rules in Bitbucket can lead to the undetected introduction of sensitive information into the codebase. This can result in unauthorized access to systems, data breaches, and other security incidents. The impact can range from minor data exposure to significant financial losses and reputational damage, depending on the scope and sensitivity of the leaked secrets. Organizations relying on Bitbucket for source code management are vulnerable.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor Bitbucket audit logs for events related to secret scanning rule deletions, using the provided Sigma rule to detect suspicious activity (<code>bitbucket_audit_secret_scanning_rule_deleted.yml</code>).</li>
<li>Implement multi-factor authentication (MFA) for all Bitbucket accounts, especially those with administrative privileges, to reduce the risk of account compromise.</li>
<li>Enforce the principle of least privilege, ensuring that users only have the necessary permissions to perform their tasks.</li>
<li>Regularly review and audit Bitbucket user permissions and access controls.</li>
<li>Implement strong password policies and encourage users to use unique, complex passwords.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>attack.defense-impairment</category><category>attack.t1685</category></item><item><title>Bitbucket Global SSH Settings Changed</title><link>https://feed.craftedsignal.io/briefs/2024-11-bitbucket-ssh-change/</link><pubDate>Fri, 01 Nov 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-11-bitbucket-ssh-change/</guid><description>An attacker modifies Bitbucket global SSH settings to potentially enable unauthorized access and lateral movement.</description><content:encoded><![CDATA[<p>This brief focuses on the detection of unauthorized changes to Bitbucket&rsquo;s global SSH settings. While the specific actor remains unknown, the modification of these settings is a significant security concern. The activity is detected via Bitbucket audit logs. Modification of global SSH settings can allow attackers to gain unauthorized access to repositories, potentially leading to code compromise, data breaches, or further lateral movement within the network. This activity is particularly important for organizations relying on Bitbucket for source code management and secure development workflows. The audit logs are the primary source of information, specifically focusing on events categorized as &lsquo;Global administration&rsquo; with the action &lsquo;SSH settings changed&rsquo;.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains initial access to a Bitbucket account with administrative privileges, possibly through credential compromise or exploiting a vulnerability.</li>
<li>The attacker authenticates to the Bitbucket web interface.</li>
<li>The attacker navigates to the global SSH settings configuration page within the Bitbucket administration panel.</li>
<li>The attacker modifies global SSH settings, such as adding a new public key or changing authentication requirements.</li>
<li>Bitbucket logs the &lsquo;SSH settings changed&rsquo; event in the audit logs under the &lsquo;Global administration&rsquo; category.</li>
<li>The attacker leverages the modified SSH settings to clone repositories or push malicious code.</li>
<li>The attacker uses compromised code or data to move laterally within the organization&rsquo;s network, targeting other systems and resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful modification of Bitbucket global SSH settings can allow unauthorized access to all repositories within the Bitbucket instance. This can lead to code theft, injection of malicious code, and data breaches. The impact may extend beyond the Bitbucket environment if the compromised code is deployed to production systems or used in other development processes. Organizations using Bitbucket for critical projects are at higher risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to your SIEM to detect unauthorized changes to Bitbucket global SSH settings in the audit logs.</li>
<li>Investigate any detected instances of &ldquo;SSH settings changed&rdquo; in the Bitbucket audit logs to determine the legitimacy of the changes.</li>
<li>Enforce multi-factor authentication (MFA) for all Bitbucket accounts, especially those with administrative privileges, to mitigate credential compromise as an initial access vector.</li>
<li>Review Bitbucket&rsquo;s audit log configuration to ensure the &ldquo;Advance&rdquo; log level is enabled to capture the necessary audit events.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>lateral-movement</category><category>defense-impairment</category><category>bitbucket</category></item><item><title>Bitbucket Audit Log Configuration Modified</title><link>https://feed.craftedsignal.io/briefs/2024-10-bitbucket-audit-config-mod/</link><pubDate>Sat, 26 Oct 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-10-bitbucket-audit-config-mod/</guid><description>An attacker may modify the Bitbucket audit log configuration to impair security monitoring and evade detection.</description><content:encoded><![CDATA[<p>Attackers may target Bitbucket audit log configurations to reduce or eliminate logging, thereby hindering incident response and forensic investigations. Modifying audit settings is a defense evasion technique that allows malicious actors to operate with less visibility. This activity typically occurs post-compromise. This brief focuses on detecting such modifications. Visibility of audit events requires at least &ldquo;Basic&rdquo; log level configuration.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains unauthorized access to a Bitbucket instance, potentially through compromised credentials or exploiting a vulnerability.</li>
<li>The attacker authenticates to the Bitbucket web interface or uses the Bitbucket API.</li>
<li>The attacker navigates to the audit log configuration settings within the Bitbucket administration panel.</li>
<li>The attacker modifies the audit log settings, such as disabling logging for specific event categories or reducing the log retention period.</li>
<li>The Bitbucket server processes the configuration change request.</li>
<li>Audit events related to the configuration change are logged (if auditing is still enabled for such events).</li>
<li>The attacker performs malicious activities, such as creating unauthorized repositories or exfiltrating source code, with reduced risk of detection.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful modification of the Bitbucket audit log configuration allows attackers to operate with significantly reduced visibility. This can lead to delayed detection of breaches, prolonged dwell time, and increased data exfiltration. Without proper audit logging, organizations will struggle to identify the scope and impact of a compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the &ldquo;Bitbucket Audit Log Configuration Updated&rdquo; Sigma rule to your SIEM to detect changes to audit log configurations (logsource: bitbucket, service: audit).</li>
<li>Ensure Bitbucket audit logging is enabled at the &ldquo;Basic&rdquo; level or higher, as lower levels may not capture configuration changes (logsource: bitbucket, service: audit).</li>
<li>Investigate any detected instances of audit log configuration changes to determine if they are authorized (Sigma rule: &ldquo;Bitbucket Audit Log Configuration Updated&rdquo;).</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>attack.defense-impairment</category><category>attack.t1562.004</category><category>bitbucket</category></item><item><title>GenAI Process Connection to Unusual Domain on macOS</title><link>https://feed.craftedsignal.io/briefs/2024-05-genai-unusual-domain/</link><pubDate>Thu, 02 May 2024 14:22:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-05-genai-unusual-domain/</guid><description>This rule detects GenAI tools on macOS connecting to unusual domains, potentially indicating command and control activity, data exfiltration, or malicious payload retrieval following compromise via prompt injection, malicious MCP servers, or poisoned plugins.</description><content:encoded><![CDATA[<p>This threat brief addresses the risk of GenAI tools on macOS connecting to unusual domains, which may indicate a compromised state. Attackers can exploit GenAI tools through prompt injection, malicious MCP (Model Context Protocol) servers, or poisoned plugins to establish command-and-control (C2) channels or exfiltrate sensitive data. Given the network access capabilities of AI agents, adversaries may manipulate them to beacon to external servers, download malicious payloads, or transmit harvested credentials and documents. The Elastic detection rule <code>9050506c-df6d-4bdf-bc82-fcad0ef1e8c1</code> focuses on identifying such anomalous network connections originating from a predefined list of GenAI processes, excluding known legitimate domains. The rule has been actively maintained since its creation on December 4, 2025, with its latest update on April 29, 2026.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Adversary compromises a GenAI tool on a macOS system through prompt injection, malicious MCP servers, or poisoned plugins.</li>
<li>The compromised GenAI tool is configured to connect to an attacker-controlled domain for C2.</li>
<li>The GenAI process initiates a network connection attempt to the unusual domain using standard web protocols (HTTP/HTTPS).</li>
<li>The macOS system&rsquo;s network stack resolves the attacker&rsquo;s domain to its corresponding IP address.</li>
<li>The GenAI process sends data to the attacker-controlled domain, potentially including sensitive information.</li>
<li>The attacker uses the C2 channel to send commands to the compromised GenAI tool.</li>
<li>The GenAI tool executes the commands, potentially leading to further compromise or data exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Compromised GenAI tools can lead to data exfiltration, unauthorized access to sensitive information, and the establishment of persistent C2 channels within an organization&rsquo;s network. The impact ranges from the loss of intellectual property and customer data to the potential disruption of business operations. The risk is amplified if the GenAI tool has access to internal systems or sensitive data stores, allowing attackers to pivot and escalate their attacks.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;GenAI Process Connecting to Unusual Domain&rdquo; to your SIEM and tune for your environment (see rule below).</li>
<li>Enable process creation and network connection logging on macOS endpoints to collect the data required for the Sigma rule.</li>
<li>Investigate any alerts generated by the Sigma rule to determine the legitimacy of the domain and the GenAI process&rsquo;s behavior.</li>
<li>Block any identified malicious domains at the network level (see query in the provided source).</li>
<li>Review the GenAI tool&rsquo;s configuration for unauthorized MCP servers, plugins, or extensions that initiated the connection.</li>
<li>Regularly update the list of allowed domains in the Sigma rule&rsquo;s filter to account for legitimate updates to GenAI tool infrastructure.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>genai</category><category>command and control</category><category>macos</category><category>network connection</category></item><item><title>Bitbucket Global Secret Scanning Rule Deletion</title><link>https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-rule-delete/</link><pubDate>Mon, 29 Apr 2024 14:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-rule-delete/</guid><description>An adversary with administrative privileges may delete global secret scanning rules in Bitbucket to impair defenses and exfiltrate sensitive data without detection.</description><content:encoded><![CDATA[<p>This threat brief addresses the deletion of global secret scanning rules within Bitbucket environments. Secret scanning is a crucial defense mechanism used to prevent sensitive information, such as API keys and passwords, from being committed to repositories. An attacker with global administration privileges could intentionally delete these rules to bypass security controls. This action could occur post-compromise, as part of an insider threat, or due to accidental misconfiguration. The impact of this activity centers around an increased risk of sensitive data exposure, which can lead to further compromise or data breaches. Defenders should monitor Bitbucket audit logs for such deletions.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains valid credentials with global administrator privileges within the Bitbucket environment, possibly through credential stuffing or phishing.</li>
<li>The attacker authenticates to the Bitbucket web interface or uses the Bitbucket API with their compromised credentials.</li>
<li>The attacker navigates to the global secret scanning rule configuration page.</li>
<li>The attacker identifies and selects one or more global secret scanning rules currently in effect.</li>
<li>The attacker initiates the deletion process for the selected rules, confirming the action when prompted.</li>
<li>Bitbucket processes the deletion request, removing the rules from the global configuration.</li>
<li>The system generates an audit log event indicating the deletion of the global secret scanning rule.</li>
<li>With secret scanning disabled, developers may inadvertently commit secrets into Bitbucket repositories, making them available to the attacker.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful deletion of global secret scanning rules can have significant impact. Without active secret scanning, developers may unintentionally commit sensitive information (API keys, passwords, tokens) into Bitbucket repositories. This could lead to account takeovers, data breaches, or lateral movement within the organization&rsquo;s infrastructure. The number of affected repositories and exposed secrets will vary depending on the scope of the attacker&rsquo;s access and the activity of developers during the period when the rules were disabled.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to detect the deletion of global secret scanning rules in Bitbucket audit logs, focusing on <code>auditType.category: 'Global administration'</code> and <code>auditType.action: 'Global secret scanning rule deleted'</code> (Sigma rule).</li>
<li>Investigate any detected instances of global secret scanning rule deletion to determine if the action was authorized and performed by a legitimate user.</li>
<li>Implement multi-factor authentication (MFA) for all Bitbucket accounts, especially those with administrative privileges, to reduce the risk of credential compromise.</li>
<li>Regularly review Bitbucket user permissions and roles to ensure that users have only the necessary level of access.</li>
<li>Enable &ldquo;Basic&rdquo; logging level, as required, to ensure the necessary audit events are generated (logsource definition).</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>attack.defense-impairment</category><category>attack.t1685</category></item><item><title>Bitbucket Repository Exempted from Secret Scanning</title><link>https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-scanning-exempt/</link><pubDate>Mon, 29 Apr 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-scanning-exempt/</guid><description>An attacker may attempt to disable or bypass secret scanning on a Bitbucket repository to avoid detection of committed secrets, potentially leading to credential compromise and subsequent unauthorized access.</description><content:encoded><![CDATA[<p>Attackers can weaken an organization&rsquo;s security posture by disabling or bypassing security controls within Bitbucket. This allows sensitive information, such as API keys, passwords, and other credentials, to be committed to the repository without detection. By adding a repository to the secret scanning exemption list, attackers can effectively disable a key preventative measure, making it easier to introduce and maintain compromised credentials within the codebase. This can lead to unauthorized access, data breaches, and other serious security incidents. This technique allows attackers to impair defenses, avoiding detection of secrets being committed to the repository.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains unauthorized access to a Bitbucket account with repository administration privileges.</li>
<li>The attacker navigates to the repository settings within Bitbucket.</li>
<li>The attacker accesses the secret scanning configuration for the repository.</li>
<li>The attacker identifies the option to add the repository to the exemption list for secret scanning.</li>
<li>The attacker adds the repository to the exemption list, effectively disabling secret scanning for that repository.</li>
<li>The attacker commits sensitive information (secrets, credentials) to the now-exempt repository.</li>
<li>The secrets are committed without triggering secret scanning alerts.</li>
<li>The attacker uses the committed secrets to gain unauthorized access to other systems or data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Compromising secrets within a Bitbucket repository can lead to a variety of negative consequences, including unauthorized access to sensitive data, compromised infrastructure, and data breaches. While the exact number of affected organizations is unknown, the potential impact is significant for any organization using Bitbucket to store code and manage secrets. Successful exploitation allows attackers to move laterally within the network and escalate privileges.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Bitbucket Secret Scanning Exempt Repository Added&rdquo; to your SIEM to detect when a repository is added to the secret scanning exemption list (logsource: bitbucket).</li>
<li>Investigate any detected instances of repositories being added to the secret scanning exemption list to determine if the change was authorized.</li>
<li>Ensure that appropriate access controls are in place to prevent unauthorized users from modifying repository settings.</li>
<li>Review Bitbucket audit logs regularly to identify suspicious activity related to secret scanning configuration changes (logsource: bitbucket).</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>attack.defense-impairment</category><category>attack.t1685</category><category>bitbucket</category></item><item><title>Bitbucket Project Secret Scanning Allowlist Added</title><link>https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-scanning-allowlist/</link><pubDate>Mon, 29 Apr 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-04-bitbucket-secret-scanning-allowlist/</guid><description>An adversary may impair defenses by adding a secret scanning allowlist rule for Bitbucket projects, potentially allowing secrets to be committed and exposed.</description><content:encoded><![CDATA[<p>The addition of a secret scanning allowlist rule to a Bitbucket project can be abused by malicious actors to bypass security controls. While not inherently malicious, this action can be exploited to weaken an organization&rsquo;s security posture. Secret scanning tools are designed to prevent the accidental or intentional commit of sensitive information (API keys, passwords, etc.) into version control systems. By adding an allowlist rule, specific patterns or files can be excluded from these scans. This could be leveraged by an attacker who has gained access to a Bitbucket account or project to intentionally introduce secrets while avoiding detection. The activity is logged by Bitbucket&rsquo;s audit logs, providing an opportunity for detection.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains unauthorized access to a Bitbucket account with sufficient privileges to modify project settings.</li>
<li>The attacker navigates to the project settings within Bitbucket.</li>
<li>The attacker accesses the secret scanning configuration for the project.</li>
<li>The attacker adds a new allowlist rule, specifying a pattern or file to be excluded from secret scanning.</li>
<li>The attacker commits code containing secrets that match the allowlist rule, effectively bypassing the secret scanning tool.</li>
<li>The changes are pushed to the Bitbucket repository.</li>
<li>The secrets remain undetected due to the allowlist rule.</li>
<li>The attacker leverages the exposed secrets for further malicious activities, such as gaining access to other systems or data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation could lead to the exposure of sensitive information such as API keys, passwords, or other credentials. This can result in unauthorized access to internal systems, data breaches, and reputational damage. The number of affected projects depends on the scope of the attacker&rsquo;s access and the configuration of the allowlist rule. The addition of the allowlist rule itself does not directly cause damage but creates a window of opportunity for the introduction and persistence of secrets within the codebase.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to your SIEM to detect the addition of secret scanning allowlist rules (logsource: bitbucket, service: audit).</li>
<li>Investigate any detected instances of allowlist rule additions to verify their legitimacy and business justification.</li>
<li>Review and enforce strict access controls for Bitbucket projects to minimize the risk of unauthorized modifications.</li>
<li>Enable &ldquo;Basic&rdquo; log level in Bitbucket to ensure that the audit events required for detection are captured, as indicated in the rule definition.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>attack.defense-impairment</category><category>attack.t1685</category></item><item><title>Bitbucket User Login Failure Detection</title><link>https://feed.craftedsignal.io/briefs/2024-03-bitbucket-login-fail/</link><pubDate>Fri, 08 Mar 2024 15:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-03-bitbucket-login-fail/</guid><description>Detection of Bitbucket user login failures, potentially indicating credential access attempts, initial access attempts, or other malicious activity.</description><content:encoded><![CDATA[<p>This threat brief focuses on detecting user login failures within Bitbucket environments. Monitoring failed login attempts is crucial as it can indicate various malicious activities, including credential stuffing, brute-force attacks, or attempts to gain unauthorized initial access. The audit logs in Bitbucket record details of these authentication failures, providing valuable data for security monitoring. The rule provided detects these events and can be used for correlation with other security events based on the &ldquo;author.name&rdquo; field for enhanced accuracy and context. Requires &ldquo;Advance&rdquo; log level to receive audit events.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Initial Access Attempt:</strong> An attacker attempts to gain initial access to a Bitbucket account using a compromised or guessed username.</li>
<li><strong>Credential Guessing:</strong> The attacker attempts to guess the user&rsquo;s password through manual attempts or automated tools.</li>
<li><strong>Authentication Failure:</strong> Bitbucket records a &ldquo;User login failed&rdquo; event due to incorrect credentials. The <code>auditType.category</code> is Authentication, and <code>auditType.action</code> is User login failed.</li>
<li><strong>Multiple Failed Attempts:</strong> The attacker repeats the login attempts with different password variations or using a list of compromised credentials.</li>
<li><strong>Account Lockout (Optional):</strong> Depending on Bitbucket&rsquo;s configuration, repeated failed login attempts may trigger an account lockout.</li>
<li><strong>Successful Login (Potential):</strong> After multiple attempts, the attacker may eventually guess the correct password or use a valid compromised credential.</li>
<li><strong>Privilege Escalation/Persistence (If Successful):</strong> If successful, the attacker could escalate privileges, establish persistence, or perform other malicious actions within the Bitbucket environment.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation can lead to unauthorized access to sensitive code repositories, intellectual property theft, and potential supply chain compromise. Attackers could inject malicious code, modify existing code, or exfiltrate sensitive data. Detecting these failed login attempts early can prevent significant damage. Although the number of victims cannot be determined with this specific detection, a successful attack can have far-reaching impacts.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule &ldquo;Bitbucket User Login Failure&rdquo; to your SIEM to detect suspicious authentication failures (logsource: bitbucket, service: audit). Tune for your environment by correlating on the author.name field.</li>
<li>Investigate the source IP addresses associated with the failed login attempts to identify potential malicious actors.</li>
<li>Implement multi-factor authentication (MFA) to significantly reduce the risk of successful credential-based attacks.</li>
<li>Monitor for unusual activity following any successful login after a series of failures.</li>
<li>Enforce strong password policies to reduce the effectiveness of brute-force attacks.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>bitbucket</category><category>authentication</category><category>brute-force</category><category>credential-access</category><category>initial-access</category></item></channel></rss>