Skip to content

Create azure_ad_cross_tenant_b2b_collab_signin.yml #5233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Suspicious Sign-In with Cross-Tenant B2B Collaboration
id: 601acb6f-bf56-4029-80fd-02bacff2b5c4
description: Detects sign-in activity by external users with a CrossTenant B2B Collaboration context, which could indicate lateral movement using a newly provisioned account.
status: test
author: Arda Buyukkaya (EclecticIQ)
date: 2025-03-15
references:
- https://learn.microsoft.com/en-us/entra/identity/monitoring-health/reference-audit-activities
- https://blog.eclecticiq.com/ransomware-in-the-cloud-scattered-spider-targeting-insurance-and-financial-industries
- https://www.xintra.org/blog/lateral-movement-entraid-cross-tenant-synchronization
tags:
- attack.lateral-movement
logsource:
product: azure
service: signinlogs
detection:
selection:
CrossTenantAccessType: "b2bCollaboration"
condition: selection
falsepositives:
- Legitimate external partner sign-ins
level: medium
Loading