Category: Cyber Security

  • HLSC710: Contemporary Issues in Cyber Security and WMD (CBRN…

    You will post one thread of at least 500- 1000 words. For each thread, you must support their assertions with at least 2 scholarly citations in APA format. Each reply must incorporate at least 2 scholarly citations in APA format. Acceptable sources include the textbook, peer-reviewed journal articles, government sources, professional association websites, etc. Each original discussion will also require a biblical reference/quote (which is not a part of the original source count). Each discuusion mush have between one to two bible reference.

    Requirements: 2 PAGE

  • HLSC720: Critical Infrastructure: Vulnerability Analysis and…

    You will post one thread of at least 500- 1000 words. Foreach thread, you must support their assertions with at least 2 scholarlycitations in APA format. Each reply must incorporate at least 2 scholarlycitations in APA format. Acceptable sources include the textbook, peer-reviewedjournal articles, government sources, professional association websites, etc.Each original discussion will also require a biblical reference/quote (which isnot a part of the original source count). Each discuusion mush have between oneto two bible reference.

    Requirements: 2 PAGE

  • Cyber Security Question

    This assignment focuses on developing and understanding the full lifecycle of cybersecurity policiesfrom initial drafting to long-term maintenance and review.

    Requirements:

    1. Identify and explain the key components of a policy (300400 words).
      • Purpose
      • Scope
      • Policy statements
      • Roles and responsibilities
      • Enforcement and sanctions
    2. Describe the end-to-end policy creation process (300400 words).
      • Drafting
      • Stakeholder review
      • Approval workflow
      • Publication and dissemination
      • Identify audiences and participants for each stage
    3. Explain the review and update lifecycle (300400 words).
      • Recommended review frequencies
      • Sources of guidance (e.g., NIST SP 800-53, organizational governance)
      • How policies evolve with technology and regulatory changes

    Submission Expectations:

    • Professional tone and structure
    • APA 7 references
    • Clear explanation of lifecycle processes

    Requirements: Follow the syllabus

  • M4.2 Bonus SQL problems

    M4.2: Practice Problems

    Name:

    Instructions:

    These SQL practice problems are designed as a skill-building journey, progressing from foundational queries to more advanced problems that will help you prepare for the Final Exam. When using Generative AItools, you are required to follow this e on how to use GenAI tools to learn SQL coding responsibly.

    Each SQL practice problem is worth 1 bonus point.

    For each problem:

      • Write and execute an SQL query in Oracle Live SQL.
      • Execute the following command: SELECT sysdate, ‘your name’ FROM dual; where your_name is substituted with your name.
      • Take a screenshot that includes both SQL statements and all results.
      • Copy and paste the screenshot into a Word file containing your solutions.

    In addition, after completing this assignment, include a short overall reflection on your experience using ChatGPT (or another generative AI tool) to support your SQL learning. Answer the following questions:

    • When was AI most useful or effective, and when did you find it less helpful or potentially misleading?
    • How did you decide whether to trust, revise, or reject AI-generated SQL?
    • What would you do differently the next time you use AI to support your SQL work?

    Practice Problems: Basic SQL SELECT Statements

      1. Display all data contained in one of the tables in the JustLee Books database.
      2. Retrieve two columns from one of the tables in the JustLee Books database.
      3. Retrieve several columns from one of the tables in the JustLee Books database. Use an alias for one of the columns.
      4. Retrieve several columns from one of the tables in the JustLee Books database. Use an alias that contains blank space(s) for one of the columns.
      5. Find a table in the JustLe Books database that contains duplicate values in one of the columns. Retrieve that column but list each value only once.
      6. Retrieve data from two character columns from one of the tables in the JustLee Books database and display the result in a single column with a descriptive heading. Values in the output should be separated by a comma and a blank space.
      7. Find a table in the JustLe Books database that contains numerical values in one of the columns. Retrieve that column and perform a basic arithmetic operation on data.
      8. Find a table in the JustLe Books database that contains numerical values in one of the columns. Retrieve that column and increase each value by 10%. Display the original value and the new value with descriptive headings in the output.
      9. Create a mailing list of all customers stored in the CUSTOMERS table. Create a mailing list from the CUSTOMERS table. The mailing list should display the name, address, city, state, and zip code for each customer. Each customers name should be listed in order of last name followed by first name, separated with a comma, and have the column header Name. The city and state should be listed as one column of output, with the values separated by a comma and the column header Location.
      10. Calculate a list of the percentage of profit generated by each book in the BOOKS table. To determine the percentage of profit for a particular item, subtract the items cost from the retail price to calculate the dollar amount of profit, and then divide the profit by the items cost. The solution is then multiplied by 100 to determine the profit percentage for each book. Use a SELECT statement to display each books title and percentage of profit. For the column displaying the percentage markup, use Profit % as the column heading.

    Requirements: Answers completely | Assembly Language

  • M4.2 Bonus SQL problems

    M4.2: Practice Problems

    Name:

    Instructions:

    These SQL practice problems are designed as a skill-building journey, progressing from foundational queries to more advanced problems that will help you prepare for the Final Exam. When using Generative AItools, you are required to follow this e on how to use GenAI tools to learn SQL coding responsibly.

    Each SQL practice problem is worth 1 bonus point.

    For each problem:

      • Write and execute an SQL query in Oracle Live SQL.
      • Execute the following command: SELECT sysdate, ‘your name’ FROM dual; where your_name is substituted with your name.
      • Take a screenshot that includes both SQL statements and all results.
      • Copy and paste the screenshot into a Word file containing your solutions.

    In addition, after completing this assignment, include a short overall reflection on your experience using ChatGPT (or another generative AI tool) to support your SQL learning. Answer the following questions:

    • When was AI most useful or effective, and when did you find it less helpful or potentially misleading?
    • How did you decide whether to trust, revise, or reject AI-generated SQL?
    • What would you do differently the next time you use AI to support your SQL work?

    Practice Problems: Basic SQL SELECT Statements

      1. Display all data contained in one of the tables in the JustLee Books database.
      2. Retrieve two columns from one of the tables in the JustLee Books database.
      3. Retrieve several columns from one of the tables in the JustLee Books database. Use an alias for one of the columns.
      4. Retrieve several columns from one of the tables in the JustLee Books database. Use an alias that contains blank space(s) for one of the columns.
      5. Find a table in the JustLe Books database that contains duplicate values in one of the columns. Retrieve that column but list each value only once.
      6. Retrieve data from two character columns from one of the tables in the JustLee Books database and display the result in a single column with a descriptive heading. Values in the output should be separated by a comma and a blank space.
      7. Find a table in the JustLe Books database that contains numerical values in one of the columns. Retrieve that column and perform a basic arithmetic operation on data.
      8. Find a table in the JustLe Books database that contains numerical values in one of the columns. Retrieve that column and increase each value by 10%. Display the original value and the new value with descriptive headings in the output.
      9. Create a mailing list of all customers stored in the CUSTOMERS table. Create a mailing list from the CUSTOMERS table. The mailing list should display the name, address, city, state, and zip code for each customer. Each customers name should be listed in order of last name followed by first name, separated with a comma, and have the column header Name. The city and state should be listed as one column of output, with the values separated by a comma and the column header Location.
      10. Calculate a list of the percentage of profit generated by each book in the BOOKS table. To determine the percentage of profit for a particular item, subtract the items cost from the retail price to calculate the dollar amount of profit, and then divide the profit by the items cost. The solution is then multiplied by 100 to determine the profit percentage for each book. Use a SELECT statement to display each books title and percentage of profit. For the column displaying the percentage markup, use Profit % as the column heading.

    Requirements: Just follow each parts

  • cyb 400 project 5-1

    see rubric… Using your analysis from your Project One Milestone assignment, you will now make your remediation recommendations.

    Requirements: see rubric plz

  • cyb 310 5-3 project

    see rubric plz

    Requirements: see rubric plz

  • cyb 310 5-2 activity

    see rubric plz

    Requirements: see rubric plz

  • CYB 310 LAB 5-1

    (INFOSEC)

    • Closing Ports and Unnecessary Services

    username: mhussaini

    password: Urbangray100$

    Requirements: see rubric plz

  • cist1001 savannah tech evaluating hardware

    1. Game Devices: Use the web to research three popular recent game consoles. Choose five characteristics to compare the game consoles, such as Internet capabilities, multiplayer game support, storage capacity, television connection, and game controllers. Write your report in paragraph form and do not copy charts or lists.

    Requirements: 1-2 pgs