Skip to content

Commit

Permalink
Merge pull request #165 from ShadowZzj/ShadowZzj-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jondricek authored Feb 7, 2024
2 parents 00fb6cd + 99421ac commit 251f78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mitreattack/navlayers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,15 +406,15 @@ layer2 = handle.generate_layer(match='Adups')

## sum_generator.py

`sum_generator.py` provides the `SumLayerGenerator` class, which is designed to allow users to
`sum_generator.py` provides the `BatchGenerator` class, which is designed to allow users to
generate a collection of ATT&CK layers that, on a per technique basis, have a score that corresponds to all instances
of the specified ATT&CK object type (group, mitigation, etc.), and a comment that lists all matching instance.
Each one of the generated layers will correspond to a single instance of the specified ATT&CK object type.

### SumLayerGenerator()
### BatchGenerator()

```python
x = SumLayerGenerator(source='taxii', domain='enterprise', resource=None)
x = BatchGenerator(source='taxii', domain='enterprise', resource=None)
```

The initialization function for `SumGeneratorLayer`, like `ToSVG` and `ToExcel`, requires the specification of where
Expand Down

0 comments on commit 251f78a

Please sign in to comment.