mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Update etc_hosts.yml (#19532)
made file paths bullets instead of 1 line. --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
0ea339c7e6
commit
9b263de850
1 changed files with 6 additions and 4 deletions
|
|
@ -9,11 +9,12 @@ examples: |-
|
|||
notes: |-
|
||||
The `hosts` file is customized by many organizations. As part of a defense-in-depth security posture it's important to track `hosts` modifications. Endpoints with a modified `hosts` configuration connected to enterprise networks can potentially bypass network rules, proxies and firewalls or be routed to malicious sites.
|
||||
|
||||
File paths:
|
||||
Linux: /etc/hosts
|
||||
macOS: /private/etc/hosts
|
||||
Windows: C:\Windows\system32\drivers\etc
|
||||
File paths to `hosts`:
|
||||
- Linux: /etc/hosts
|
||||
- macOS: /private/etc/hosts
|
||||
- Windows: C:\Windows\system32\drivers\etc
|
||||
|
||||
**More info**:
|
||||
- [DNS](https://en.wikipedia.org/wiki/Domain_Name_System)
|
||||
- The `/etc/hosts` [Guide For Linux](https://thelinuxcode.com/etc-hosts-file-complete-guide-for-linux/)
|
||||
- [How to edit the hosts file on Windows](https://www.howtogeek.com/784196/how-to-edit-the-hosts-file-on-windows-10-or-11)
|
||||
|
|
@ -21,3 +22,4 @@ columns:
|
|||
- name: pid_with_namespace
|
||||
platforms:
|
||||
- linux
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue