Back to Freecodecamp

Task 71

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

latest1.9 KB
Original Source
<!-- (audio) Jake: Have you checked the audit logs to see if there's any unusual activity or failed login attempts? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have you checked the audit logs to see if there's any BLANK or BLANK?

--blanks--

unusual activity

--feedback--

This two-word phrase refers to unexpected actions or events happening in a system.


failed login attempts

--feedback--

This three-word phrase refers to unsuccessful tries to access a system.

--explanation--

Jake is asking if there are any signs of a security threat in the audit logs.

Unusual activity refers to suspicious or unexpected actions in a system. For example:

The system sent a warning about unusual activity. - It gave an alert because something didn't look normal.

Failed login attempts means someone tried to log in but was unsuccessful. For example:

Too many failed login attempts can lock your account. - If someone enters the wrong password often, the system may block them.

--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": 25.86,
      "finishTimestamp": 30.62
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Have you checked the audit logs to see if there's any unusual activity or failed login attempts?",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.26
    }
  ]
}