200 word post

 

Activity 10.2: Analyze a Phishing Email*

You probably already have great source material for this lab exercise: simply open your email spam folder and find a likely phishing attack email.

Part 1: Manually analyze an email header

Once you have identified a suspected phishing email, you will need to open the headers for the email. If you’re not familiar with the process, most email providers have help available on how to access the headers. It can help to print the headers out for analysis or to import them into your favorite text editor to allow for markup as you track what you have found.

Review the headers and identify what clues you can find. 

  Report on;

a) where it was sent from
b) who sent it, and
c) what path it traveled before you received it.
c) What red flags stand out,

d) What would you do to identify future phishing emails based on the header information?

Part 2: Analyze the email content

Now that you have reviewed the header, you can move on to the body of the email. In this phase, review the content of the message, paying particular attention to common artifacts found in phishing emails. You should look for embedded links and record any deceptive links or embeds. You can also identify typos, poor grammar, and other typical elements of a phishing email.

   Report on;

  1. Once you have identified these components, check the links against a tool like those found at zeltser.com/lookup-malicious-websites/.
  2. Is the link or domain a known-bad link?

Part 3: Use an automated tool

      Use one or more automated email header analyzers to review the header from part 1.

   Report on 

      if you identify additional useful data and what that data is.

      (Many sites are available; you can start with www.whatismyip.com/email-header-analyzer/ or mxtoolbox.com/EmailHeaders.aspx.)

Conclusion

Write a one paragraph conclusion on what you learned.

Exp19_Access_Ch02_Capstone – International Foodies 1.0

  

International Foodies is an importer of exotic foods from all over the world. You landed a summer internship with the company and discovered that their product lists and the suppliers they buy from are stored in Excel workbooks. You offer to help by using your newly gained knowledge of Access to create a relational database for them. You will begin by importing the workbooks from Excel into a new Access database. Your manager mentions that she would also like a table that specifies food categories so that you can relate the products you sell to specific categories in the database. You will create a table from scratch to track categories, create relationships between the tables, and create some baseline queries.

     

1

Start   Access. Open the downloaded Access file named Exp19_Access_Ch2_Cap_Foodies. Grader has automatically added your   last name to the beginning of the filename. Save the file to the location   where you are storing your files.

 

2

You   will examine the data in the downloaded Excel worksheets to determine which   fields will become the primary keys in each table and which fields will   become the foreign keys so that you can join them in the database.
 

  Open the Suppliers.xlsx Excel   workbook, examine the data, and close the workbook. Open the Products.xlsx Excel workbook, examine   the data, and close the workbook.
 

  You will import two Excel workbooks that contain supplier and product   information into the database.
 

  Click the External Data tab, click   New Data Source, point to From File in the Import & Link   group, and then select Excel.   Navigate to and select the Suppliers.xlsx   workbook to be imported as a new table in the current database. Select First Row Contains Column Headings.   Set the SupplierID field Indexed option to Yes (No Duplicates). Select SupplierID   as the primary key when prompted and accept the table name Suppliers. Do not save the import   steps.

 

3

Import   the Products.xlsx workbook, set the   ProductID Indexed option to Yes (No   Duplicates), and select ProductID   as the primary key. Accept the table name Products.

 

4

Change   the Field Size of the QuantityPerUnit field to 25   in Design view of the Products table. Set the Field Size of ProductID and   CategoryID to Long Integer. Save   the changes and open the table in Datasheet view. Open the Suppliers table in   Datasheet view to examine the data. Close the tables.

 

5

You   will create a new table that will enable International Foodies to associate   each product with a food category in the database.
 

  Create a new table in Design view. Add the following fields in Design view   and set the properties as specified:
 

  Add the primary key field as CategoryID   with the Number Data Type and Number assigned to a new category.   (type the period) as the Description. Set the Caption property to Category ID.
 

  Save the table as Categories.

 

 

6

   Add CategoryName with the Short Text Data Type and Name of food   category.   (type the period) as the Description. Change the field size to 15. Set the Caption property to Category Name and the Required property to Yes.

 

7

