Exemplo n.º 1
0
 public EmailNotification(DetectionModel _model)
 {
     model = _model;
 }
Exemplo n.º 2
0
 public CommandLineWhitelistRule(DetectionModel _model)
     : base(_model)
 {
     model = _model;
 }
Exemplo n.º 3
0
 public AssignResponder(DetectionModel _model)
 {
     model = _model;
 }
Exemplo n.º 4
0
 public HashWhitelistRule(DetectionModel _model)
     : base(_model)
 {
     model = _model;
 }
Exemplo n.º 5
0
 public FilePathWhitelistRule(DetectionModel _model)
     : base(_model)
 {
     model = _model;
 }
Exemplo n.º 6
0
 public Whitelisting(DetectionModel _model)
 {
     model = _model;
 }
Exemplo n.º 7
0
 public Taxonomize(DetectionModel _model)
 {
     model = _model;
 }
Exemplo n.º 8
0
 public DNSLookup(DetectionModel _model)
 {
     model = _model;
 }