-
Notifications
You must be signed in to change notification settings - Fork 327
/
Copy pathalz_checklist.ja.json
2980 lines (2980 loc) · 198 KB
/
alz_checklist.ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"categories": [
{
"name": "Azure Billing と Microsoft Entra ID テナント"
},
{
"name": "ID およびアクセス管理"
},
{
"name": "ネットワーク トポロジと接続性"
},
{
"name": "安全"
},
{
"name": "管理"
},
{
"name": "リソースの編成"
},
{
"name": "プラットフォームの自動化とDevOps"
},
{
"name": "統治"
}
],
"items": [
{
"category": "ネットワーク トポロジと接続性",
"guid": "7bc1c396-2461-4698-b57f-30ca69525252",
"id": "",
"link": "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/considerations/regions",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "Azure ランディング ゾーン接続リソースを複数のリージョンにデプロイして、複数リージョンのアプリケーション ランディング ゾーンとディザスター リカバリー シナリオを迅速にサポートできるようにします。",
"training": "https://learn.microsoft.com/training/modules/hub-and-spoke-network-architecture/",
"waf": "確実"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "70c15989-c726-42c7-b0d3-24b7375b9201",
"id": "A01.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/multi-tenant/considerations-recommendations",
"service": "Entra",
"severity": "中程度",
"subcategory": "Microsoft Entra ID テナント",
"text": "Azure リソースの管理には 1 つの Entra テナントを使用します (マルチテナントに対する明確な規制要件やビジネス要件がない限り)。",
"training": "https://learn.microsoft.com/training/modules/deploy-resources-scopes-bicep/2-understand-deployment-scopes",
"waf": "オペレーションズ"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "6309957b-821a-43d1-b9d9-7fcf1802b747",
"id": "A01.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/multi-tenant/automation",
"service": "Entra",
"severity": "低い",
"subcategory": "Microsoft Entra ID テナント",
"text": "マルチテナント自動化アプローチを使用して、Microsoft Entra ID テナントを管理します。",
"training": "https://learn.microsoft.com/entra/architecture/multi-tenant-user-management-introduction/",
"waf": "オペレーションズ"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "78e11934-499a-45ed-8ef7-aae5578f0ecf",
"id": "A01.03",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/multi-tenant/lighthouse",
"service": "Entra",
"severity": "高い",
"subcategory": "Microsoft Entra ID テナント",
"text": "同じ ID でマルチテナント管理に Azure Lighthouse を使用します。",
"training": "https://learn.microsoft.com/azure/lighthouse/concepts/cross-tenant-management-experience",
"waf": "オペレーションズ"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "5d82e6df-6f61-42f2-82e2-3132d293be3d",
"id": "A02.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations",
"service": "Entra",
"severity": "高い",
"subcategory": "クラウドソリューションプロバイダー",
"text": "テナントを管理するためのアクセス権をパートナーに付与する場合は、Azure Lighthouse を使用します。",
"training": "https://learn.microsoft.com/azure/lighthouse/how-to/onboard-customer",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "a24d0de3-d4b9-4dfb-8ddd-bbfaf123fa01",
"id": "A02.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-cloud-solution-provider#design-recommendations",
"severity": "低い",
"subcategory": "クラウドソリューションプロバイダー",
"text": "CSP パートナーがいる場合は、サポート要求とエスカレーション プロセスを定義して文書化します。",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "32952499-58c8-4e6f-ada5-972e67893d55",
"id": "A02.03",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations",
"severity": "中程度",
"subcategory": "クラウドソリューションプロバイダー",
"text": "Azure Cost Management を使用してコスト レポートとビューを設定します。",
"training": "https://learn.microsoft.com/training/modules/analyze-costs-create-budgets-azure-cost-management/",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "685cb4f2-ac9c-4b19-9167-993ed0b32415",
"id": "A03.01",
"link": "https://learn.microsoft.com/azure/cost-management-billing/manage/direct-ea-administration#manage-notification-contacts",
"severity": "中程度",
"subcategory": "エンタープライズ契約",
"text": "通知連絡先をグループ メールボックスに構成します。",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "12cd499f-96e2-4e41-a243-231fb3245a1c",
"id": "A03.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-enterprise-agreement#design-considerations",
"severity": "低い",
"subcategory": "エンタープライズ契約",
"text": "部門とアカウントを使用して、組織の構造を登録階層にマップし、請求の分離に役立ちます。",
"training": "https://learn.microsoft.com/azure/cost-management-billing/manage/understand-ea-roles",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "ca0fe401-12ad-46fc-8a7e-86293866a9f6",
"id": "A03.04",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-enterprise-agreement#design-recommendations",
"severity": "中程度",
"subcategory": "エンタープライズ契約",
"text": "EA 加入契約で DA ビュー料金と AO ビュー料金の両方を有効にして、正しい権限を持つユーザーがコストと請求データを確認できるようにします。",
"training": "https://learn.microsoft.com/azure/cost-management-billing/costs/assign-access-acm-data#enable-access-to-costs-in-the-azure-portal",
"waf": "安全"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "5cf9f485-2784-49b3-9824-75d9b8bdb57b",
"id": "A03.05",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-enterprise-agreement#design-considerations",
"severity": "低い",
"subcategory": "エンタープライズ契約",
"text": "Enterprise Dev/Test サブスクリプションを使用して、非運用ワークロードのコストを削減します。",
"training": "https://learn.microsoft.com/azure/devtest/offer/how-to-manage-monitor-devtest",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "6ad5c3dd-e5ea-4ff1-81a4-7886ff87845c",
"id": "A04.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations",
"severity": "低い",
"subcategory": "Microsoft 顧客契約",
"text": "契約請求先アカウント通知の連絡先メールを設定します。",
"training": "https://learn.microsoft.com/azure/cost-management-billing/manage/mca-setup-account",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "90e87802-602f-4dfb-acea-67c60689f1d7",
"id": "A04.02",
"link": "https://learn.microsoft.com/azure/cost-management-billing/manage/mca-section-invoice",
"severity": "低い",
"subcategory": "Microsoft 顧客契約",
"text": "請求プロファイルと請求書セクションを使用して、効果的なコスト管理のための契約請求を構造化します。",
"training": "https://learn.microsoft.com/azure/cost-management-billing/understand/mca-overview#billing-profiles",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "e81a73f0-84c4-4641-b406-14db3b4d1f50",
"id": "A04.03",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations",
"severity": "低い",
"subcategory": "Microsoft 顧客契約",
"text": "Microsoft Azure の Dev/Test プランを利用して、非運用ワークロードのコストを削減します。",
"training": "https://learn.microsoft.com/azure/devtest/offer/overview-what-is-devtest-offer-visual-studio",
"waf": "費用"
},
{
"category": "Azure Billing と Microsoft Entra ID テナント",
"guid": "ae757485-92a4-482a-8bc9-eefe6f5b5ec3",
"id": "A04.04",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations",
"severity": "中程度",
"subcategory": "Microsoft 顧客契約",
"text": "契約請求 RBAC ロールの割り当てを定期的に監査して、MCA 課金アカウントにアクセスできるユーザーを確認するプロセスを定義および文書化します。",
"training": "https://learn.microsoft.com/azure/cost-management-billing/manage/understand-mca-roles",
"waf": "費用"
},
{
"category": "ID およびアクセス管理",
"guid": "348ef254-c27d-442e-abba-c7571559ab91",
"id": "B03.01",
"link": "https://learn.microsoft.com/azure/role-based-access-control/overview",
"service": "Entra",
"severity": "高い",
"subcategory": "同一性",
"text": "クラウド運用モデルに合わせた RBAC モデルを適用します。管理グループとサブスクリプション全体のスコープと割り当て。",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "4348bf81-7573-4512-8f46-9061cc198fea",
"id": "B03.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones#identity-and-access-management-in-the-azure-landing-zone-accelerator",
"severity": "高い",
"subcategory": "Microsoft Entra ID とハイブリッド ID",
"text": "Azure サービスへの認証には、サービス プリンシパルの代わりにマネージド ID を使用します。既存のサービス プリンシパルは、Entra ID >サインイン ログ>サービス プリンシパル ログインで確認できます。",
"training": "https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "12e7f983-f630-4472-8dd6-9c5b5c2622f5",
"id": "B03.02",
"link": "https://learn.microsoft.com/azure/active-directory/roles/security-planning#identify-microsoft-accounts-in-administrative-roles-that-need-to-be-switched-to-work-or-school-accounts",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "すべてのアカウントの種類に対して、認証の種類である [職場または学校アカウント] のみを使用します。Microsoftアカウントの使用は避けてください",
"training": "https://learn.microsoft.com/learn/modules/explore-basic-services-identity-types/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "4b69bad3-3aad-45e8-a68e-1d76667313b4",
"id": "B03.03",
"link": "https://learn.microsoft.com/azure/active-directory/fundamentals/active-directory-groups-create-azure-portal",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "権限の割り当てには、グループのみを使用してください。グループ管理システムがすでに導入されている場合は、オンプレミス グループを Entra ID のみのグループに追加します。",
"training": "https://learn.microsoft.com/learn/paths/manage-identity-and-access/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "53e8908a-e28c-484c-93b6-b7808b9fe5c4",
"id": "B03.04",
"link": "https://learn.microsoft.com/azure/active-directory/conditional-access/overview",
"service": "Entra",
"severity": "高い",
"subcategory": "同一性",
"text": "Azure 環境に対する権限を持つすべてのユーザーに対して、Microsoft Entra ID 条件付きアクセス ポリシーを適用します。",
"training": "https://learn.microsoft.com/learn/modules/plan-implement-administer-conditional-access/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "1049d403-a923-4c34-94d0-0018ac6a9e01",
"id": "B03.05",
"link": "https://learn.microsoft.com/azure/active-directory/authentication/concept-mfa-howitworks",
"service": "Entra",
"severity": "高い",
"subcategory": "同一性",
"text": "Azure 環境に対する権限を持つすべてのユーザーに多要素認証を適用します。",
"training": "https://learn.microsoft.com/entra/identity/authentication/concept-mandatory-multifactor-authentication",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "e6a83de5-de32-4c19-a248-1607d5d1e4e6",
"id": "B03.06",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/manage/centralize-operations",
"severity": "高い",
"subcategory": "同一性",
"text": "役割とセキュリティ要件に基づいて、ランディング ゾーン内にデプロイされたリソースを管理するための一元化された委任された責任を適用します。",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-identities-governance/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "14658d35-58fd-4772-99b8-21112df27ee4",
"id": "B03.07",
"link": "https://learn.microsoft.com/azure/active-directory/privileged-identity-management/pim-configure",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "Microsoft Entra ID Privileged Identity Management (PIM) を適用して、ゼロスタンディング アクセスと最小特権を確立します。",
"training": "https://learn.microsoft.com/learn/modules/azure-ad-privileged-identity-management/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "1559ab91-53e8-4908-ae28-c84c33b6b780",
"id": "B03.09",
"link": "https://learn.microsoft.com/azure/architecture/reference-architectures/identity/adds-extend-domain#vm-recommendations",
"severity": "高い",
"subcategory": "同一性",
"text": "Active Directory ドメイン コントローラーをデプロイする場合は、Availability Zones のある場所を使用し、これらのゾーンに少なくとも 2 つの VM をデプロイします。使用できない場合は、可用性セットにデプロイします。",
"training": "https://learn.microsoft.com/learn/modules/azure-active-directory/",
"waf": "確実"
},
{
"category": "ID およびアクセス管理",
"guid": "e8aa1e41-870d-4968-94c6-77be14f510ac",
"id": "B03.10",
"link": "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/considerations/regions#identity",
"severity": "中程度",
"subcategory": "同一性",
"text": "Azure ランディング ゾーンの ID リソースを複数のリージョンにデプロイします。 ドメイン コントローラーを使用している場合は、各リージョンを Active Directory サイトに関連付けて、リソースがローカル ドメイン コントローラーに解決できるようにします。",
"training": "https://learn.microsoft.com/learn/modules/azure-active-directory/",
"waf": "確実"
},
{
"category": "ID およびアクセス管理",
"guid": "f5664b5e-984a-4859-a773-e7d261623a76",
"id": "B03.11",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access#prerequisites-for-a-landing-zone---design-recommendations",
"severity": "中程度",
"subcategory": "同一性",
"text": "Azure カスタム RBAC ロールを次の主要なロールに使用して、ALZ 全体できめ細かなアクセスを提供します: Azure プラットフォーム所有者、ネットワーク管理、セキュリティ操作、サブスクリプション所有者、アプリケーション所有者。これらの役割をビジネス内のチームと責任に合わせます。",
"training": "https://learn.microsoft.com/learn/modules/create-custom-azure-roles-with-rbac/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "8b9fe5c4-1049-4d40-9a92-3c3474d00018",
"id": "B03.12",
"link": "https://learn.microsoft.com/entra/identity/domain-services/overview",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "Active Directory Domain Services から Entra ドメイン サービスへの切り替えを計画している場合は、すべてのワークロードの互換性を評価します。",
"training": "https://learn.microsoft.com/learn/modules/implement-hybrid-identity-windows-server/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"graph": "resources | where type == 'microsoft.aad/domainservices' | extend replicaSets = properties.replicaSets | where array_length(replicaSets) < 2 | project name=name, id=id, tags=tags, param1=strcat('replicaSetLocation:', replicaSets[0].location)",
"guid": "0dd4e625-9c4b-4a56-b54a-4357bac12761",
"id": "B03.13",
"link": "https://learn.microsoft.com/entra/identity/domain-services/overview",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "Microsoft Entra Domain Services を使用する場合は、レプリカ セットを使用します。レプリカ セットを使用すると、マネージド ドメインの回復性が向上し、追加のリージョンにデプロイできるようになります。",
"training": "https://learn.microsoft.com/training/modules/understand-azure-active-directory/6-examine-azure-domain-services",
"waf": "確実"
},
{
"category": "ID およびアクセス管理",
"guid": "1cf0b8da-70bd-44d0-94af-8d99cfc89ae1",
"id": "B03.14",
"link": "https://learn.microsoft.com/azure/active-directory/reports-monitoring/concept-activity-logs-azure-monitor",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "Microsoft Entra ID ログをプラットフォーム中央の Azure Monitor と統合します。Azure Monitor を使用すると、Azure のログと監視データに関する信頼できる唯一の情報源を使用できるため、ログの収集と保持に関する要件を満たすためのクラウド ネイティブ オプションを組織に提供できます。",
"training": "https://learn.microsoft.com/entra/identity/monitoring-health/howto-integrate-activity-logs-with-azure-monitor-logs",
"waf": "安全"
},
{
"ammp": true,
"category": "ID およびアクセス管理",
"guid": "984a859c-773e-47d2-9162-3a765a917e1f",
"id": "B03.15",
"link": "https://learn.microsoft.com/azure/active-directory/roles/security-emergency-access",
"service": "Entra",
"severity": "高い",
"subcategory": "同一性",
"text": "テナント全体のアカウント ロックアウトを防ぐために、緊急アクセスまたは非常用アカウントを実装します。MFA は、2024 年 10 月にすべてのユーザーに対してデフォルトで有効になります。これらのアカウントを更新して、パスキー (FIDO2) を使用するか、MFA の証明書ベースの認証を構成することをお勧めします。",
"training": "https://learn.microsoft.com/entra/identity/role-based-access-control/security-emergency-access#exclude-at-least-one-account-from-conditional-access-policies",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "cd163e39-84a5-4b39-97b7-6973abd70d94",
"id": "B03.16",
"link": "https://learn.microsoft.com/azure/active-directory/hybrid/how-to-connect-sync-staging-server",
"severity": "中程度",
"subcategory": "Microsoft Entra ID",
"text": "Microsoft Entra Connect をデプロイする場合は、高可用性/ディザスター リカバリーのためにステージング サーバーを使用します。",
"training": "https://learn.microsoft.com/entra/identity/hybrid/connect/plan-connect-topologies",
"waf": "確実"
},
{
"category": "ID およびアクセス管理",
"guid": "35037e68-9349-4c15-b371-228514f4cdff",
"id": "B03.17",
"link": "https://learn.microsoft.com/azure/active-directory/roles/best-practices",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "特に必要なシナリオがない限り、Microsoft Entra ID ロールの割り当てにオンプレミスの同期アカウントを使用しないでください。",
"training": "https://learn.microsoft.com/learn/modules/design-identity-security-strategy/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "d5d1e4e6-1465-48d3-958f-d77249b82111",
"id": "B03.18",
"link": "https://learn.microsoft.com/azure/active-directory/app-proxy/application-proxy",
"service": "Entra",
"severity": "中程度",
"subcategory": "同一性",
"text": "Microsoft Entra ID アプリケーション プロキシを使用してリモート ユーザーにアプリケーションへのアクセス権を付与する場合は、テナントごとに 1 つのインスタンスしか持つことができないため、プラットフォーム リソースとして管理します。",
"training": "https://learn.microsoft.com/learn/paths/implement-applications-external-access-azure-ad/",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "9cf5418b-1520-4b7b-add7-88eb28f833e8",
"id": "B04.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones#identity-and-access-management-in-the-azure-landing-zone-accelerator",
"severity": "高い",
"subcategory": "ランディングゾーン",
"text": "仮想ネットワークを使用して Identity ネットワークのセグメント化を構成し、ハブにピアリングします。アプリケーション ランディング ゾーン (レガシ) 内での認証を提供します。",
"training": "https://learn.microsoft.com/azure/architecture/example-scenario/identity/adds-extend-domain",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "d4d1ad54-1abc-4919-b267-3f342d3b49e4",
"id": "B04.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/identity-access-landing-zones#rbac-recommendations",
"severity": "中程度",
"subcategory": "ランディングゾーン",
"text": "可能であれば、Azure RBAC を使用して、リソースへのデータ プレーン アクセスを管理します。たとえば、Key Vault、ストレージ アカウント、データベース サービス全体のデータ操作などです。",
"training": "https://learn.microsoft.com/azure/role-based-access-control/overview",
"waf": "安全"
},
{
"category": "ID およびアクセス管理",
"guid": "d505ebcb-79b1-4274-9c0d-a27c8bea489c",
"id": "B04.03",
"link": "https://learn.microsoft.com/azure/active-directory/privileged-identity-management/pim-create-roles-and-resource-roles-review",
"severity": "中程度",
"subcategory": "ランディングゾーン",
"text": "Microsoft Entra ID PIM アクセス レビューを使用して、リソースの権利を定期的に検証します。",
"training": "https://learn.microsoft.com/entra/id-governance/privileged-identity-management/pim-perform-roles-and-resource-roles-review",
"waf": "安全"
},
{
"category": "リソースの編成",
"description": "https://aka.ms/azurenamingtool で入手できる Azure 名前付けツールの使用を検討してください",
"guid": "cacf55bc-e4e4-46be-96bc-57a5f23a269a",
"id": "C01.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming",
"severity": "高い",
"subcategory": "名前付けとタグ付け",
"text": "リソースには、Microsoft Best Practice Naming Standards など、明確に定義された名前付けスキームを使用します。",
"waf": "安全"
},
{
"category": "リソースの編成",
"graph": "resourcecontainers| where type == 'microsoft.resources/subscriptions'| extend ManagementGroup = tostring(tags),mgmtChain = properties.managementGroupAncestorsChain| extend compliant =( array_length(mgmtChain) <= 4 and array_length(mgmtChain) > 1)",
"guid": "2df27ee4-12e7-4f98-9f63-04722dd69c5b",
"id": "C02.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "管理グループ階層を 4 つ以下の適度にフラットなものにします。",
"training": "https://learn.microsoft.com/learn/modules/azure-architecture-fundamentals/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "667313b4-f566-44b5-b984-a859c773e7d2",
"id": "C02.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups#management-group-recommendations",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "サンドボックス管理グループを適用して、ユーザーがすぐに Azure を試せるようにします。",
"training": "https://learn.microsoft.com/learn/paths/enterprise-scale-architecture/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "61623a76-5a91-47e1-b348-ef254c27d42e",
"id": "C02.03",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups#management-group-recommendations",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ルート管理グループの下にプラットフォーム管理グループを適用して、共通のプラットフォーム ポリシーと Azure ロールの割り当てをサポートします。",
"training": "https://learn.microsoft.com/learn/paths/enterprise-scale-architecture/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "8bbac757-1559-4ab9-853e-8908ae28c84c",
"id": "C02.04",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/resource-org-management-groups#management-group-recommendations",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "接続管理グループで専用の接続サブスクリプションを適用して、Azure Virtual WAN ハブ、プライベートな非 AD ドメイン ネーム システム (DNS)、ExpressRoute 回線、その他のネットワーク リソースをホストします。",
"training": "https://learn.microsoft.com/learn/paths/enterprise-scale-architecture/",
"waf": "安全"
},
{
"category": "リソースの編成",
"graph": "resourcecontainers| where type == 'microsoft.resources/subscriptions'| extend ManagementGroup = tostring(tags),mgmtChain = properties.managementGroupAncestorsChain| extend compliant = (array_length(mgmtChain) > 1)",
"guid": "33b6b780-8b9f-4e5c-9104-9d403a923c34",
"id": "C02.05",
"link": "https://learn.microsoft.com/azure/governance/management-groups/how-to/protect-resource-hierarchy#setting---default-management-group",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ルート管理グループの下にサブスクリプションが配置されないように強制します。",
"training": "https://learn.microsoft.com/azure/governance/management-groups/overview",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "74d00018-ac6a-49e0-8e6a-83de5de32c19",
"id": "C02.06",
"link": "https://learn.microsoft.com/azure/governance/management-groups/how-to/protect-resource-hierarchy#setting---require-authorization",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "特権ユーザーのみがテナント内の管理グループを操作できるように強制するには、管理グループ階層設定で Azure RBAC 承認を有効にします。",
"training": "https://learn.microsoft.com/training/modules/configure-role-based-access-control/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "92481607-d5d1-4e4e-9146-58d3558fd772",
"id": "C02.07",
"link": "https://learn.microsoft.com/azure/governance/management-groups/overview",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ルートレベルの管理グループの下に管理グループを適用して、セキュリティ、コンプライアンス、接続性、機能のニーズに基づいてワークロードの種類を表します。",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "49b82111-2df2-47ee-912e-7f983f630472",
"id": "C02.08",
"link": "https://learn.microsoft.com/entra/id-governance/access-reviews-overview",
"severity": "高い",
"subcategory": "サブスクリプション",
"text": "リソース所有者に自分の役割と責任を認識させるプロセスを適用し、アクセス レビュー、予算レビュー、ポリシーのコンプライアンス、必要に応じて修復します。",
"training": "https://learn.microsoft.com/training/modules/plan-implement-manage-access-review/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "2dd69c5b-5c26-422f-94b6-9bad33aad5e8",
"id": "C02.09",
"link": "https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "すべてのサブスクリプション所有者と IT コア チームが、サブスクリプションのクォータと、それらが特定のサブスクリプションのプロビジョニング リソースに与える影響を認識していることを確認します。",
"training": "https://learn.microsoft.com/training/modules/configure-subscriptions/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "c68e1d76-6673-413b-9f56-64b5e984a859",
"id": "C02.10",
"link": "https://learn.microsoft.com/azure/cost-management-billing/reservations/save-compute-costs-reservations",
"severity": "高い",
"subcategory": "サブスクリプション",
"text": "必要に応じてリザーブドインスタンスを使用して、コストを最適化し、ターゲットリージョンで利用可能な容量を確保します。",
"training": "https://learn.microsoft.com/learn/paths/improve-reliability-modern-operations/",
"waf": "安全"
},
{
"ammp": true,
"category": "リソースの編成",
"guid": "c773e7d2-6162-43a7-95a9-17e1f348ef25",
"id": "C02.11",
"link": "https://learn.microsoft.com/azure/azure-portal/azure-portal-dashboards",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ダッシュボードや視覚化を確立して、コンピューティングとストレージ容量のメトリックを監視します。(CPU、メモリ、ディスク容量など)",
"training": "https://learn.microsoft.com/training/modules/visualize-data-workbooks/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "ae28c84c-33b6-4b78-88b9-fe5c41049d40",
"id": "C02.12",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/get-started/manage-costs",
"severity": "高い",
"subcategory": "サブスクリプション",
"text": "クラウド導入の一環として、「マネージド クラウド コスト」プロセスを使用して詳細なコスト管理計画を実装します。",
"training": "https://learn.microsoft.com/learn/paths/control-spending-manage-bills/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "3a923c34-74d0-4001-aac6-a9e01e6a83de",
"id": "C02.13",
"link": "https://learn.microsoft.com/azure/governance/management-groups/overview",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ドメイン コントローラーなどのサーバーを ID サービスに使用する場合は、これらのサービスをホストするために、ID 管理グループに専用の ID サブスクリプションを確立します。リソースが、そのリージョンで使用可能なドメイン コントローラーを使用するように設定されていることを確認します。",
"training": "https://learn.microsoft.com/learn/paths/enterprise-scale-architecture/",
"waf": "安全"
},
{
"category": "リソースの編成",
"graph": "resources | extend compliant = isnotnull(['tags']) | project name, id, subscriptionId, resourceGroup, tags, compliant",
"guid": "5de32c19-9248-4160-9d5d-1e4e614658d3",
"id": "C02.14",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/track-costs",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "タグが請求とコスト管理に使用されていることを確認します。",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "6cc0ea22-42bb-441e-a345-804ab0a09666",
"id": "C02.15",
"link": "https://github.com/Azure/sovereign-landing-zone/blob/main/docs/02-Architecture.md",
"severity": "中程度",
"subcategory": "サブスクリプション",
"text": "ソブリンランディングゾーンについては、「ランディングゾーン」MGの直下に「コンフィデンシャルコーポレーション」と「コンフィデンシャルオンライン」管理グループを置きます。",
"training": "https://learn.microsoft.com/industry/sovereignty/slz-overview",
"waf": "安全"
},
{
"category": "リソースの編成",
"guid": "250d81ce-8bbe-4f85-9051-6a18a8221e50",
"id": "C03.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-setup-guide/regions",
"severity": "高い",
"subcategory": "地域",
"text": "デプロイに適した Azure リージョンを選択します。Azure は、多くの地域や地域を通じてグローバルにカバーするグローバル規模のクラウド プラットフォームです。Azure リージョンが異なれば、特性、アクセスと可用性モデル、コスト、容量、提供されるサービスも異なるため、すべての条件と要件を考慮することが重要です。",
"training": "https://learn.microsoft.com/learn/modules/azure-architecture-fundamentals/",
"waf": "確実"
},
{
"category": "リソースの編成",
"guid": "19ca3f89-397d-44b1-b5b6-5e18661372ac",
"id": "C03.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-setup-guide/regions#operate-in-multiple-geographic-regions",
"severity": "中程度",
"subcategory": "地域",
"text": "Azure ランディング ゾーンをマルチリージョン デプロイにデプロイします。顧客の規模、場所、ユーザーの存在によっては、複数の地域での運用が、サービスを提供し、その地域の近くでアプリケーションを実行するための一般的な選択肢となる場合があります。複数リージョンのデプロイを使用することは、geo ディザスター リカバリー機能を提供し、1 つのリージョン容量からの依存関係を排除し、一時的およびローカライズされたリソース容量の制約のリスクを軽減するためにも重要です。",
"training": "https://learn.microsoft.com/learn/modules/azure-architecture-fundamentals/",
"waf": "確実"
},
{
"category": "リソースの編成",
"guid": "4c27d42e-8bba-4c75-9155-9ab9153e8908",
"id": "C03.03",
"link": "https://azure.microsoft.com/explore/global-infrastructure/products-by-region/",
"severity": "中程度",
"subcategory": "地域",
"text": "必要なサービスと機能が、選択したデプロイリージョン内で使用可能であることを確認します。",
"training": "https://learn.microsoft.com/learn/modules/azure-architecture-fundamentals/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "373f482f-3e39-4d39-8aa4-7e566f6082b6",
"id": "D01.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-app-delivery",
"severity": "中程度",
"subcategory": "アプリの配信",
"text": "Application Gateway と Azure Front Door を使用して、ワークロード スポークから配信アプリケーションのコンテンツをセキュリティで保護するための標準を文書化します。 アプリケーション配信チェックリストを使用して、推奨事項を確認できます。",
"waf": "オペレーションズ"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "e8bbac75-7155-49ab-a153-e8908ae28c84",
"id": "D01.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/enterprise-scale/network-topology-and-connectivity",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "ハブアンドスポークネットワークトポロジは、最大限の柔軟性を必要とするネットワークシナリオに使用します。",
"training": "https://learn.microsoft.com/learn/paths/architect-network-infrastructure/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "7dd61623-a364-4a90-9eca-e48ebd54cd7d",
"id": "D01.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/traditional-azure-networking-topology",
"service": "VNet",
"severity": "高い",
"subcategory": "ハブ&スポーク",
"text": "ExpressRoute ゲートウェイ、VPN ゲートウェイ、Azure Firewall またはパートナー NVA などの共有ネットワーク サービスを中央ハブ仮想ネットワークにデプロイします。必要に応じて、DNS サービスもデプロイします。",
"training": "https://learn.microsoft.com/training/modules/hub-and-spoke-network-architecture/",
"waf": "費用"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "143b16c3-1d7a-4a9b-9470-4489a8042d88",
"id": "D01.03",
"link": "https://learn.microsoft.com/azure/ddos-protection/ddos-protection-overview",
"service": "VNet",
"severity": "高い",
"subcategory": "アプリの配信",
"text": "アプリケーション ランディング ゾーン内のすべてのパブリック IP アドレスに対して、DDoS ネットワークまたは IP 保護プランを使用します。",
"training": "https://learn.microsoft.com/learn/paths/secure-networking-infrastructure/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "e2e8abac-3571-4559-ab91-53e89f89dc7b",
"id": "D01.03",
"link": "https://learn.microsoft.com/azure/architecture/reference-architectures/dmz/nva-ha",
"service": "NVA",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "パートナー ネットワーク テクノロジまたは NVA をデプロイする場合は、パートナー ベンダーのガイダンスに従ってください。",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "ce463dbb-bc8a-4c2a-aebc-92a43da1dae2",
"id": "D01.04",
"link": "https://learn.microsoft.com/azure/expressroute/expressroute-howto-coexist-resource-manager#to-enable-transit-routing-between-expressroute-and-azure-vpn",
"service": "ExpressRoute",
"severity": "低い",
"subcategory": "ハブ&スポーク",
"text": "ハブ アンド スポークのシナリオで ExpressRoute ゲートウェイと VPN ゲートウェイ間のトランジットが必要な場合は、Azure Route Server を使用します。",
"training": "https://learn.microsoft.com/training/modules/intro-to-azure-route-server/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type=='microsoft.network/virtualnetworks' | project id,subnets=properties.subnets | mv-expand subnets | project id, subnetName = subnets.name, subnetPrefix = subnets.properties.addressPrefix | extend subnetPrefixLength = split(subnetPrefix, '/')[1] | where subnetName == 'RouteServerSubnet' | extend compliant = (subnetPrefixLength <= 27) | distinct id, compliant",
"guid": "91b9d7d5-91e1-4dcb-8f1f-fa7e465646cc",
"id": "D01.05",
"link": "https://learn.microsoft.com/azure/route-server/quickstart-configure-route-server-portal#create-a-route-server-1",
"service": "ARS",
"severity": "低い",
"subcategory": "ハブ&スポーク",
"text": "Route Server を使用する場合は、Route Server サブネットに /27 プレフィックスを使用します。",
"training": "https://learn.microsoft.com/training/modules/intro-to-azure-route-server/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "cc881471-607c-41cc-a0e6-14658dd558f9",
"id": "D01.06",
"link": "https://learn.microsoft.com/azure/virtual-network/virtual-networks-faq#can-i-create-a-peering-connection-to-a-vnet-in-a-different-region",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "Azure リージョン間で複数のハブ アンド スポーク トポロジを持つネットワーク アーキテクチャの場合は、ハブ VNet 間でグローバル仮想ネットワーク ピアリングを使用して、リージョンを相互に接続します。",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-virtual-networks/",
"waf": "パフォーマンス"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "4722d929-c1b1-4cd6-81f5-4b29bade39ad",
"id": "D01.07",
"link": "https://learn.microsoft.com/azure/azure-monitor/insights/network-insights-overview",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "Azure Monitor for Networks を使用して、Azure 上のネットワークのエンドツーエンドの状態を監視します。",
"training": "https://learn.microsoft.com/learn/modules/design-implement-network-monitoring/",
"waf": "オペレーションズ"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type == 'microsoft.network/virtualnetworks' | mvexpand properties.virtualNetworkPeerings | summarize peeringcount = count() by id | extend compliant = (peeringcount < 450) | distinct id,compliant",
"guid": "0e7c28ec-9366-4572-83b0-f4664b1d944a",
"id": "D01.08",
"link": "https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/virtual-network/toc.json#azure-resource-manager-virtual-networking-limits",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "リージョンに 400 を超えるスポーク ネットワークがある場合は、VNet ピアリングの制限 (500) と ExpressRoute 経由でアドバタイズできるプレフィックスの最大数 (1000) をバイパスするために、追加のハブをデプロイします。",
"training": "https://learn.microsoft.com/training/modules/hub-and-spoke-network-architecture/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type=='microsoft.network/routetables' | mvexpand properties.routes | summarize routeCount = count() by id | extend compliant = (routeCount < 360) | distinct id,compliant",
"guid": "3d457936-e9b7-41eb-bdff-314b26450b12",
"id": "D01.09",
"link": "https://learn.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/virtual-network/toc.json#azure-resource-manager-virtual-networking-limits",
"service": "VNet",
"severity": "中程度",
"subcategory": "ハブ&スポーク",
"text": "ルート テーブルあたりのルート数を 400 に制限します。",
"training": "https://learn.microsoft.com/training/modules/hub-and-spoke-network-architecture/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type == 'microsoft.network/virtualnetworks' | mvexpand properties.virtualNetworkPeerings | project id, peeringName=properties_virtualNetworkPeerings.name, compliant = (properties_virtualNetworkPeerings.properties.allowVirtualNetworkAccess == True)",
"guid": "c76cb5a2-abe2-11ed-afa1-0242ac120002",
"id": "D01.10",
"link": "https://learn.microsoft.com/azure/virtual-network/virtual-network-manage-peering",
"service": "VNet",
"severity": "高い",
"subcategory": "ハブ&スポーク",
"text": "VNet ピアリングを構成するときは、\"リモート仮想ネットワークへのトラフィックを許可する\" 設定を使用します。",
"training": "https://learn.microsoft.com/training/modules/hub-and-spoke-network-architecture/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type == 'microsoft.network/loadbalancers' | where tolower(sku.name) != 'basic' | mv-expand feIPconfigs = properties.frontendIPConfigurations | extend feConfigName = (feIPconfigs.name), PrivateSubnetId = toupper(feIPconfigs.properties.subnet.id), PrivateIPZones = feIPconfigs.zones, PIPid = toupper(feIPconfigs.properties.publicIPAddress.id), JoinID = toupper(id) | where isnotempty(PrivateSubnetId) | where isnull(PrivateIPZones) or array_length(PrivateIPZones) < 2 | project name, feConfigName, id | union (resources | where type == 'microsoft.network/loadbalancers' | where tolower(sku.name) != 'basic' | mv-expand feIPconfigs = properties.frontendIPConfigurations | extend feConfigName = (feIPconfigs.name), PIPid = toupper(feIPconfigs.properties.publicIPAddress.id), JoinID = toupper(id) | where isnotempty(PIPid) | join kind=innerunique ( resources | where type == 'microsoft.network/publicipaddresses' | where isnull(zones) or array_length(zones) < 2 | extend LBid = toupper(substring(properties.ipConfiguration.id, 0, indexof(properties.ipConfiguration.id, '/frontendIPConfigurations'))), InnerID = toupper(id) ) on $left.PIPid == $right.InnerID) | project name, id, tags, param1='Zones: No Zone or Zonal', param2=strcat('Frontend IP Configuration:', ' ', feConfigName)",
"guid": "9dcd6250-9c4a-4382-aa9b-5b84c64fc1fe",
"id": "D01.11",
"link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-load-balancer?tabs=graph#zone-redundant",
"service": "Load Balancer",
"severity": "高い",
"subcategory": "ハブ&スポーク",
"text": "Standard Load Balancer SKU をゾーン冗長デプロイで使用すると、Standard SKU Load Balancer を選択すると、可用性ゾーンとゾーンの回復性によって信頼性が向上し、デプロイがゾーンとリージョンの障害に耐えられるようになります。Basic とは異なり、グローバル負荷分散をサポートし、SLA を提供します。",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type =~ 'Microsoft.Network/loadBalancers' | extend bep = properties.backendAddressPools | extend BackEndPools = array_length(bep) | where BackEndPools == 0 | project name, id, Param1='backendPools', Param2=toint(0), tags | union (resources | where type =~ 'Microsoft.Network/loadBalancers' | where sku.name == 'Standard' | extend bep = properties.backendAddressPools | extend BackEndPools = toint(array_length(bep)) | mv-expand bip = properties.backendAddressPools | extend BackendAddresses = array_length(bip.properties.loadBalancerBackendAddresses) | where toint(BackendAddresses) <= 1 | project name, id, tags, Param1='backendAddresses', Param2=toint(BackendAddresses)) | union ( resources | where type =~ 'Microsoft.Network/loadBalancers' | where sku.name == 'Basic' | mv-expand properties.backendAddressPools | extend backendPoolId = properties_backendAddressPools.id | project id, name, tags, tostring(backendPoolId), Param1='BackEndPools' | join kind = leftouter ( resources | where type =~ 'Microsoft.Network/networkInterfaces' | mv-expand properties.ipConfigurations | mv-expand properties_ipConfigurations.properties.loadBalancerBackendAddressPools | extend backendPoolId = tostring(properties_ipConfigurations_properties_loadBalancerBackendAddressPools.id) | summarize poolMembers = count() by backendPoolId | project tostring(backendPoolId), poolMembers ) on backendPoolId | where toint(poolMembers) <= 1 | extend BackendAddresses = poolMembers | project id, name, tags, Param1='backendAddresses', Param2=toint(BackendAddresses))",
"guid": "48682fb1-1e86-4458-a686-518ebd47393d",
"id": "D01.12",
"link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-load-balancer?tabs=graph#zone-redundant",
"service": "Load Balancer",
"severity": "高い",
"subcategory": "ハブ&スポーク",
"text": "Load Balancer バックエンド プールに少なくとも 2 つのインスタンスが含まれていることを確認し、バックエンドに少なくとも 2 つのインスタンスがある Azure Load Balancers をデプロイすると、単一障害点が防止され、スケーラビリティがサポートされます。",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "de0d5973-cd4c-4d21-a088-137f5e6c4cfd",
"id": "D02.01",
"link": "https://learn.microsoft.com/azure/expressroute/expressroute-howto-macsec",
"service": "ExpressRoute",
"severity": "中程度",
"subcategory": "暗号化",
"text": "ExpressRoute Direct を使用している場合は、組織のルーターと MSEE の間のレイヤー 2 レベルでトラフィックを暗号化するために MACsec を構成します。この図は、フロー内のこの暗号化を示しています。",
"training": "https://learn.microsoft.com/training/modules/design-implement-azure-expressroute/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "ed301d6e-872e-452e-9611-cc58b5a4b151",
"id": "D02.02",
"link": "https://learn.microsoft.com/azure/vpn-gateway/site-to-site-vpn-private-peering",
"service": "ExpressRoute",
"severity": "中程度",
"subcategory": "暗号化",
"text": "MACsec がオプションではないシナリオ (ExpressRoute Direct を使用しない場合など) は、VPN ゲートウェイを使用して、ExpressRoute プライベート ピアリング経由で IPsec トンネルを確立します。",
"training": "https://learn.microsoft.com/learn/paths/implement-network-security/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "558fd772-49b8-4211-82df-27ee412e7f98",
"id": "D03.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-ip-addressing",
"service": "ExpressRoute",
"severity": "高い",
"subcategory": "IPプラン",
"text": "Azure リージョンとオンプレミスの場所間で重複する IP アドレス空間が使用されていないことを確認します。",
"training": "https://learn.microsoft.com/learn/paths/architect-network-infrastructure/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type == 'microsoft.network/virtualnetworks' | extend addressSpace = todynamic(properties.addressSpace) | extend addressPrefix = todynamic(properties.addressSpace.addressPrefixes) | mvexpand addressSpace | mvexpand addressPrefix | project name, id, location, resourceGroup, subscriptionId, cidr = addressPrefix | extend compliant = (cidr matches regex @'^(10\\\\.|172\\\\.(1[6-9]|2[0-9]|3[01])\\\\.|192\\\\.168\\\\.)') | project id, compliant, cidr",
"guid": "3f630472-2dd6-49c5-a5c2-622f54b69bad",
"id": "D03.02",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-ip-addressing",
"service": "VNet",
"severity": "中程度",
"subcategory": "IPプラン",
"text": "プライベートインターネットのアドレス割り当て範囲(RFC 1918)のIPアドレスを使用します。",
"training": "https://learn.microsoft.com/learn/paths/architect-network-infrastructure/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type == 'microsoft.network/virtualnetworks' | extend addressSpace = todynamic(properties.addressSpace) | extend addressPrefix = todynamic(properties.addressSpace.addressPrefixes) | mvexpand addressSpace | mvexpand addressPrefix | extend addressMask = split(addressPrefix,'/')[1] | extend compliant = addressMask > 16 | project name, id, subscriptionId, resourceGroup, addressPrefix, compliant",
"guid": "33aad5e8-c68e-41d7-9667-313b4f5664b5",
"id": "D03.03",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-ip-addressing",
"service": "VNet",
"severity": "高い",
"subcategory": "IPプラン",
"text": "IP アドレス空間が無駄にならないようにし、不必要に大規模な仮想ネットワーク (/16 など) を作成しないでください。",
"training": "https://learn.microsoft.com/learn/paths/architect-network-infrastructure/",
"waf": "パフォーマンス"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "f348ef25-4c27-4d42-b8bb-ac7571559ab9",
"id": "D03.04",
"link": "https://learn.microsoft.com/azure/site-recovery/concepts-on-premises-to-azure-networking#retain-ip-addresses",
"service": "VNet",
"severity": "高い",
"subcategory": "IPプラン",
"text": "運用サイトとディザスター リカバリー サイトで重複する IP アドレス範囲を使用しないでください。",
"training": "https://learn.microsoft.com/learn/paths/az-104-manage-virtual-networks/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "Resources | where type =~ 'Microsoft.Network/publicIPAddresses' and sku.tier =~ 'Regional' | where isempty(zones) or array_length(zones) <= 1 | extend az = case(isempty(zones), 'Non-zonal', array_length(zones) <= 1, strcat('Zonal (', strcat_array(zones, ','), ')'), zones) | project name, id, tags, param1 = strcat('sku: ', sku.name), param2 = strcat('availabilityZone: ', az)",
"guid": "0c47f486-656d-4699-8c30-edef5b8a93c4",
"id": "D03.05",
"link": "https://learn.microsoft.com/azure/virtual-network/ip-services/public-ip-addresses#availability-zone",
"service": "Public IP Addresses",
"severity": "高い",
"subcategory": "IPプラン",
"text": "Standard SKU とゾーン冗長 IP を使用する (該当する場合)、Azure のパブリック IP アドレスは Standard SKU であり、非ゾーン、ゾーン、またはゾーン冗長として使用できます。ゾーン冗長 IP は、すべてのゾーンでアクセス可能であり、1 つのゾーンの障害に耐えるため、回復性が向上します。",
"training": "https://learn.microsoft.com/en-gb/training/modules/configure-virtual-networks/6-create-public-ip-addressing",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "153e8908-ae28-4c84-a33b-6b7808b9fe5c",
"id": "D03.06",
"link": "https://learn.microsoft.com/azure/dns/private-dns-getstarted-portal",
"service": "DNS",
"severity": "中程度",
"subcategory": "IPプラン",
"text": "Azure での名前解決が必要な環境では、Azure プライベート DNS を使用して解決し、名前解決に委任されたゾーン ('azure.contoso.com' など) を使用します。",
"training": "https://learn.microsoft.com/learn/paths/az-104-manage-virtual-networks/",
"waf": "オペレーションズ"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "41049d40-3a92-43c3-974d-00018ac6a9e0",
"id": "D03.07",
"link": "https://learn.microsoft.com/azure/dns/dns-private-resolver-overview",
"service": "DNS",
"severity": "中程度",
"subcategory": "IPプラン",
"text": "Azure とオンプレミス間での名前解決が必要で、Active Directory のような既存のエンタープライズ DNS サービスがない環境の場合は、Azure DNS Private Resolver を使用して DNS 要求を Azure またはオンプレミスの DNS サーバーにルーティングします。",
"training": "https://learn.microsoft.com/training/modules/intro-to-azure-dns-private-resolver/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "1e6a83de-5de3-42c1-a924-81607d5d1e4e",
"id": "D03.08",
"link": "https://learn.microsoft.com/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances",
"service": "DNS",
"severity": "低い",
"subcategory": "IPプラン",
"text": "独自の DNS が必要でデプロイする特別なワークロード (Red Hat OpenShift など) は、優先する DNS ソリューションを使用する必要があります。",
"training": "https://learn.microsoft.com/training/courses/az-700t00",
"waf": "オペレーションズ"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "614658d3-558f-4d77-849b-821112df27ee",
"id": "D03.09",
"link": "https://learn.microsoft.com/azure/dns/private-dns-autoregistration",
"service": "DNS",
"severity": "高い",
"subcategory": "IPプラン",
"text": "Azure DNS の自動登録を有効にすると、仮想ネットワーク内にデプロイされた仮想マシンの DNS レコードのライフサイクルが自動的に管理されます。",
"training": "https://learn.microsoft.com/learn/paths/az-104-manage-virtual-networks/",
"waf": "オペレーションズ"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "18c80eb0-582a-4198-bf5c-d8800b2d263b",
"id": "D03.10",
"link": "https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/private-link-and-dns-integration-at-scale#private-link-and-dns-integration-in-hub-and-spoke-network-architectures",
"service": "DNS",
"severity": "中程度",
"subcategory": "IPプラン",
"text": "複数の Azure リージョン間の DNS 解決を管理し、サービスが別のリージョンにフェールオーバーするときの計画を実装します",
"training": "https://learn.microsoft.com/learn/paths/az-104-manage-virtual-networks/",
"waf": "確実"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "ee1ac551-c4d5-46cf-b035-d0a3c50d87ad",
"id": "D05.01",
"link": "https://learn.microsoft.com/azure/bastion/bastion-overview",
"service": "Bastion",
"severity": "中程度",
"subcategory": "インターネット",
"text": "Azure Bastion を使用して、ネットワークに安全に接続します。",
"training": "https://learn.microsoft.com/training/modules/intro-to-azure-bastion/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"graph": "resources | where type=='microsoft.network/virtualnetworks' | project id,subnets=properties.subnets | mv-expand subnets | project id, subnetName = subnets.name, subnetPrefix = subnets.properties.addressPrefix | extend subnetPrefixLength = split(subnetPrefix, '/')[1] | where subnetName == 'AzureBastionSubnet' | extend compliant = (subnetPrefixLength <= 26) | distinct id, compliant",
"guid": "6eab9eb6-762b-485e-8ea8-15aa5dba0bd0",
"id": "D05.02",
"link": "https://learn.microsoft.com/azure/bastion/bastion-faq#subnet",
"service": "Bastion",
"severity": "中程度",
"subcategory": "インターネット",
"text": "Azure Bastion は、/26 以上のサブネットで使用します。",
"training": "https://learn.microsoft.com/training/modules/intro-to-azure-bastion/",
"waf": "安全"
},
{
"category": "ネットワーク トポロジと接続性",
"guid": "1d7aa9b6-4704-4489-a804-2d88e79d17b7",
"id": "D05.03",
"link": "https://learn.microsoft.com/azure/web-application-firewall/afds/afds-overview",
"service": "WAF",