Back to Freecodecamp

Task 79

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

latest1.6 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Did you check whether there was any BLANK from external IPs or locations?

--blanks--

unusual access

--feedback--

This two-word phrase refers to the suspicious usage of a system.

--explanation--

Unusual access means access that is not normal or suspicious. For example:

We noticed unusual access to sensitive data during the security audit. - The team noticed the access to important data seemed out of the ordinary.

The system flagged unusual access attempts from an unknown IP address. - The system noticed access from an unfamiliar location, which is not normal.

--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
    }
  ]
}