Attack Tactics 7: The logs you are looking for

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 11

  • @-dash
    @-dash 4 роки тому +2

    aaah im getting hooked on this stuff. what an awesome field.

  • @marcus.edmondson
    @marcus.edmondson 5 років тому +1

    Pushing those relevant events to Elastic using winlogbeat is good and if you don't want agents on all of your machines you could send the events to an event collector and then use winlogbeat to ship them off to Elastic. I've been toying around with using kansa modules and powerforensics scripts on a scheduled task and using Filebeat to ship off the output to Elastic.

  • @maxmusterspace6037
    @maxmusterspace6037 5 років тому

    Sysmon is also "yet another agent". From a MSSP point of view where you don't have much leverage on how the customer runs his network, it's hard to get deployed.
    GPO is better in respect of that. However, many orgs don't even know how to use GPOs. Even the Sysadmins. Which is a new set of problems. ;)
    It's not easy.

  • @johnnybravo9564
    @johnnybravo9564 Рік тому +1

    Hi everyone,
    I'm a cyber noob and I am trying all of John's labs however, I don't think I am grasping something with how deepblue cli works. The results seem to be based information from another system (presumably Eric's system used for testing). Therefore, i am asking if anyone could advise how to use it to assess my system? Thanks if anyone responds...

    • @BlackHillsInformationSecurity
      @BlackHillsInformationSecurity  Рік тому +1

      The DeepBlueCLI tool reads event logs and has several different options.
      Basically:
      Read local security log
      -or-
      Read evtx log file
      Output analysis in powershell terminal.
      Everything you need (except the log files, though there are samples) is out here: github.com/sans-blue-team/DeepBlueCLI
      Best Regards,
      -Jordan Drysdale | BHIS

  • @JamesSalomon947
    @JamesSalomon947 5 років тому +1

    where can I purchase backdoor and breaches?

  • @folafalusi7700
    @folafalusi7700 3 роки тому

    Hi there, is it possible to get the logs from "Attack Tactics 5"?

  • @sinon1361
    @sinon1361 4 роки тому

    amazing content! good job! (Y)

  • @marcus.edmondson
    @marcus.edmondson 5 років тому +1

    Could you use Sysmon event id 10 to see weird processes trying to access lsass to catch it being dumped? This is a sample Splunk query: "EventCode=10 | where (GrantedAccess="0x1010" AND TargetImage LIKE "%lsass.exe")"

    • @NA-ei7iy
      @NA-ei7iy 5 років тому +1

      GrantedAccess depends on version

    • @NA-ei7iy
      @NA-ei7iy 5 років тому

      ua-cam.com/video/9pwMCHlNma4/v-deo.html