How to Secure Active Directory (AD Tiering) - Tutorial 15 min

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • A 15 minute tutorial about #ActiveDirectory (#Tiering) with Peter Löfgren, Senior Technical Architect and part of our #Truesec Incident Response Team, discussing the topic of how you can avoid getting exposed to #cyberattacks by protecting your credentials.
    ______
    Unknown vulnerabilities and weaknesses in your IT environment will poses a large risk of being hit by a cyberattack. To ensure a secure infrastructure and staying ahead of threat actors, you need to identify vulnerabilities and create a secure infrastructure on all levels of your organization. Protecting your credentials is one of them. By understanding what cybercriminals can do with your credentials, you can also learn how to protect yourself and your environment.
    You will learn about:
    - Tiering, and administrative approach to keeping your credentials safe.
    - What is pass-the-hash and pass-the-ticket.
    - Stepping up your game with Authentication silos and Conditional Access.
    _____
    For Whom:
    Tech Professionals, IT technicians, IT professionals, and for you working at an IT department interested in cyber security.
    Stay updated on our Tech Talks here: www.truesec.co...

Комментарии • 27

  • @simon9740
    @simon9740 2 года назад +28

    A public version of the script would be awesome, thanks for the video

  • @user-ko6gy9sz8r
    @user-ko6gy9sz8r 2 месяца назад +1

    I think it's important to also note, that in a live environment - You can't just switch service accounts around. As there are dependencies. A Service Account is often used across of servers, which would after tiering be divided into Tier 0 and Tier 1. I like the overall idea here, it's something i implement myself and having a nice script to help is top notch! Though i must say in a operational structure, where u can't just go offline on servers etc, you need to analyze each server for URA (User Right Assignments) And figure out, if you break service accounts after GPO's are applied.
    Thanks for the video :)

  • @magnus8664
    @magnus8664 2 года назад +15

    Is the script public?

  • @50PullUps
    @50PullUps 6 месяцев назад +2

    Comment section: if you simply obtained the script and applied the configs to your sandbox environment, your knowledge and skills will only suffer.
    Recreate the commands by slowly scrubbing through the video if you want to enhance your understanding. There are no shortcuts.
    Or just search online.

  • @aleksandargelevski6617
    @aleksandargelevski6617 2 года назад +3

    Great video - Is the script availble, how/where ?

  • @malagicsa
    @malagicsa 3 месяца назад

    Can you explain what will be tier 0, tier 1 servers... ?
    Great Video.

    • @user-ko6gy9sz8r
      @user-ko6gy9sz8r 2 месяца назад

      Tier 0 = Domain Controllers, PKI, ADFS, SCCM, SCOM, Exchange IDM/IAM, AAD Connect/Sync server, Backup and hypervisors. Tier 1 servers could be the rest of your server infrastructur. E.g., som SQL Servers, fileservers etc.

  • @netcc8
    @netcc8 2 года назад +3

    Can I have the script? TX

  • @dcmediaproduction4920
    @dcmediaproduction4920 Год назад +2

    Is the scripts available? And where ? Thanks

    • @kevinokura7547
      @kevinokura7547 Год назад +1

      It would be great if the script was shared. It would make the video more useful. @Truesec

  • @esmershikhamirli8280
    @esmershikhamirli8280 Год назад

    Is it possible to get the scripts? I haven't found any other resources for this

  • @NunoSilva1975
    @NunoSilva1975 11 месяцев назад +1

    Can we have the scripts, thanks in advanced

  • @CP-ki1mf
    @CP-ki1mf Год назад

    Great video. Can you share the script?

  • @lucaskenter1263
    @lucaskenter1263 Год назад +1

    Great explanation, but.. Moving servers, drag n drop?! What is the expected impact on the working of the server? What happens when I move my DC’s to the tier 0 folder?

    • @TheWilsterman
      @TheWilsterman Год назад

      You can't move DCs from built-in OU Domain Controllers, to tier 0 OU.

    • @MikaelNystrom
      @MikaelNystrom 10 месяцев назад

      Domain Controllers are never moved, they are still Tier 0 in the OU they are located

  • @BoFamille
    @BoFamille Год назад

    Hi, great video, how can we have the template script, thanks ?

  • @sviluppodotnet
    @sviluppodotnet Год назад +2

    Can I have the script please?

  • @frabricetrace
    @frabricetrace Год назад

    Hello, would it be possible to have the script please?

  • @doctorwhojr.2022
    @doctorwhojr.2022 Год назад +1

    Link to the script?

  • @somebodycommented
    @somebodycommented 2 года назад

    Whos the winner ? How to know ?

  • @TheFrenchStickman
    @TheFrenchStickman 2 года назад

    Hi, thanks, can you share your script please ?

  • @ASUS61234
    @ASUS61234 9 месяцев назад

    Can you share your script please

  • @IjOONAZ
    @IjOONAZ 6 месяцев назад

    Why do you even share video like this if you don't share the script you are using? O_o

  • @homayoonfayaz1241
    @homayoonfayaz1241 Год назад +1

    the script please, tnx

  • @AlienWarTycoon
    @AlienWarTycoon 7 месяцев назад

    Basically you went through all of the work of setting up a tiering system only to revert back to the classic "Domain Admin has access to everything" model. The point of tiering is to segment administrative access and not expose privileged accounts more than needed. You exposed the T0 accounts to risk by allowing them to log on to a potentially compromised workstation in an upper tier. Baaaaaad!