Skip to content

Commit 34967b4

Browse files
committed
Merge remote-tracking branch 'ATADocs-pr/ADO-9394814-ATADocs' into ADO-9394814-ATADocs
2 parents a85902e + 8d49629 commit 34967b4

File tree

255 files changed

+7791
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+7791
-0
lines changed

ATADocs/ATA-versions.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
# required metadata
3+
4+
title: Advanced Threat Analytics versions
5+
description: Explains the different support options for Microsoft Advanced Threat Analytics (ATA) versions.
6+
author: batamig
7+
ms.author: bagol
8+
manager: raynew
9+
ms.date: 01/10/2023
10+
ms.topic: conceptual
11+
ms.service: advanced-threat-analytics
12+
13+
# optional metadata
14+
15+
#ROBOTS:
16+
#audience:
17+
#ms.devlang:
18+
ms.reviewer: bennyl
19+
ms.suite: ems
20+
#ms.tgt_pltfrm:
21+
#ms.custom:
22+
23+
---
24+
# Support for Microsoft Advanced Threat Analytics (ATA) versions
25+
26+
[!INCLUDE [Banner for top of topics](includes/banner.md)]
27+
28+
Microsoft ATA support is defined by the Microsoft Lifecycle Policy for [ATA 1.x](/lifecycle/products/?alpha=Advanced%20Threat%20Analytics%201.X), with mainstream support ending on January 12, 2021.
29+
30+
ATA updates are supported for 12 months from their general availability (GA) release date, or 6 months after a newer update is available.
31+
32+
> [!NOTE]
33+
> **Support lifecycle**
34+
>
35+
> The final release of ATA is [generally available](https://support.microsoft.com/help/4568997/update-3-for-microsoft-advanced-threat-analytics-1-9). ATA Mainstream Support ended on January 12, 2021. Extended Support will continue until January 2026. For more information, read [our blog](https://techcommunity.microsoft.com/t5/security-compliance-and-identity/end-of-mainstream-support-for-advanced-threat-analytics-january/ba-p/1539181).
36+
37+
## Version History
38+
39+
|VERSION|BUILD NUMBER|AVAILABILITY DATE|SUPPORT END DATE|
40+
|----|----|----|----|
41+
|1.4|1.4.2457|31-AUG-2015|30-AUG-2016|
42+
|1.5|1.5.2946|17-DEC-2015|16-DEC-2016|
43+
|1.6|1.6.4103|05-MAY-2016|04-MAY-2017|
44+
|1.6.1|1.6.4317|15-JUN-2016|14-JUN-2017|
45+
|1.7|1.7.5402|31-AUG-2016|30-AUG-2017|
46+
|1.7.1|1.7.5647|06-OCT-2016|05-OCT-2017|
47+
|1.7.2|1.7.5757|15-NOV-2016|14-NOV-2017|
48+
|1.8|1.8.6645|30-JUN-2017|30-JUN-2018|
49+
|1.8.1|1.8.6765|02-AUG-2017|02-AUG-2018|
50+
|1.9|1.9.7312|21-MAR-2018|21-MAR-2019|
51+
|1.9.1|1.9.7412|01-JUL-2018|01-JUL-2019|
52+
|1.9.2|1.9.7478|28-MAR-2019|14-MAR-2021|
53+
|1.9.3|1.9.7576|14-SEP-2020|13-JAN-2026<sup>*</sup>|
54+
55+
\* This date refers to the end of Extended Support.
56+
57+
## See Also
58+
59+
[Check out the ATA forum!](https://social.technet.microsoft.com/Forums/security/home?forum=mata)

ATADocs/DeployUse/docfx.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md"
7+
],
8+
"exclude": [
9+
"**/obj/**",
10+
"**/Token/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"**/images/**",
18+
"**/*.png",
19+
"**/*.jpg",
20+
"**/*.gif",
21+
"**/*.bmp",
22+
"**/*.html",
23+
"**/*.css"
24+
],
25+
"exclude": [
26+
"**/obj/**",
27+
"_themes/**"
28+
]
29+
}
30+
],
31+
"dest": "ATADocs/DeployUse",
32+
"template": "docs.html",
33+
"globalMetadata": {
34+
"layout": "Conceptual",
35+
"breadcrumb_path": "/enterprise-mobility-security/toc.json"
36+
}
37+
}
38+
}