Add   CategoryDescription with the Long Text Data Type. Set the Caption property to Category Description. Switch to Datasheet view and save the   table when prompted. You will enter Category data into the table in the next step.

 

8

   You will add 8 records to the Categories table so that you have some sample   data to test in the database.
 

  Add the following records to the Categories table:

Category   ID Category Name   Category Description 

1 BEVERAGES  SOFT DRINKS, COFFEES, TEAS 

2 CONDIMENTS  SAUCES, RELISHES, SEASONINGS

3 CONFECTIONS   DESSERTS,   CANDIES, SWEET BREADS

4 DAIRY   PRODUCTS  CHEESES

5 GRAINS/CEREALS  BREADS, PASTA, CEREAL

6  MEAT/POULTRY  PREPARED   MEATS

7 PRODUCE  DRIED FRUIT, BEAN CURD

8 SEAFOOD  SEAWEED AND FISH

  Close the table.

 

 

9

You will create   the relationships between the tables using the Relationships window.
 

  Add all three tables to the Relationships window. Identify the primary key   fields in the Categories table and the Suppliers table and join them with   their foreign key counterparts in the related Products table. Select the Enforce Referential Integrity and Cascade Update Related Fields check boxes.   Save and close the Relationships window.

 

10

You   will use the Simple Query Wizard to create a query of all products that you   import in the seafood category.
 

  Add the ProductName, SupplierID, and CategoryID fields from Products (in that order). Save the query   as Seafood Products.

 

11

Add   a criterion in Design view, to include only products with 8 as the CategoryID.

 

12

Sort   the query results in ascending order by ProductName. Run, save, and close the   query.

 

13

You   want to create a query that displays actual category names rather than the   CategoryIDs. You are interested to know which meat and poultry products are   imported. You will copy the Seafood Products query and modify it to delete a   field, then add an additional table and field.
 

  Copy the Seafood Products query   and paste it using Seafood Or Meat/Poultry   as the query name.

 

14

Open   the Seafood Or Meat/Poultry query   in Design view and delete the CategoryID   column.

 

15

Add   the Categories table to the top   pane of the query design window. Add the CategoryName   field to the last column of the design grid and set the criterion as “Seafood” Or “Meat/Poultry”.   Run, save, and close the query.

 

16

You   will create a query that identifies suppliers and their associated products.   Because there is a relationship between the two tables, you can now pull data   from each of them together as usable information.
 

  Create a query in Design view that includes the Suppliers and Products   tables. The query should list the company name, contact name, phone (in that   order), then the product name and the product cost (in that order).

 

17

Sort   the query by company name in ascending order, then by product cost in   descending order. Run, close, and save the query as Company by Product List.

 

18

You   determine that the data in the Company by Product List query could be   summarized with a Total row. You will group the records by company name, and   then count the number of products you buy from each of them.
 

  Copy the Company by Product List query   and paste it using Summary of Company by   Product   as the query name.

 

19

Open   the Summary of Company by Product   query in Design view and delete the ContactName, Phone, and ProductCost columns.

 

20

Click   Totals in the Show/Hide group on   the Query Tools Design tab. Click in the Total   row of the ProductName field, click the arrow, and then select Count.   The records will be grouped by the company’s name and the products for each   company will be summarized.

 

21

Modify   the field name of the ProductName column as Product Count:   ProductName to make the field name more   identifiable. Click Run in the   Results group (20 records display in the Datasheet). The results display the   product count for each company that supplies your organization. Save and   close the query.

 

22

Close   all database objects. Close the database and then exit Access. Submit the   database as directed.

