1 00:00:00,260 --> 00:00:07,940 Next, I would like to show you how can you extract the timestamp of any LinkedIn post and any LinkedIn 2 00:00:07,940 --> 00:00:08,900 comment? 3 00:00:09,110 --> 00:00:17,600 Now this is a little bit tricky because first we need to get the post ID and then convert it to binary 4 00:00:17,630 --> 00:00:26,120 to ones and zeros, and then take the first 42 binary digits and then convert them to decimal. 5 00:00:26,120 --> 00:00:32,720 And this number that you'll get at the end is a Unix time format that you can convert it to a readable 6 00:00:32,720 --> 00:00:33,980 date and time. 7 00:00:34,280 --> 00:00:35,990 Now let me show you an example. 8 00:00:35,990 --> 00:00:40,070 I'm going to post and I'm going to click on this post. 9 00:00:40,070 --> 00:00:45,380 And if we look in here we can only see that it were posted three months ago. 10 00:00:45,590 --> 00:00:52,850 And I think that he reposted this post by this person who works at the same company and wrote this comment. 11 00:00:52,850 --> 00:00:56,510 So the first thing we need to do is to copy the post ID. 12 00:00:56,690 --> 00:00:57,800 So here it is. 13 00:00:57,800 --> 00:00:59,270 It's in the URL. 14 00:00:59,360 --> 00:01:04,020 I'm going to copy it and then open a notepad and paste it in here. 15 00:01:04,500 --> 00:01:10,470 And then we can go to a website called Rapid Tables that will allow us to convert a decimal number to 16 00:01:10,500 --> 00:01:11,130 binary. 17 00:01:11,130 --> 00:01:18,660 So all I have to do is just to copy the post ID that I have got and put it in here, and then click 18 00:01:18,660 --> 00:01:19,620 on convert. 19 00:01:19,620 --> 00:01:22,980 And now we have this number converted to binary. 20 00:01:22,980 --> 00:01:29,910 I'm going to copy this number and then open my notepad again and paste the number. 21 00:01:30,180 --> 00:01:35,250 And then we need to select or copy the first 42 digits. 22 00:01:35,250 --> 00:01:37,860 And you can see that I have selected 42 digits. 23 00:01:37,860 --> 00:01:46,680 And you can read this in here I'm going to copy this number and then convert from binary to decimal. 24 00:01:47,100 --> 00:01:52,800 And then put the 42 digits that I have recently copied and then say convert. 25 00:01:52,800 --> 00:01:55,080 And then we will get a number. 26 00:01:55,770 --> 00:02:03,020 Next you need to copy this number which is a Unix timestamp, and then go to this website that I'm going 27 00:02:03,020 --> 00:02:09,890 to put its URL in the resources of this lecture that will convert Unix timestamp to a readable date 28 00:02:09,890 --> 00:02:10,460 and time. 29 00:02:10,460 --> 00:02:14,450 So I'm going to put this number in here and then say convert. 30 00:02:14,450 --> 00:02:21,230 And as you can see our we're able to get the exact time when this post were made. 31 00:02:21,230 --> 00:02:27,080 And you can see that it was on 16th of December 2023 at this time. 32 00:02:27,500 --> 00:02:31,760 Now if you want to find when a comment were made, it's very similar. 33 00:02:31,760 --> 00:02:33,830 So you want to go to a certain post. 34 00:02:33,830 --> 00:02:40,790 For example, let me go to comments in here and we can see that Rishi Cobra has commented on this post. 35 00:02:41,570 --> 00:02:49,580 And what I need to do is just to copy the link to comment, because we want to find when this comment 36 00:02:49,580 --> 00:02:52,670 were made and then I can open my notepad. 37 00:02:52,700 --> 00:02:55,700 Let me remove this number and add the link in here. 38 00:02:55,730 --> 00:03:03,900 The second ID which is this one, is the comment ID and we need to convert this to binary and then copy 39 00:03:03,900 --> 00:03:07,980 the first 42 numbers and then convert them to decimal. 40 00:03:07,980 --> 00:03:14,970 And after we convert this number to decimal, we can use Unix timestamp converter to find when this 41 00:03:14,970 --> 00:03:16,110 comment were made. 42 00:03:16,140 --> 00:03:22,200 Now there is an alternative solution to this which is a website called unf url. 43 00:03:22,200 --> 00:03:30,840 So all we need to do is to copy the URL of the post, and then go to this website and put the URL in 44 00:03:30,840 --> 00:03:31,410 here. 45 00:03:31,410 --> 00:03:34,320 And this website will analyze the URL. 46 00:03:34,320 --> 00:03:38,700 So you can see in here that he analyzed this URL. 47 00:03:38,700 --> 00:03:46,260 And it will first convert it to Unix timestamp and then convert it to a readable date and time. 48 00:03:46,500 --> 00:03:54,750 So if we want to find when a comment were posted, we also need to copy the URL, the comment URL and 49 00:03:54,750 --> 00:04:01,640 put it in this website And then click on here and this will show you the original post were made. 50 00:04:01,640 --> 00:04:03,170 This is the date and time. 51 00:04:03,170 --> 00:04:09,680 And here under Dash Comintern you will see when the comment were made. 52 00:04:10,190 --> 00:04:17,390 Another thing that I would like to show you is how you can uncover or find the redacted employee name. 53 00:04:18,020 --> 00:04:23,990 So when you search for a company, let's say Z security, and then go to its LinkedIn page and then 54 00:04:23,990 --> 00:04:28,610 go to employees, you will see all the people who work at that company. 55 00:04:28,610 --> 00:04:36,830 And some people have profile images and full name and description, and some people doesn't have a profile 56 00:04:36,830 --> 00:04:41,660 picture and their name is redacted on LinkedIn. 57 00:04:42,320 --> 00:04:48,380 Now let's search for Z security, and now we'll be able to find the company LinkedIn page. 58 00:04:48,380 --> 00:04:50,030 I'm going to click on it. 59 00:04:50,510 --> 00:04:55,740 And under people you'll see the people who work at that company. 60 00:04:57,090 --> 00:05:04,290 So let's scroll down and we can see the profile pictures, names and description. 61 00:05:04,290 --> 00:05:11,640 So if we scroll down a little bit we can see here that there is a LinkedIn member who works as a security 62 00:05:11,640 --> 00:05:13,500 as an ethical hacker. 63 00:05:13,500 --> 00:05:18,660 And the problem is that you cannot view the profile because even if you clicked on it, nothing will 64 00:05:18,660 --> 00:05:19,380 happen. 65 00:05:19,380 --> 00:05:21,150 So let me scroll down. 66 00:05:21,150 --> 00:05:21,600 Here. 67 00:05:21,600 --> 00:05:27,810 We can see that there is a person who works at Z security as a cyber security consultant, and he has 68 00:05:27,810 --> 00:05:28,980 a profile picture. 69 00:05:28,980 --> 00:05:31,470 So let's take this as an example. 70 00:05:31,470 --> 00:05:39,240 So what I can do is to copy the description and then go to Google and say site LinkedIn.com, because 71 00:05:39,240 --> 00:05:45,240 we want to search in LinkedIn and then add the description within two quotation marks. 72 00:05:45,240 --> 00:05:46,800 And then I'm going to hit enter. 73 00:05:46,800 --> 00:05:48,600 And then we'll get a search results. 74 00:05:48,600 --> 00:05:49,740 Let me click on it. 75 00:05:49,740 --> 00:05:52,950 And we can see that this is the person that we are looking for. 76 00:05:52,950 --> 00:05:59,440 He has the exact same profile picture, and he also works as a cyber security consultant at the security. 77 00:05:59,470 --> 00:06:01,870 Now let me show you another example. 78 00:06:01,900 --> 00:06:09,070 Here we have another person who works at Z security as cyber security or in cyber security. 79 00:06:09,100 --> 00:06:15,130 I'm going to copy this and come back and change the description. 80 00:06:17,230 --> 00:06:21,910 And we can only see that there is one search result, which is this one. 81 00:06:22,840 --> 00:06:25,480 And this is the person's name. 82 00:06:26,170 --> 00:06:31,720 Now there are some people like this one who doesn't have a profile picture or a name or a description. 83 00:06:31,720 --> 00:06:38,410 In this case, you will not be able to find their name because we don't have any clue or any information 84 00:06:38,410 --> 00:06:40,870 that could lead us to this profile. 85 00:06:41,200 --> 00:06:43,870 Now let's recap what we have learned. 86 00:06:43,900 --> 00:06:50,260 If you are searching for a person on LinkedIn, then use the filters to narrow down your search. 87 00:06:50,290 --> 00:06:57,120 You can add the company of the person where he's working the university, the city, country, etc. 88 00:06:57,150 --> 00:07:00,840 these are all information that will help you to narrow down your search. 89 00:07:00,870 --> 00:07:06,930 Next, you want to analyze the target profile, read their biography, their names, display names, 90 00:07:06,930 --> 00:07:12,030 the posts, comments, etc. which will give you some insights about the count. 91 00:07:12,030 --> 00:07:18,570 And it's also very important to save the profile just in case they have changed any information on their 92 00:07:18,570 --> 00:07:19,500 profiles. 93 00:07:19,500 --> 00:07:24,990 And if you were able to find any post or comment and you would like to extract the timestamp, then 94 00:07:24,990 --> 00:07:33,180 you can convert the post ID to binary and then convert the first 42 numbers to decimal, and then convert 95 00:07:33,180 --> 00:07:39,390 this number to a readable time and date using one of the online Unix converter. 96 00:07:39,780 --> 00:07:47,130 And lastly, if you are trying to scrape or find the people who works at a certain company, then you 97 00:07:47,130 --> 00:07:52,260 can use search engines operators to find any redacted names.