Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Containment #7

Closed
alevere opened this issue Mar 24, 2021 · 2 comments · Fixed by #20
Closed

Containment #7

alevere opened this issue Mar 24, 2021 · 2 comments · Fixed by #20

Comments

@alevere
Copy link

alevere commented Mar 24, 2021

I would like to see an option for containing the device to permitted network services alone.
In this section: Type: Device-Containment (Enumerated)

Our EDR contains a host using a software network shim that limits communication to the EDR system.
Optionally, we could allow another host or two such as a patch server.
This would not fall under port isolation or app execution.
I dont think we need to express the permitted services, that is backend config on EDR.

@MartinEvandt MartinEvandt linked a pull request May 19, 2021 that will close this issue
@MartinEvandt
Copy link

MartinEvandt commented Nov 10, 2021

@alevere, I think this issue should be addressed in the linked PR, could you confirm?

From the examples section:

A.1.X Network isolate an endpoint, but allow communication with selected IP and domain name addresses

{
  "action": "contain",
  "target": {
    "device": {
      "hostname": "DESKTOP-123ABC"
    }
  },
  "args": {
    "edr": {
      "device_containment":"network_isolation",
      "permitted_addresses": {
        "ipv_net": ["192.168.0.255"],
        "domain_name": ["support.organization.tld", "wiki.organization.tld"]
      }
    }
   },
  "actuator": {
    "edr": {}
  }
}

@alevere
Copy link
Author

alevere commented Nov 10, 2021

That example looks great to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants