text stringlengths 4 952 | start float64 0 9.37k | duration float64 0 0 | meta dict |
|---|---|---|---|
what's going on YouTube this is IPC we doing another Sherlock from hack the box which are defensive challenges this time we're doing the first in the Crown Jewel series and if we look at the shock scenario it tells us the fella domain controller is under attack they believe the domain administrator account was compromi... | 0.359 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
hash which is the signing key for keros is also contained in this database if the attacker gets it they're able to impersonate any user on the domain that they want through the golden ticket attack and that is been a thing since like 2014 and Microsoft's original recommendation it may still be the recommendation I have... | 47.92 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
scenario they believe the attacker used vsss admin to download that database which is um volume Shadow copy I forget exactly what the S maybe is maybe it's like volume shatter service admin essentially this allows you to create backups on your hard drive and a lot of attackers will use vsss admin to create a backup of ... | 97.64 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
um on my box I've already unzipped the data we have it in the artifacts directory and they give us a bunch of event logs and then also give us the MF file table so we'll get into this mft thing a little bit later let's just start off with all these event logs and the first thing I like always doing is using chainsaw to... | 154.319 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
going to make my font a little bit smaller because this table is a pain to read on large font and we can see the detection is schedule task deletion which doesn't really tell us all that much and if we look at the event data um the first thing I notice is this ends in 500 for the Sid so I know this is going to be an ad... | 220.519 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
do a search and then I'm just going to type that process pit uh which was what was it like where is it um maybe I have to make this font change it again real quick hold on 6264 so we'll search this and then we can look at all the results because it was only three this first result it's coming from the NTFS operational ... | 276.6 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
um what is the Windows security event ID of for 699 and see what it says um a schedule task was deleted is what 4699 is so it's just telling us this task was deleted okay and then this final one we have the task content which is just straight XML data and looking at it we see it just executed C windows explorer.exe and... | 352.8 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
going to dump it in I'm just going to call events. Json and then now we can go ahead and query this so um let's go CD do dot I'm going to cat events. Json we have all the events and the first object is a list and I always just um get rid of that right away um the reason why is if I do a JQ do- C if you have that list e... | 425.199 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
same event ID with a different name so I want to make sure all my event logs um when I do my query to get like event ID to name I also make sure that's taking in account the event log name and that's going to be the channel so what I'm going to do is search for each Channel first so that's going to be event system chan... | 490.84 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
and event ID and that's just how I like it so we have that do event and then we want to do um a select so we want to do select and then was it system. channel was it channel name or just Channel let's see system Channel okay is equal to system I don't if there was capital or not it's probably going to be a capital S so... | 547.399 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
chat GPT and then say um let's see I have a list of event IDs and then a colon and the number of times they occurred from the Windows system event log can you add a third parameter stating the event name based upon the ID let's see if chat GPT helps us out here um and it looks like it is it's kind of weird how it's say... | 632.12 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
change that could be more Shadow copying unmounting a volume could be a shadow copy like there's a bunch of just um good information we have here and I don't know if we need this information it's just something I like always having so I'm going to call this um we'll call it system. text I guess paste this and then I'm ... | 710.959 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
logins audit logs um new processes token stuff things like that um and then the last log we had was related to the like NTFS file system which that's a new log for me I've never really viewed that before this so I'm kind of excited to see what logs are in that so I'm going to call this one security. text then we can ho... | 787.32 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
right and we get get all the data here so this is just going to help us answer the questions because if it asks for a task we can go look at the like type of information in a log and then figure out what event ID we want to filter on to see this data we may not use this at all but it's just something I always like havi... | 879.399 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
state so we could just based upon what logs we have or the data we just gathered go to like the um system log because this probably can be where services start and stop and then figure out what event ID this would be related to right um I'm guessing it's going to have service in the name so maybe if I do g-i service on... | 944.16 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
uh what I keep forgetting that number I keep saying let's see schedule task was disabled created system. text 7036 okay so we have right now pram 1 wmi performance adapter state is stopped so pram 2 looks like it's going to be the state and pram one is going to be the name so we can just grab um event data pram one the... | 1,025.199 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
way you could do this I'm going to show like ways to cheese the answers right so we just did it the very like surgical way looking at the data we have in the log grapping and well selecting and searching but you could just grab this data right and then do the- c like I had said before and now we can just g-i Shadow and... | 1,138.48 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
volume Shadow copy one um this is the name that a volume shatter copy would be given so if they're copying ntds.dit this is going to be the hard drive name right so this is probably going to be important later on but that's a good way to just GP through logs if you don't know like what event you're looking for if you j... | 1,211.96 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
enumerating groups probably security related right so looking at this let's see we have 4799 and account was enumerated um looking through all these I think that's going to be like the only thing that could be so let's go back to our JQ command where we select things and I'm going to just look for event ID 4799 and the... | 1,269.6 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
to say distributed file system replication that's what it is so it's probably the service like saying hey this user account Chang let me replicate this change to another ad server is my guess what that is then we have SVC host which is just a service Elsas this is going to be like a bunch of um like where all the crede... | 1,343.76 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
this as the call process so let's do a select event data call a process name is equal to this and we have to close out our select there we go and then I'm going to grab event data and let's see we just want to get the group groups that it queried so I'm going to select Target user name sort dasu and it's the administra... | 1,413.64 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
annoying let's go to the next identify the process ID in decimal of the volume Shadow Copy Service process if we go back to this log we do have that right that is going to be this P ID the call process ID this is in HEX but we can quickly convert this to decimal in Python so if we just do Python 3 put in the hex it's 4... | 1,510.799 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
and look at each of these events but when in doubt I like cheesing and then just like once I find the answer going back and discovering um what it was right so I'm going to delete all this data we'll add that- C again so every event is on its own line and I'm going to do an egrip so this is going to allow me to do good... | 1,578.24 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
bat we kind of screwed up um looking at it we have a lot of hits because there's Aid in the system we just want to look at event data so I'm going to go over here to the query and we're going to put event data so we're going to have a JQ filtered down here so the- C only shows us event data if I put a comment here we c... | 1,644.279 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
logs that contain the word Shadow and have a goid and we get a few right so we have this volume correlation ID and that looks like it is the only guid we have other than these all zeros which is just blank right so I'm guessing the answer is going to be that guid for good measure we can see if there's any unique ones h... | 1,730.559 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
this paste that we got to close the single quote awesome and now let's just get all the event IDs so I'm going to now query. system event ID we have 49 10 300 and 303 so I'm going to do a 4 I in this file do if I just Echo I now we just have each of these right and the whole reason I did that is because before we creat... | 1,825.36 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
occurred I wondered this occurred because like a permission I don't know why like all these failures occurred for a shadow copy I don't know if that's normal but this is going to be the one I probably should have just gravitated towards when looking at event logs and filtering right we could just look at event log 10 s... | 1,901.88 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
it ran the system Integrity check and I'm guessing those guids are going to be different right that's going to be 44 F9 yep that's a completely oh that's system completely different goid because that's the volume four of hard disk so that is that so now we're going into task five identify the full path of the dumped ns... | 1,986.84 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
this it loads the artifact and doesn't do anything we try to escape it doesn't do anything um I renamed this so if we let's see rename it and I'm just going to call it mf. bin so now when I run chainsaw on this mft it dumps a bunch of data so I'm going to do D- Json and then I'm going to put this up to directories and ... | 2,054.159 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
I'm going to do JQ open close like that and then- c and that's going to put everything on one line I can grap - ntds.dit and then we can do a JQ do and this is going to show me all the lines that contain ntds.dit and we have the full path Windows system 32 ntds s.d which looks like it's probably going to be the default... | 2,136.16 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
database on disk and it probably wants these slashes to be correct so like this C colon back/ users administrator submit there we go so when was the newly dumped ntds.dit created and we can just look at the timestamps so last modified last access info created we can copy this and then it does not like that t submit oka... | 2,180.119 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
there so it's probably going to be system and then the size and bytes so file size I hope this is byes but that wrong answer see I don't know what like unit of measurement this is it may want a comma a space after that comma there we go that's what it was it was system comma space and that's going to conclude the shloc... | 2,258.16 | 0 | {
"video_id": "lIQ-sd208FA",
"title": "Analyzing Event Logs and MFT Dump with Chainsaw - HTB Sherlocks - CrownJewel-1",
"url": "https://www.youtube.com/watch?v=lIQ-sd208FA"
} |
what's going on YouTube this is IPC and we're going to be doing knock knck from hack the box which is another Sherlock so it's a defensive challenge so let's just kind of look at the scenario there is a lot of text here um I'm not going to read the entire thing but essentially uh forla the company they left a server op... | 0.199 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
find open during the enumeration phase I don't like starting there just because um we'll get into it in a minute but there's a lot of data in that log typically I don't start looking for Recon right I like looking for something suspicious and then translating it back over to Recon right um it's just how I generally sta... | 46.399 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
these type of challenges I like to know if the problem scales right um typically when I worked in doing defensive work I didn't just like look at peaps I would more often than not go to Splunk elastic wherever the scam was do some searches and hunt and gooey tools don't do that well right so we want a way to parse this... | 98.119 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
container so we can analyze things um and then hopefully once we do this it will make a lot more sense why we're doing it in Z and not using like wire shark right so to start things off um let's do a Docker run uh that's not it I think it's just Zeke sh we can do a A- it before run let's see Zeke Zeke uh DOA run then i... | 156.2 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
and whenever it sees these invalid check sums it's going to discard the packet so we're actually throwing a lot of data away um I wish there was a good way I can show you this quickly let's just do a wc- l star. log uh we have 91,000 connections and 15 FTP let's add the flag it said which I think was A- Capital C to um... | 241.68 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
would recommend Googling like Zeke cheat sheet if I could type that would be great go over to Google I think it's going to be on corite yes this is a good one and I would like have this up on your second monitor or print it out um I always had these up on my wall when I did a lot of work um looking at these logs becaus... | 305.039 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
looking at anomalies and going with the small thing first so like I'm going to look at Curb roast log just to see what it looks like it's only 10 lines uh we don't have app or less let's just do an appt update and install less here alternatively we could um like go to our host container and do it all there I forgot to ... | 361.16 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
it um HTTP Cerros weird so um Zeke just thought that ceros packet was odd it looks like maybe it was an HTTP request to a ceros thing I don't know right but that's one of the benefits the really cool thing though about Zeke is it makes a awesome um they have a tool called Zeke cut which you just take the field up top a... | 425.56 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
see we can see Ubuntu let's encrypt this is going to be AWS at the compute. | 486.319 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
internal AWS uh there's nothing really interesting here we could also if we wanted to um let's see there's the fingerprint certificate version serial uh subject I think is what is interesting in this one so we can do Z cut um certificate subject that was not it let's see certificate. subject that should have pulled it ... | 492 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
SSL um Z cut Cipher that's not exactly what I was looking at uh maybe version uh let's do s-u only two versions it's not too interesting always do less- capital S um it makes it nice let's see decode error nothing too interesting in the logs I guess let's just go over the server name and see what is here so we can do s... | 583.92 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
cut client sort uh uni- C sort DN so we can see there's one with SSH 1.5 server hello world this that's odd um I was looking for like Ruby things like that that would indicate Metasploit but this is somewhat interesting um generally when I would be looking at this I would think let's see um we have all these clients le... | 681.32 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
looking at first so we do Z ID originating host client then we can sort it and now we can do a let's see um we do sort dasu uh didn't do the dashu so right now we kind of have this pair of Ip client and I just want to get all these IP client and make sure they are all unique so now when I do a a on the IP and we do a u... | 746.44 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
pipe but do- e say it begins with a comment or it's this IP and now when we do it uh g- E I have a three now it works so one thing I like doing is creating an alias so we'll call it Zeke grep and then we can say g- e the same thing we just did and then- E and end this so anything we put after this is going to be um the... | 823 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
to uh copy this let's see where is it uh we'll do tail one copy paste and then we can just name this uh SSH unique clients for one IP or something like that it's a bad title uh we probably should have done a tail das5 so we see some that have two but this is generally what I would do and then as I get deeper into the a... | 910.48 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
FTP so let's see I'm just looking at the fields we have IPS of course um we have the URI that's probably going to be interesting um user agent user agent here I hate how like the column isn't always lined up uh password so so I'm going to look for the password first and then I'm going to look at user agent and then URI... | 996.48 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
um URI let's do ID originating host ID responding host the URI uh user agent and I forgot to say Zeke cut and I got these backwards ID period like that I always for some reason mix that up so we see we have a malicious file and W get here so let's save this and put it in the HTTP log so let's new file let's do 20 HTTP ... | 1,081.039 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
do um ID responding Port that is Port 80 so this is going to be HTTP I looked at 80 versus 443 because it was 443 we'd get the host name from the SSL log right because we'd see that um certificate so we want to get this server's host name so what I'm going to do is a GP on this on all log files and let's see if we have... | 1,180.799 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
files yet um we'll get into that in a minute or probably later in the video so uh we can't answer that one uh there's a lot of other questions let's go to the FTP packets so let's cat FTP log um just pipe it over to less first and let's see we have some username so Tony Sheppard Abdullah yasen uh let's see urls and the... | 1,259.88 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
default it is hidden but we can also unhide it right so let's do that um so let's see I'm going to find sluser grap FTP doz I want to say probably or we can do grap FTP grap Zeke and we want to edit the actual FTP script well we could create a new one I find editing it to be quicker so protocols main Zeke uh we don't h... | 1,323.64 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
comment all this I should have done a block comment oh well that's fine so if I reprocess it with Zeke um- c-r it's going to take a second and then we're going to look at the FTP log and see valid passwords because it won't be hiding them anymore um the other thing was the logging commands right we can see um these are... | 1,399.559 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
so they do user and pass I want to log pass so I'm going to do comma pass here and I'm going to do a wc- l on ftp.com more files and I think there's one thing I've been forgetting to do in Zeke but we'll get to that later wow we have a lot more we have 1,134 right so let's do l-s on FTP and we have a lot of login incor... | 1,474.32 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
do correct awesome that worked the reason why I did correct is I wasn't sure if it was a capital I like like that or like that so I just took a portion of the phrase so now we can hide grap and show so um Tony's password so let's add to FTP let's go 30 FTP log and and we can say passwords um it's probably incorrect wit... | 1,588.08 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
need that at all let's see what this does that's not good uh we can just say vrap we don't even need a vrep actually let's see cat FTP log g-v incorrect l-s yeah because incorrect isn't in any of these fields so we're fine that's good okay Z cut user password sort dasu and we have credentials so there we go so one thin... | 1,732.12 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
spray um unique host so these are definitely our attackers now we have finally found two attackers most likely um let's grab star. log for the 120 IP and let's see that's the connection log FTP log let's see a-f print one sort uni- C so he appears just in these two lines let's create a new thing IP of Interest and then... | 1,886.159 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
DNS uh sure that's fine let's just look at DNS log what do we have I think he was making a query actually it'll be easier let's go to the cheat sheet and show example of using this so DNS log we don't care about the time stamp that much uid ID query that's what we want we want query so cat DNS log Z grap IP Z cut ID ar... | 2,022.88 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
um this guy is in AWS it's an ec2 instance so that is awesome um let's see what else do we want to do I guess I guess now let's look at the questions um is it open ports or what was that question exactly um I guess let's just answer the open ports I don't know if that was it but we can answer that uh open ports of what... | 2,114.359 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
there's 65,535 ports so that's a coincidence right so let's look at this guy um let's do cat connection log uh less actually let's just do let's check our port scan Theory so we're going to do a Zeke GP on this IP then we can do the Z cut I'm going to leave the ID origin host just so we know it and we do ID origin port... | 2,201.96 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
attack began so I'm going to um grab this do 50 attack or this will be connection log and we can just paste this in so there we have that let me just clean this up to remove the invalid entry and UTC time start of attack let's just put this here connection log uh do a carrot and we did not label it so start of attack t... | 2,288.28 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
attack starts with um the password spray and they were using um season year I'm going to guess this was the initial foot hold this probably would not be in a password spray unless it's credential stuffing which like they compromize a website or get a database dump get users and throw the passwords the user had on other... | 2,407 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
password spray uh what else did we see this IP in right um IP of in I can just also link this right so uh 40 we're putting all our evidence against this guy there we go I should have been doing that more um critical Service Port critical service exploit tactic so I don't know know what this one's going to be AWS creds ... | 2,480.319 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
that last flag and of course that's going to miss things unfortunately um this essentially is going to run local. zek which is the default Zeke collection thing that may get more right we have like extra things loaded scripts so we didn't run all the scripts there's now a Telemetry notice um did we have ldap before the... | 2,569.4 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
script that runs right let's just do a g-v for anything that has or starts with a comment and then grab here uh on local Zeke and then grab for a line so this is the Z config um it's telling what scripts to run and one of the scripts that's running is not going to be a um what is it what is extract files that's what I ... | 2,646.64 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
grap let's grap this real quick share Zeke okay so share Zeke policy so just do a find here grap for extract and we want to do let's see base files proba policy Frameworks extract all files so let's run this into a z config share Zeke site uh CP local would do custom. | 2,692.4 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
zek and then we can just add that we need at load I don't think we do policy is it just framework they have a policy there so I'm going to have a policy here okay let's go back to Mount um gp-r Zeke and instead of local we want custom so hopefully now we're going to have a extract files directory and that extract files... | 2,742.44 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
to do is pull that ransomware file so that ransomware file came out of HTTP log right so let's cat HTTP log um Z grap we'll do W get do a l-s and there is is a uid right let's see we could probably just grab this ID right let's see LS extract files GP for that can't use uid of that line there's another ID um original f... | 2,822.559 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
files for this we have a file if we do a file against it uh cannot oh we have to go extract files then this we can see it's a zip archive so we could unzip this which I'm going to guess unzip is not on this container right apt install unzip I would probably go over to my host and then run unzip but uh doesn't matter ei... | 2,919.4 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
this but I think we got the answer um ransomware Source the name is Gunna cry right so let's see what was the ransomware it's going to cry and this is um in the file and that is we linked the file and 20 HTTP log oops there we go so that question is answered and I'm going to um pause the video put the questions back up... | 3,067.359 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
so cat FTP zcut command Okay ARG there we go so retrieve so RR is what we want so let's do a Zeke GP on r if I can type there we go so we have a few files we have backup fetch archive task to get done reminder pass to be Shadow so here we can do fuid and get all the file U IDs so backup let's C extract files and then l... | 3,185.68 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
fetch um we have username and password F uh SQL so let's put this here uh let's see I should create another one of creds and let's do FTP there probably a way to do this better um like an actual table I forget how to do a table and markdown uh see markdown table it's probably like um Proto user password FTP test passwo... | 3,302.28 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
Alonzo I'm guessing this is a key so what is this table so we got name account ID and passord password so name is going to be Alonzo account ID password so nothing there here we go so we can go back to credentials and this is um DB FTP I probably should just put the file name right um this was archive. | 3,518.24 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
SQL and there we go that' be his password so we also have arive SQL so ports to access so that's probably going to be the open ports one the ports require to access critical service right so what is the fetch um we want to grab this file so we send these ports it's going to allow access to this port what port is that u... | 3,589.839 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
file oh oh this is a different file um I thought this was the uh Port knock maybe it is is that it is that what I have been getting um grap this on FTP log backup so let's see valid creds it's going to be this see ports to access when did the CER arrive we probably get some of these questions wrong just because I've su... | 3,771.64 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
text let's grab this file or maybe it could be that doc X I was just avoiding the doc X cuz I didn't feel like opening a wood document Pakistan task to complete um he has to arrive there we go account withth a shell we saw it past WD so let's grab this grab everything that ends in sh don't know which one they're asking... | 3,885.88 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
right so let's go to the connection log so I can cat con log uh we can do a Zeke GP on that IP and then what do we want to see we probably want to look at the um what says reject here whatever that is connection state is what we want so let's do a z cut and we want ID um the responding Port I really confus that one so ... | 3,994.4 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
time stamp happened and then grab everything before that that's probably the easy way to go about this because once the port knock happened a lot of ports opening and it is no longer the keyword being um a numeration phase right but what I could also do is because we did a full port map I'm going to do this connection ... | 4,065.16 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
guess I want to do a let's just do a wc- l and then we can do sort d wc- l does that shrink it much it doesn't I'm not going to worry about that because that's only like five lines so we want to put quotes and say it starts with and it ends with so now we have this and I'm going to call this rejected. log I'm going to ... | 4,133.159 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
log so if I cat accepted. log we have a list of all the ports uh this may be uh let's do sort wcl 93 yeah so let's just do a sort dasu and move T to accepted because that greatly lowers so this is all the ports that we connected to successfully or that malicious IP connected to again Port knock opened everything up so ... | 4,182 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
it that's annoying it's not the format I have so DayDay that's 21 um I think March is five ah shoot it went away um year year year hour hour minute minute second second so we can say 2023 I think March is actually three right my brain is just fried right now 10 4223 hey it's correct sweet that was going to be embarrass... | 4,261.96 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
would probably be Tony Shephard right so let's go to creds it's turn Shephard and then summer 2023 cuz that was a password spray so it looks like the attacker did a password spray they got access to FTP they started downloading files and it was all over after that because they had passwords in files which is somewhat c... | 4,396 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
this looks like there's two ftps and that's probably um yeah so this is going to be the attacker Port the ephemeral port and then FTP it's either a second FTP server or uh the session just redirected them to this um Port so let's try this one what was the technique name to get to that critical service don't know let's ... | 4,502.76 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
this or this is my SQL uh before that file let see you download Dot Backup andt backup this was the one that had Point knocking right yeah so this is the port knock thing there were creds at the bottom of this so he got the creds did the port knock and then accessed the critical service um the port knock ports I know I... | 4,622.84 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
all on separate lines and again uh that's done backwards and this is so we can just do GP with the file and GP for these three things so cat connection log and then we want to do a Zeke grap on the IP I say was like 3109 do we have it here 3109 20943 okay and then we want to say uh Z cut on i d is it no um I think it's... | 4,722.56 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
port knock went 29545 so I'm goingon to guess the question's answer should be this and it has to be sequentially I think because if it was just you hit these ports in any order then the full port scan would have triggered the port knock right and we wouldn't have got the 65,000 rejects it would just started magically s... | 4,854.56 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
good enough it is let's see login successful so this is the time stamp date- d uh so that is 21 March 2023 1101 like that okay AWS account ID I'm just going to go into the notes for this one this was grabbed from the database backup that we pulled I think it was backup uh let's see the creds and we have oh was it accou... | 4,953.76 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
X so let's CP extract files star to analysis called task. docx and hope I have open Office installed uh might just do open tasks yes I do let's see deadline uh deadline for hiring new developers High 20 developers 830 2023 08 uh 208 2023 what is it 30 it is there we go uh when was he scheduled to arrive that was defini... | 5,069.639 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
this yep grab bash so it's either Ubuntu or cyber Junkie I'm going to guess cyber junkie but let's look at the other files real quick just to see if there was another thing we could have done uh they did who am I oh they downloaded The Who Ami binary opt reminders CPU info no so it's probably cyber junky I said that be... | 5,204.8 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
see so let's say does GitHub is it for how do we spell forla uh where is it forla do they have anything forlo Dev it is loading GitHub let's go to code cyber junkie is here so this looks good if we go to this is there any password uh the passing sh pass but have sh password there is a history though um update update le... | 5,321.6 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
hopefully you guys enjoyed that video that was a lot longer than I ever expected it to be but hopefully you enjoyed playing around in Zeke and once you play around in the Zeke command line long enough you realize um how to do the searches on elastic or Splunk and then you can do these type of hunts live right you don't... | 5,441.199 | 0 | {
"video_id": "Ano11xS7Yy0",
"title": "Analyzing PCAP with Zeek - HTB Sherlocks - KnockKnock",
"url": "https://www.youtube.com/watch?v=Ano11xS7Yy0"
} |
what's going on YouTube this is IPC we doing unit 42 from hack the box which is another Sherlock which is a defensive challenge in this one we're going to be digging into some cismon logs so let's head over to the Sherlock info page to see what this is about it starts off telling us yes we're going to deal with cismon ... | 0.44 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
intelligence report because it's going to make the shirock feel a lot more real and you feel like you're in the seat of the um researcher that's doing this right so it starts out with a email to a Dropbox link to a download executable and that executable installs a trojanized version of ultra VNC and then that allows t... | 49.92 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
of online game or like cheat or something like that we also see the directory artifact it l likes talking to the photo and facts VN directory in the user's app data and then we see some traffic that's um associated with it but that's enough of that let's actually dig into the Sherlock and I'm not going to go into the q... | 104 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
allow us to do a lot of um like Sigma searches and automatically find some malicious data to start a hunt with right so let's go ahead and extract uh chainsaw so we'll do 7zx chainsaw and I downloaded all platforms and everything just because this gives us well everything um so if we go into chainsaw I'm going going to... | 159.4 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
of the um samples that are in the chainsaw directory I'm just going to specify the evtx file of us now we can do-s Sigma and then the D- mapping and I'm going to um let's see we just go mappings Sigma logs all there we go so if we run this command it's going to load the engine and then I'll put this I'm going to pipe t... | 218.08 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
Googled and it creates a taskhost.exe in that photo and facts directory right so we have another executable creating an executable um the same thing I believe let's see where is the image name preventivo and this one's creating viewer. exe so I'm going to guess that is ultra VNC and then we have file with system proces... | 285.96 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
and we'll dig more into the cismon event IDs in just a little bit in this video but um let's just go ahead and look at this so the other thing I can do with chainsaw instead of the hunt I can do a search command so I'm going to do search and then we're going to specify that process goid and what that's going to do is s... | 352.16 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
is going to be the data that's actually in the cismon event so what we want to do is have our DOT we're going to go into that item or into the list and then we're going to do event and now if we look at the less everything just has a system and event data so what this is going to allow us to do is now a search so I'm g... | 416 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
of a user like I don't like searching on process IDs just CU you can get a lot of conflictions right if you do goid strings you won't so we have all the event ID 11s so now I'm going to say select the event data and show me Target file name and what this is going to do is show us all the files this had created so if we... | 480.199 | 0 | {
"video_id": "1qbkZn8JAw8",
"title": "Analyzing Sysmon From Backdoored UltraVNC Malware - HTB Sherlocks - Unit42",
"url": "https://www.youtube.com/watch?v=1qbkZn8JAw8"
} |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 14