Back to Freecodecamp

Task 80

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f38e0b660d12155902bc57.md

latest1.8 KB
Original Source
<!-- (audio) Jake: Did you check whether there was any unusual access from external IPs or locations? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

About what unusual access does Jake ask?

--answers--

Access from company-approved devices.

--feedback--

If the access comes from approved devices, it would not be considered unusual.


Access from internal employees using their own accounts.

--feedback--

Jake is asking about external access, not internal employees.


Access from a single failed login attempt.

--feedback--

A single failed attempt is usually not a major concern.


Access from external IPs or locations.

--video-solution--

4

--explanation--

Jake wants to check for potential unauthorized access from external IPs and locations.

  • External IPs are IP addresses from outside the company's network.

  • External locations are logins from unexpected places, such as a different country.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 43.52,
      "finishTimestamp": 48.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.06,
      "dialogue": {
        "text": "Did you check whether there was any unusual access from external IPs or locations?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.56
    }
  ]
}