ATADocs/PlanDesign/docfx.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md"
7+
],
8+
"exclude": [
9+
"**/obj/**",
10+
"**/Token/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"**/images/**",
18+
"**/*.png",
19+
"**/*.jpg",
20+
"**/*.gif",
21+
"**/*.bmp",
22+
"**/*.html",
23+
"**/*.css"
24+
],
25+
"exclude": [
26+
"**/obj/**",
27+
"_themes/**"
28+
]
29+
}
30+
],
31+
"dest": "ATADocs/PlanDesign",
32+
"template": "docs.html",
33+
"globalMetadata": {
34+
"layout": "Conceptual",
35+
"breadcrumb_path": "/enterprise-mobility-security/toc.json"
36+
}
37+
}
38+
}

ATADocs/TOC.yml

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
- name: Understand and Explore
2+
items:
3+
- name: What is Microsoft Advanced Threat Analytics?
4+
href: what-is-ata.md
5+
- name: What threats does ATA detect?
6+
href: ata-threats.md
7+
- name: What's new in ATA?
8+
items:
9+
- name: What's new in ATA version 1.9
10+
href: whats-new-version-1.9.md
11+
items:
12+
- name: Update to ATA 1.9.3 - migration guide
13+
href: ata-update-1.9.3-migration-guide.md
14+
- name: Update to ATA 1.9.2 - migration guide
15+
href: ata-update-1.9.2-migration-guide.md
16+
- name: Update to ATA 1.9.1 - migration guide
17+
href: ata-update-1.9.1-migration-guide.md
18+
- name: Update to ATA 1.9 - migration guide
19+
href: ata-update-1.9-migration-guide.md
20+
- name: What's new in ATA version 1.8
21+
href: whats-new-version-1.8.md
22+
items:
23+
- name: Update to ATA 1.8 - migration guide
24+
href: ata-update-1.8-migration-guide.md
25+
- name: What's new in ATA version 1.7
26+
href: whats-new-version-1.7.md
27+
items:
28+
- name: Update to ATA 1.7 - migration guide
29+
href: ata-update-1.7-migration-guide.md
30+
- name: What's new in ATA version 1.6
31+
href: whats-new-version-1.6.md
32+
items:
33+
- name: Update to ATA 1.6 - migration guide
34+
href: ata-update-1.6-migration-guide.md
35+
- name: What's new in ATA version 1.5
36+
href: whats-new-version-1.5.md
37+
items:
38+
- name: Update to ATA 1.5 - migration guide
39+
href: ata-update-1.5-migration-guide.md
40+
- name: What's new in ATA version 1.4
41+
href: whats-new-version-1.4.md
42+
- name: Frequently asked questions
43+
href: ata-technical-faq.yml
44+
- name: ATA data security and privacy
45+
href: ata-privacy-compliance.md
46+
- name: Plan and Design
47+
items:
48+
- name: ATA Architecture
49+
href: ata-architecture.md
50+
- name: Plan your ATA capacity
51+
href: ata-capacity-planning.md
52+
- name: ATA Prerequisites
53+
href: ata-prerequisites.md
54+
- name: Recommended upgrade path
55+
href: upgrade-path.md
56+
- name: Deploy
57+
items:
58+
- name: 1 Download & install Center
59+
href: install-ata-step1.md
60+
- name: 2 Connect to AD
61+
href: install-ata-step2.md
62+
- name: 3 Download the ATA Gateway package
63+
href: install-ata-step3.md
64+
- name: 4 Install the ATA Gateway
65+
href: install-ata-step4.md
66+
- name: 5 Configure the ATA Gateway
67+
href: install-ata-step5.md
68+
- name: 6 Event collection
69+
href: install-ata-step6.md
70+
- name: 7 VPN integration
71+
href: vpn-integration-install-step.md
72+
- name: 8 Exclusions and Honeytoken
73+
href: install-ata-step7.md
74+
- name: 9 Configure SAM-R
75+
href: install-ata-step9-samr.md
76+
- name: Silent installation
77+
href: ata-silent-installation.md
78+
- name: ATA Gateway additional steps
79+
items:
80+
- name: 1. Configure port mirroring
81+
href: configure-port-mirroring.md
82+
- name: 2. Validate port mirroring
83+
href: validate-port-mirroring.md
84+
- name: 3. Configure Windows Event Forwarding
85+
href: configure-event-collection.md
86+
- name: Use
87+
items:
88+
- name: ATA database management
89+
href: ata-database-management.md
90+
- name: ATA Health Center
91+
href: ata-health-center.md
92+
- name: ATA reports
93+
href: reports.md
94+
- name: ATA role groups
95+
href: ata-role-groups.md
96+
- name: Change ATA Center configuration
97+
href: modifying-ata-center-configuration.md
98+
- name: Change domain connectivity password
99+
href: modifying-ata-config-dcpassword.md
100+
- name: Excluding entities from detections
101+
href: excluding-entities-from-detections.md
102+
- name: Export/Import ATA configuration
103+
href: ata-configuration-file.md
104+
- name: Manage system-generated logs
105+
href: manage-telemetry-settings.md
106+
- name: Set ATA notifications
107+
href: setting-ata-alerts.md
108+
- name: Set syslog and email server settings
109+
href: setting-syslog-email-server-settings.md
110+
- name: Tag sensitive accounts
111+
href: tag-sensitive-accounts.md
112+
- name: Working with suspicious activities
113+
href: working-with-suspicious-activities.md
114+
- name: Working with the ATA Console
115+
href: working-with-ata-console.md
116+
items:
117+
- name: Entity profiles
118+
href: entity-profiles.md
119+
- name: Preventing lateral movement paths
120+
href: use-case-lateral-movement-path.md
121+
- name: ATA reference information
122+
items:
123+
- name: SIEM log reference
124+
href: cef-format-sa.md
125+
- name: Event ID reference
126+
href: event-id-reference.md
127+
- name: Investigate
128+
items:
129+
- name: Suspicious activity guide
130+
href: suspicious-activity-guide.md
131+
- name: Troubleshoot
132+
items:
133+
- name: Working with audit logs
134+
href: troubleshoot-audit.md
135+
- name: Troubleshooting known issues
136+
href: troubleshooting-ata-known-errors.md
137+
- name: Troubleshooting using the logs
138+
href: troubleshooting-ata-using-logs.md
139+
- name: Troubleshooting using the performance counters
140+
href: troubleshooting-ata-using-perf-counters.md
141+
- name: Troubleshooting using the database
142+
href: troubleshooting-ata-using-ata-database.md
143+
- name: Troubleshooting service startup
144+
href: troubleshooting-service-startup.md
145+
- name: Disaster recovery
146+
href: disaster-recovery.md
147+
- name: ATA readiness roadmap
148+
href: ata-resources.md

