/// <summary>
 /// Attack_Step_Technique class constructor
 /// </summary>
 public Attack_Step_Technique()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements  = new Relevant_Attack_Surface_ElementsType();
     _leveraged_Attack_Patterns         = new List <object>();
     _attack_Step_Technique_Description = new Structured_Text_Type();
 }
Beispiel #2
0
 /// <summary>
 /// Custom_Attack_StepType class constructor
 /// </summary>
 public Custom_Attack_StepType()
 {
     _observables             = new ObservablesType2();
     _security_Controls       = new List <Custom_Attack_StepTypeSecurity_Control>();
     _outcomes                = new List <Custom_Attack_StepTypeOutcome>();
     _indicators              = new List <Custom_Attack_StepTypeIndicator>();
     _attack_Step_Techniques  = new List <Attack_Step_Technique>();
     _attack_Step_Description = new Structured_Text_Type();
 }
Beispiel #3
0
 /// <summary>
 /// Attack_PatternTypePayload_Activation_Impact class constructor
 /// </summary>
 public Attack_PatternTypePayload_Activation_Impact()
 {
     _observables = new ObservablesType2();
     _description = new Structured_Text_Type();
 }
 /// <summary>
 /// ObfuscationTechniqueType class constructor
 /// </summary>
 public ObfuscationTechniqueType()
 {
     _observables = new ObservablesType2();
     _description = new StructuredTextType();
 }
Beispiel #5
0
 /// <summary>
 /// Attack_PatternTypeObfuscation_Technique class constructor
 /// </summary>
 public Attack_PatternTypeObfuscation_Technique()
 {
     _observables = new ObservablesType2();
     _description = new Structured_Text_Type();
 }
Beispiel #6
0
 /// <summary>
 /// Custom_Attack_StepTypeIndicator class constructor
 /// </summary>
 public Custom_Attack_StepTypeIndicator()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
     _indicator_Description            = new Structured_Text_Type();
 }
Beispiel #7
0
 /// <summary>
 /// Attack_PatternTypeIndicatorWarning_of_Attack class constructor
 /// </summary>
 public Attack_PatternTypeIndicatorWarning_of_Attack()
 {
     _observables = new ObservablesType2();
     _description = new Structured_Text_Type();
 }
 /// <summary>
 /// Custom_Attack_StepTypeOutcome class constructor
 /// </summary>
 public Custom_Attack_StepTypeOutcome()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
 }