├── CODE_OF_CONDUCT.md ├── CredentialAccess ├── AZT601 │ ├── AZT601-1.json │ ├── AZT601-2.json │ ├── AZT601-3.json │ ├── AZT601-5.json │ └── readme.md ├── AZT602 │ ├── AZT602-1.json │ └── readme.md ├── AZT603 │ ├── AZT603-1.json │ └── readme.md ├── AZT604 │ ├── AZT604-1.json │ ├── AZT604-2.json │ ├── AZT604-3.json │ └── readme.md ├── AZT605 │ ├── AZT605-1.json │ ├── AZT605-2.json │ └── readme.md ├── manifest.md └── readme.md ├── Execution ├── AZT301 │ ├── AZT301-1-AMA.json │ ├── AZT301-1.json │ ├── AZT301-2-AMA.json │ ├── AZT301-2.json │ ├── AZT301-3-AMA.json │ ├── AZT301-3.json │ ├── AZT301-4.json │ ├── AZT301-5.json │ ├── AZT301-6.json │ └── readme.md ├── AZT302 │ ├── AZT302-1.json │ ├── AZT302-2.json │ ├── AZT302-3.json │ └── readme.md ├── manifest.md └── readme.md ├── Exfiltration ├── AZT701 │ ├── AZT701-1.json │ ├── AZT701-2.json │ └── readme.md ├── AZT703 │ ├── AZT703.json │ └── readme.md ├── AZT704 │ ├── AZT704-1.json │ ├── AZT704-2.json │ └── readme.md ├── manifest.md └── readme.md ├── InitialAccess ├── AZT201 │ ├── AZT201-1.json │ ├── AZT201-2.json │ └── readme.md ├── AZT202 │ ├── AZT202.json │ └── readme.md ├── AZT203 │ ├── AZT203.json │ └── readme.md ├── manifest.md └── readme.md ├── Invoke-AzDetectSuite.ps1 ├── LICENSE ├── Persistence ├── AZT501 │ ├── AZT501-1.json │ ├── AZT501-2.json │ ├── AZT501-3.json │ └── readme.md ├── AZT502 │ ├── AZT502-1.json │ ├── AZT502-2.json │ ├── AZT502-3.json │ └── readme.md ├── AZT503 │ ├── AZT503-1.json │ ├── AZT503-2.json │ ├── AZT503-3.json │ ├── AZT503-4.json │ └── readme.md ├── AZT504 │ ├── AZT504.json │ └── readme.md ├── AZT505 │ ├── AZT505.json │ └── readme.md ├── AZT506 │ ├── AZT506.json │ └── readme.md ├── AZT508 │ ├── AZT508.json │ └── readme.md ├── manifest.md └── readme.md ├── PrivilegeEscalation ├── AZT402 │ ├── AZT402.json │ └── readme.md ├── AZT403 │ ├── AZT403-1.json │ └── readme.md ├── AZT404 │ ├── AZT404-1.json │ └── readme.md ├── AZT405 │ ├── AZT405-1.json │ ├── AZT405-2.json │ ├── AZT405-3.json │ └── readme.md ├── manifest.md └── readme.md ├── README.md ├── SECURITY.md ├── SUPPORT.md └── manifest.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CredentialAccess/AZT601/AZT601-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT601/AZT601-1.json -------------------------------------------------------------------------------- /CredentialAccess/AZT601/AZT601-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT601/AZT601-2.json -------------------------------------------------------------------------------- /CredentialAccess/AZT601/AZT601-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT601/AZT601-3.json -------------------------------------------------------------------------------- /CredentialAccess/AZT601/AZT601-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT601/AZT601-5.json -------------------------------------------------------------------------------- /CredentialAccess/AZT601/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT601/readme.md -------------------------------------------------------------------------------- /CredentialAccess/AZT602/AZT602-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT602/AZT602-1.json -------------------------------------------------------------------------------- /CredentialAccess/AZT602/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT602/readme.md -------------------------------------------------------------------------------- /CredentialAccess/AZT603/AZT603-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT603/AZT603-1.json -------------------------------------------------------------------------------- /CredentialAccess/AZT603/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT603/readme.md -------------------------------------------------------------------------------- /CredentialAccess/AZT604/AZT604-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT604/AZT604-1.json -------------------------------------------------------------------------------- /CredentialAccess/AZT604/AZT604-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT604/AZT604-2.json -------------------------------------------------------------------------------- /CredentialAccess/AZT604/AZT604-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT604/AZT604-3.json -------------------------------------------------------------------------------- /CredentialAccess/AZT604/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT604/readme.md -------------------------------------------------------------------------------- /CredentialAccess/AZT605/AZT605-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT605/AZT605-1.json -------------------------------------------------------------------------------- /CredentialAccess/AZT605/AZT605-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT605/AZT605-2.json -------------------------------------------------------------------------------- /CredentialAccess/AZT605/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/AZT605/readme.md -------------------------------------------------------------------------------- /CredentialAccess/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/manifest.md -------------------------------------------------------------------------------- /CredentialAccess/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/CredentialAccess/readme.md -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-1-AMA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-1-AMA.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-1.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-2-AMA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-2-AMA.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-2.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-3-AMA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-3-AMA.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-3.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-4.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-5.json -------------------------------------------------------------------------------- /Execution/AZT301/AZT301-6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/AZT301-6.json -------------------------------------------------------------------------------- /Execution/AZT301/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT301/readme.md -------------------------------------------------------------------------------- /Execution/AZT302/AZT302-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT302/AZT302-1.json -------------------------------------------------------------------------------- /Execution/AZT302/AZT302-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT302/AZT302-2.json -------------------------------------------------------------------------------- /Execution/AZT302/AZT302-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT302/AZT302-3.json -------------------------------------------------------------------------------- /Execution/AZT302/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/AZT302/readme.md -------------------------------------------------------------------------------- /Execution/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/manifest.md -------------------------------------------------------------------------------- /Execution/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Execution/readme.md -------------------------------------------------------------------------------- /Exfiltration/AZT701/AZT701-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT701/AZT701-1.json -------------------------------------------------------------------------------- /Exfiltration/AZT701/AZT701-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT701/AZT701-2.json -------------------------------------------------------------------------------- /Exfiltration/AZT701/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT701/readme.md -------------------------------------------------------------------------------- /Exfiltration/AZT703/AZT703.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT703/AZT703.json -------------------------------------------------------------------------------- /Exfiltration/AZT703/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT703/readme.md -------------------------------------------------------------------------------- /Exfiltration/AZT704/AZT704-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT704/AZT704-1.json -------------------------------------------------------------------------------- /Exfiltration/AZT704/AZT704-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT704/AZT704-2.json -------------------------------------------------------------------------------- /Exfiltration/AZT704/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/AZT704/readme.md -------------------------------------------------------------------------------- /Exfiltration/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/manifest.md -------------------------------------------------------------------------------- /Exfiltration/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Exfiltration/readme.md -------------------------------------------------------------------------------- /InitialAccess/AZT201/AZT201-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT201/AZT201-1.json -------------------------------------------------------------------------------- /InitialAccess/AZT201/AZT201-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT201/AZT201-2.json -------------------------------------------------------------------------------- /InitialAccess/AZT201/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT201/readme.md -------------------------------------------------------------------------------- /InitialAccess/AZT202/AZT202.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT202/AZT202.json -------------------------------------------------------------------------------- /InitialAccess/AZT202/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT202/readme.md -------------------------------------------------------------------------------- /InitialAccess/AZT203/AZT203.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT203/AZT203.json -------------------------------------------------------------------------------- /InitialAccess/AZT203/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/AZT203/readme.md -------------------------------------------------------------------------------- /InitialAccess/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/manifest.md -------------------------------------------------------------------------------- /InitialAccess/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/InitialAccess/readme.md -------------------------------------------------------------------------------- /Invoke-AzDetectSuite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Invoke-AzDetectSuite.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/LICENSE -------------------------------------------------------------------------------- /Persistence/AZT501/AZT501-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT501/AZT501-1.json -------------------------------------------------------------------------------- /Persistence/AZT501/AZT501-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT501/AZT501-2.json -------------------------------------------------------------------------------- /Persistence/AZT501/AZT501-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT501/AZT501-3.json -------------------------------------------------------------------------------- /Persistence/AZT501/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT501/readme.md -------------------------------------------------------------------------------- /Persistence/AZT502/AZT502-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT502/AZT502-1.json -------------------------------------------------------------------------------- /Persistence/AZT502/AZT502-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT502/AZT502-2.json -------------------------------------------------------------------------------- /Persistence/AZT502/AZT502-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT502/AZT502-3.json -------------------------------------------------------------------------------- /Persistence/AZT502/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT502/readme.md -------------------------------------------------------------------------------- /Persistence/AZT503/AZT503-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT503/AZT503-1.json -------------------------------------------------------------------------------- /Persistence/AZT503/AZT503-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT503/AZT503-2.json -------------------------------------------------------------------------------- /Persistence/AZT503/AZT503-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT503/AZT503-3.json -------------------------------------------------------------------------------- /Persistence/AZT503/AZT503-4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT503/AZT503-4.json -------------------------------------------------------------------------------- /Persistence/AZT503/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT503/readme.md -------------------------------------------------------------------------------- /Persistence/AZT504/AZT504.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT504/AZT504.json -------------------------------------------------------------------------------- /Persistence/AZT504/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT504/readme.md -------------------------------------------------------------------------------- /Persistence/AZT505/AZT505.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT505/AZT505.json -------------------------------------------------------------------------------- /Persistence/AZT505/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT505/readme.md -------------------------------------------------------------------------------- /Persistence/AZT506/AZT506.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT506/AZT506.json -------------------------------------------------------------------------------- /Persistence/AZT506/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT506/readme.md -------------------------------------------------------------------------------- /Persistence/AZT508/AZT508.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT508/AZT508.json -------------------------------------------------------------------------------- /Persistence/AZT508/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/AZT508/readme.md -------------------------------------------------------------------------------- /Persistence/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/manifest.md -------------------------------------------------------------------------------- /Persistence/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/Persistence/readme.md -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT402/AZT402.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT402/AZT402.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT402/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT402/readme.md -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT403/AZT403-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT403/AZT403-1.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT403/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT403/readme.md -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT404/AZT404-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT404/AZT404-1.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT404/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT404/readme.md -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT405/AZT405-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT405/AZT405-1.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT405/AZT405-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT405/AZT405-2.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT405/AZT405-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT405/AZT405-3.json -------------------------------------------------------------------------------- /PrivilegeEscalation/AZT405/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/AZT405/readme.md -------------------------------------------------------------------------------- /PrivilegeEscalation/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/manifest.md -------------------------------------------------------------------------------- /PrivilegeEscalation/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/PrivilegeEscalation/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/SUPPORT.md -------------------------------------------------------------------------------- /manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/AzDetectSuite/HEAD/manifest.md --------------------------------------------------------------------------------