Без опису

Brad Poulton 98aa75f7bc ASG notes 5 роки тому
AFS Forcepoint Neuterage Notes.md ebbf36680a rename to match 5 роки тому
AFS ServiceNow AWS Account Request.pdf b9c6d3b6da init 5 роки тому
AWS New Account Setup Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
AWS New User Setup Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
AWS Notes.md 8ec2893ec1 aws and decom 5 роки тому
Atlantis Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Collectd Notes.md 37ebb015ee Splunk ASG Notes Update 5 роки тому
Customer Decommision Notes.md 400701d390 splunk patching plus more 5 роки тому
FedRAMP Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Fluentd Notes.md 400701d390 splunk patching plus more 5 роки тому
Full Drive Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
GitHub Server Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
GnuPG (gpg) Notes.md 1a9abd6fef added random password generator 5 роки тому
GovCloud Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Jenkins Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Migration to Sensu Go Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
New Customer Setup.md 8bc0390485 keep George happy 5 роки тому
Okta Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
OpenVPN Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
POP Node Notes.md 72b336b784 todays notes 5 роки тому
Packer Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Packer Salt Master FIPS Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Patching Notes.md 98aa75f7bc ASG notes 5 роки тому
Phantom Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Phantom Upgrade Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Portal Lamba Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Portal Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Portal WAF Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Qualys Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
README.md 9b61411e06 Removed XDR Prefix 5 роки тому
RedHat Notes.md 98aa75f7bc ASG notes 5 роки тому
Reposerver Notes.md 400701d390 splunk patching plus more 5 роки тому
Salt Notes.md b4e306aad1 Testing states, adn minor formatting fixes to salt notes. 5 роки тому
Salt Splunk Whitelisting FedRAMP Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Salt Upgrade Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
ScaleFT Notes.md 6e9f57a5ae scaleft 5 роки тому
Sensu Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Splunk MSCAS Notes.md 400701d390 splunk patching plus more 5 роки тому
Splunk Maxmind Notes.md 804c3d108e repo server and rename 5 роки тому
Splunk NGA Data Pull Request Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Splunk Notes.md 37ebb015ee Splunk ASG Notes Update 5 роки тому
Splunk SAF Offboarding Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Sudo Replay Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Terraform Notes.md 98aa75f7bc ASG notes 5 роки тому
Terraform Splunk ASG Notes.md 98aa75f7bc ASG notes 5 роки тому
Vault Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
Vault Prod Refresh Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
VictorOps Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
salt_splunk_HEC Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому
sftp Notes.md 9b61411e06 Removed XDR Prefix 5 роки тому

README.md

Brads All Encompassing Compendium of the Entirety of XDR Knowledge

BAECEXD (pronounced "bake ext") is a set of notes about how to actually get things done in XDR. Since XDR is a rapidly evolving landscape, some of these notes are likely to be out of date, flawed, or just outright wrong. Use at your own risk.

Rules

  1. All files MUST follow the naming scheme. <Major Topic> <Minor Topic> Notes.md e.g. Salt Upgrade Notes.md . The first letter of each word should be capitalized.

  2. All files MUST follow the proper markdown format. ( work in progress )

    # <filename>
    <Description of notes or project>
         
    ## <Section Title>
    <Today's date>
         
    <arbitrary notes>
         
    ## <Section Title>
    <Today's date>
         
    <arbitrary notes>
    
    # Salt Notes.md
    Salt is the configuration management tool
    
    ## Section 1
    02/28/2020
    
    Salt sucks and we should use puppet.
    
    ## Section 2
    03/15/2020
    
    Salt version 2019.2.3 should always be made public on the internet. 
    
  3. To add a newline that is visible in markdown on the github website, add two newlines to the .md file. DO NOT add <br> or \ to the ends of lines. The primary place to view these files is in a text editor not on github website!

  4. Use three backticks to indicate a section of code or terminal output and single backticks to indicate technical commands or terms.

  5. When referencing other files use a link in the format See (file name) for more details. e.g. See (Salt Upgrade Notes.md) for more details.

  6. For PRs, push directly to master unless they are major changes.

  7. Be kind and think about the engineer after you.