jonrau1 / SyntheticSun

SyntheticSun is a defense-in-depth security automation and monitoring framework which utilizes threat intelligence, machine learning, managed AWS security services and, serverless technologies to continuously prevent, detect and respond to threats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] gewalthaufen.py missing endpoint_attachment() function

routeronion opened this issue · comments

Describe the bug
When running the gewalthaufen.py script in step 4 of stage 1, an error occurs due to endpoint_attachment() function being undefined

To Reproduce
Steps to reproduce the behavior:

  1. In stage 1, step 4, populate the gewalthaufen.py with applicable values
  2. Run the gewalthaufen.py script in step 4
  3. See error:
    Traceback (most recent call last):
    File "gewalthaufen.py", line 256, in
    im_helping()
    File "gewalthaufen.py", line 248, in im_helping
    endpoint_attachment()
    NameError: name 'endpoint_attachment' is not defined

Expected behavior
Successful run

After reviewing previous commits, I see that the functionality was moved into CloudFormation. This recent commit removes the reference: 7052826.