BankAccount

 CIS331 – Ch. 9 and 10 Exercise: Class BankAccount You are going to code and use a simple little bank account Class called BankAccount. The idea here is that instance objects of this class will represent separate bank accounts for customers. Here are your details: Part 1: Build the Class Data Fields: int accountID, String accountOwner, double accountBalance: all public. Constructors and Member Methods: On these, I will leave it up to your group to discuss return types, access specifiers, and logic except where noted. Remember that constructors have the primary job of giving your instance object’s data fields their starting values. BankAccount() BankAccount(String accountOwner, double accountBalance) A “setter” method for accountOwner A “getter” method each for accountBalance and account Owner makeTransaction(double amount) It will add the amount to the account Balance data field. The value of amount could be positive or negative. If the accountBalance data field becomes <=0.0 due to this transaction, print a message stating that the account is overdrawn. Part 2: Use the Class Create an instance object of your BankAccount class. Initialize it with whatever customer name and balance you want to use in the constructor invocation. Make 3-4 transactions of positive and negative amounts. Print out the status of the account like so: Example: Owner: Suzy, Balance: $3445.32 Part 3: Store Transaction History Enhance your BankAccount class so that you can store a history of transactions made on each account. Create a new class, called Transaction that will simply store an amount and a description of the transaction. Create only a full constructor for the class (no 0-arg constructor is needed) To your BankAccount class, add an array of Transaction objects. Give the array a size of 100 in your constructors. Add any additional data field(s) that are needed to help manage the array and where new Transactions will be stored. Each BankAccount will have its own Transaction array. • Modify the makeTransaction() method from earlier so it accepts both an amount and description. The method should now create a new Transaction object and store it in the BankAccount's array. Correct any errors in your Application that result from these changes. 

wk5-09212021

NOTE: **** post answers in separate documents for each Question

      **** Please follow the instructions to the point and pick relavant topics according to the subject

      **** Follow APA7 format

Subject: Cloud Computing 

Question 1: 400+ words (APA format & latest scholarly journal article references 2016 on words)

50+ words answer for each question

2 page APA-style paper, address the following

As being a full stack web developer answer the following. 

Q1. Describe 2-3 actions that you have taken in your internship workplace that demonstrated your initiative.  

Q2. Have you offered to do something above and beyond your normal duties? Have you figured out a better way to do a common task? How did your supervisor or coworkers respond to your effort?  

Q3. If you have difficulty identifying ways in which you have shown initiative, you may instead describe the performance of a co-worker or supervisor in your workplace who is a good example of a person who shows initiative and puts forth extra effort. 

Q4. Identify some extra ways you might do your job more efficiently. These suggestions could be tasks that require higher-level skills than your job description requires.

Functions in many languages

 you will explore functions in a number of different languages. You may work in groups. Everyone should pick a unique language and find example functions in the language. You should compare the function to the same function in either C++, Java or C# (languages everyone should be somewhat familiar with). What is the structure of the function? How is it called? Important: how are parameters passed in? You should describe passing in parameters by value, reference, copy, etc. How does it compare to the implementation in C++/Java/C#? Once you get your function(s) working, you should give a brief description of this to the class. A written description should be provided as part of your submission. 

Scalability

 Explain the dynamic scalability architecture and why it is important for cloud systems. Include an explanation of the different types of scaling. Include information from a source other than your textbook and be sure to include a URL to the resource.  

HELP2

Topic Chose: Ransomware 

The final presentation will be a professional presentation discussing your Contemporary Issues topic. The presentation will be evaluated on the following:

Presentation professionalism

  1. Professional dress and presentation of content

  1. Knowledge of presentation

  1. Language use and audience awareness

Technical components

  1. Appropriate use of visual aids

  1. Five lines; five words

  1. Large, clear type

  1. Professional fonts and cascades

  1. Each element has a specific purpose

  1. Speaker notes

The presentation must include each of the following:

Problem

  1. Problem statement is clearly described

  1. Current hypothesis

  1. Pitch your vision of the world where this is solved

  1. Go through the problem methodically and with precision

Metrics

  1. Explain what the factors are and how they were determined

  1. Show a visual example of how this is measured

Analysis

  1. Provide a clear model of the system, including a visual model

  1. Provide the analysis results of the current state of the system including the two visuals from Section 2

  1. Short and sweet explanations; if an explanation is too complex, provide an opportunity for discussion after presentation

Solutions

  1. What are the solution options?

  1. Give a solid feasible solution

  1. Provide rationale for your decision with data

  1. Provide a vision of your implementation strategy

Values and Virtues

  1. Explain what steps were taken to ensure that the solution purposed is a moral and ethical decision. 

  1. How is your solution informed by the values and virtues of the Christian worldview?

NOTE: Please use attachment to finish the work and use each question as heading..