Back to Freecodecamp

Dialogue 3: Preventing MitM attacks

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675ecdef47179ea4653c2b9f.md

latest4.4 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video.

--scene--

json
{
 "setup": {
   "background": "interview-room1.png",
   "characters": [
     {
       "character": "Anna",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Brian",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_6-3.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "Anna",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Brian",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "Anna",
     "startTime": 1,
     "finishTime": 5.22,
     "dialogue": {
       "text": "Hi, Brian. I've heard about these Man-in-the-Middle attacks. When do they usually happen?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 5.86,
     "finishTime": 9.94,
     "dialogue": {
       "text": "Typically, they occur when you're using public Wi-Fi or unsecured networks.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 10.26,
     "finishTime": 15.3,
     "dialogue": {
       "text": "It's crucial to be careful, especially during peak travel times like holidays or weekends.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 15.72,
     "finishTime": 19.18,
     "dialogue": {
       "text": "I see. How often should we remind employees to use secure connections?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 19.6,
     "finishTime": 21.12,
     "dialogue": {
       "text": "We send out reminders every month,",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 21.12,
     "finishTime": 24.68,
     "dialogue": {
       "text": "but we're planning to increase that to every two weeks to keep everyone vigilant.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 24.94,
     "finishTime": 29.02,
     "dialogue": {
       "text": "By the end of this week, we'll have new job aids with updated security tips.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 29.6,
     "finishTime": 32.7,
     "dialogue": {
       "text": "That sounds like a good approach. When is our next security review meeting?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 33.3,
     "finishTime": 37.36,
     "dialogue": {
       "text": "It's scheduled for tomorrow afternoon. We'll discuss the current security protocols",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 37.36,
     "finishTime": 41.12,
     "dialogue": {
       "text": "and the steps we're taking to prevent Man-in-the-Middle attacks.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 41.84,
     "finishTime": 46,
     "dialogue": {
       "text": "Got it. We have our summit coming next week and many team members are coming from other countries.",
       "align": "left"
     }
   },
   {
     "character": "Anna",
     "startTime": 46.44,
     "finishTime": 49.02,
     "dialogue": {
       "text": "What should they do to protect themselves while traveling for work?",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "startTime": 49.56,
     "finishTime": 54.6,
     "dialogue": {
       "text": "Everyone should always use a VPN, especially when accessing sensitive information.",
       "align": "right"
     }
   },
   {
     "character": "Brian",
     "startTime": 54.6,
     "finishTime": 61,
     "dialogue": {
       "text": "They should also avoid using public Wi-Fi for important tasks like banking or accessing corporate emails.",
       "align": "right"
     }
   },
   {
     "character": "Anna",
     "startTime": 61.76,
     "finishTime": 65.54,
     "dialogue": {
       "text": "Thanks for the advice. Let's ensure everyone gets these updates before they travel next week.",
       "align": "left"
     }
   },
   {
     "character": "Brian",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 66.04
   },
   {
     "character": "Anna",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 66.54
   }
 ]
}