Knowee
Questions
Features
Study Tools

1.Question 1Which of the following potential signs of suspicious activity can you track with automated Python programs? Select all that apply.1 pointWhether login attempts occurred from IP addresses that are not established work zonesWhether phishing attempts occurred through in-person interactionsWhether several failed login attempts occurred within a short span of timeWhether login attempts occurred outside of normal work hours

Question

1.Question 1Which of the following potential signs of suspicious activity can you track with automated Python programs? Select all that apply.1 pointWhether login attempts occurred from IP addresses that are not established work zonesWhether phishing attempts occurred through in-person interactionsWhether several failed login attempts occurred within a short span of timeWhether login attempts occurred outside of normal work hours

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

The potential signs of suspicious activity that can be tracked with automated Python programs are:

  1. Whether login attempts occurred from IP addresses that are not established work zones: Python programs can be used to track IP addresses and determine if they are from established work zones or not.

  2. Whether several failed login attempts occurred within a short span of time: Python programs can also track the number of failed login attempts and the time span in which they occurred.

  3. Whether login attempts occurred outside of normal work hours: Python programs can track the time of login attempts and determine if they occurred outside of normal work hours.

However, Python programs cannot track whether phishing attempts occurred through in-person interactions as this requires human intervention and cannot be automated.

This problem has been solved

Similar Questions

Question 5As a security analyst, you are monitoring network traffic and detect a large number of failed login attempts. Which of the following tools would help you investigate this incident? Select two answers.1 pointAn intrusion detection system (IDS)A cryptographic encoderAn antivirus softwareA network protocol analyzer (packet sniffer)

Suppose as an information security manager of a company, you were assigned a special task of investigating some concerning incidents occurred in the company's network. Upon reviewing the server logs, you noticed a surge in failed login attempts from various IP addresses within a short span of time. While interviewing the company’s staff, several employees reported that they received many suspicious emails (apparently from within the company) requesting them to click on a link to verify their credentials to confirm some security matters and unfortunately, some of the staff members could not understand and foresee the matter and shared their login details. Furthermore, you also observed that certain files on the server have been encrypted, displaying a ransom note demanding payment in cryptocurrency for decryption.Based on the above provided information, it is analyzed that three different attacks occurred in this scenario (Brute force, Phishing, and ransomware) As an information security manager, which type of attack do you think is the primary cause of the security breach? Justify your answer with two solid reasons.Please follow the template to submit GDB solution provided below:Your selected option: __________________________Reason 1: __________________________________________________________________Reason 2: __________________________________________________________________Note: A concise, coherent and to the point comment is preferred over lengthy comment having irrelevant details. Your comment must not be more than 4-5 lines. Comments, posted on regular Lesson's MDB or sent through email will NOT be considered in any case. Any request about such an acceptance will not be catered.

James, a security team member, was assessing the security across organizational assets. He identified sudden fluctuations in the bandwidth consumption and repeated login attempts being made from remote hosts. Which of the following types of intrusion attempt James has identified in the above scenario?Group of answer choicesNetwork intrusionsSystem intrusionsFile system intrusionsPhysical intrusions

1.Question 1What tasks would a security analyst most likely automate with Python? Select three answers.1 pointManaging an access control listAnalyzing network trafficAddressing an unusual cybersecurity concernSorting through a log file2.Question 2What are some benefits of using Python in security? Select all that apply.1 pointPython can combine separate tasks into one workstream.Python is the only language that creates a specific set of instructions to execute tasks.Python helps automate short, simple tasks.Python reduces manual effort. 3.Question 3Which of the following code blocks contains a valid Python comment?1 pointThis prints a "Try again" messageprint("Try again") # This prints a "Try again" messageprint("Try again"): This prints a "Try again" messageprint("Try again")comment: This prints a "Try again" messageprint("Try again")4.Question 4Which line of code outputs the string "invalid username" to the screen?1 pointprint("invalid username")print(invalid username)# print("invalid username")print(#invalid username#)

You notice that your online banking transactions are being intercepted, and unauthorized access is occurring in your bank account. What type of malware could be responsible for this breach?1.0 MarksRootkitKeyloggerSpywareWormRansomware

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.