Нема описа

Brad Poulton 8675129403 More great changes пре 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 5d7feff968 Added notes on new account setup пре 5 година
AWS New User Setup Notes.md 9b61411e06 Removed XDR Prefix пре 5 година
AWS Notes.md 34014692a3 more ASG пре 5 година
Atlantis Notes.md 9b61411e06 Removed XDR Prefix пре 5 година
CloudWatch Insights.md 9059262145 cloudwatch insights пре 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 8675129403 More great changes пре 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 4a329dcfc3 Final day updates. пре 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 6f7df0fbd1 Splunk ASG. yup, more. пре 5 година
Salt Splunk Whitelisting FedRAMP Notes.md 9b61411e06 Removed XDR Prefix пре 5 година
Salt Upgrade Notes.md 6f7df0fbd1 Splunk ASG. yup, more. пре 5 година
ScaleFT Notes.md 8675129403 More great changes пре 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 8675129403 More great changes пре 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 8675129403 More great changes пре 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.