Christos Anagnostopoulos

Results 3 comments of Christos Anagnostopoulos

i changed the app.config['SERVER_NAME'] = 'sth.mydomain.xx' in the config.py and then i rebuilt the docker. As a workaround

I fixed it by adding in the `buildSTIXAttributes.py` ``` if type_ == "ip-src": .... addr.category = "ipv4-addr" .... elif type_ == "ip-dst": .... addr.category = "ipv4-addr" .... #also i edited...

I faced the same issue ... The problem is the quotes of the first command "PsExec". If you remove the quotes it works just fine. in the file https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1055/T1055.yaml (on...