ATADocs/Troubleshoot/docfx.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md"
7+
],
8+
"exclude": [
9+
"**/obj/**",
10+
"**/Token/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"**/images/**",
18+
"**/*.png",
19+
"**/*.jpg",
20+
"**/*.gif",
21+
"**/*.bmp",
22+
"**/*.html",
23+
"**/*.css"
24+
],
25+
"exclude": [
26+
"**/obj/**",
27+
"_themes/**"
28+
]
29+
}
30+
],
31+
"dest": "ATADocs/Troubleshoot",
32+
"template": "docs.html",
33+
"globalMetadata": {
34+
"layout": "Conceptual",
35+
"breadcrumb_path": "/enterprise-mobility-security/toc.json"
36+
}
37+
}
38+
}

ATADocs/Understand/docfx.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md"
7+
],
8+
"exclude": [
9+
"**/obj/**",
10+
"**/Token/**"
11+
]
12+
}
13+
],
14+
"resource": [
15+
{
16+
"files": [
17+
"**/images/**",
18+
"**/*.png",
19+
"**/*.jpg",
20+
"**/*.gif",
21+
"**/*.bmp",
22+
"**/*.html",
23+
"**/*.css"
24+
],
25+
"exclude": [
26+
"**/obj/**",
27+
"_themes/**"
28+
]
29+
}
30+
],
31+
"dest": "ATADocs/Understand",
32+
"template": "docs.html",
33+
"globalMetadata": {
34+
"layout": "Conceptual",
35+
"breadcrumb_path": "/enterprise-mobility-security/toc.json"
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)