Help With Malware Analysis Computer Science Assignment Help

Help With Malware Analysis Computer Science Assignment Help. Help With Malware Analysis Computer Science Assignment Help.


(/0x4*br />

Hi, I need help with a time sensitive assignment on malware analysis.

Erica
runs Palindrome Consulting and good news, you work there. A law
enforcement agency has asked Palindrome to analyze two files of
questionable virtue and you’re just the person for the job! Perform a
dynamic and static analysis of these files which will prove or disprove
their status as malware.

For this assignment, you’ll want either a 32-bit version of Linux or some 32-bit libraries installed
otherwise running a 64-bit version of Linux when trying to perform
their dynamic analysis will result in an error message such as “unable
to execute ./foo: No such file or directory” even when foo is in their
path. You can either use a 32-bit Linux or install some 32-bit shared
libraries which have worked in the past:

sudo aptitude install libc6:i386

Background:
You’re a contractor working at the prestigious firm of

Palindrome Consulting, Inc

575 Tattarrattat Drive
Oktahatko, FL 32423

Your boss, Erica Wilde, has assigned to you a case to analyze two
files of a questionable nature. Law enforcement recovered the files from
a workstation at Reynholm Industries after their IT department noticed
curious traffic across their network originating from the workstation.
The lead investigator indicated that his team believes the software was
the origin of this traffic after a cursory look, but has contacted
Palindrome to identify specifically what the software is and how it
works.

Your task:
Conduct both a static and dynamic
analysis of the two files. Report the procedures you used, the results,
and, if it is in fact malware, the possible legal implications of the files use. (That’s in bold for a reason and still some leave this out!)

Conduct your analysis within a virtual machine only.

If, IF, the files are malware, let’s just say they
may be gimped, but make sure that the VM you use for the analysis is set
to a host-only based network after you download the files to your VM
just in case. As a bonus, that’s good incident response and forensic
practice as you do not know what the software would do once executed.

Deliverable:
Conduct your analysis and provide a written report (.pdf preferred or .doc format).

  • Analysis Overview
    • Written in non
      technical terms which describes the purpose of the software and the
      legal implications of someone having and using the software. Provide an
      example or two of incidents where such software has been used. This
      section should be titled “Analysis Overview.”
  • Technical Section
    • A complete, specific, and detailed explanation of the results of your static and dynamic analysis.
    • Do
      not include all
      of the results for the longer, more detailed results such as lsof and
      strace, but a few screenshots that point out the ‘interesting’ parts of
      the results that assisted you in identifying what the software does
      (open ports? open files? etc.). This section should be titled ‘Technical
      Section.’
  • For each command you run you need to describe
  • What you were doing
  • Why you were doing it / what was the objective
  • An interpretation of the results.
  • If you just provide a screenshot of your commands and results with no interpretation, there will be 0 credit given 🙁

    Help With Malware Analysis Computer Science Assignment Help[supanova_question]

    Draft of Cause and Effect Essay Humanities Assignment Help

    The Assignment:

    Your objective is to produce the first draft of my Cause and Effect essay. The first draft will be a complete essay of 750 to 1000 words describing the causes of a problem in my career field (Military-United States Army) and supporting your ideas with research from web resources (minimum two sources total). You may not use first person (I, we, us) or second person (you) in this essay.

    Resources:

    • ATTACHED BELOW- A CAUSE AND EFFECT ESSAY EXAMPLE OF HOW YOURS SHOULD LOOK.
    • At least two credible sources from the Internet (for example academic journals)-NO WIKIPEDIA

    Acceptable Length:

    The draft should:

    • be at least five paragraphs long and contain an introduction, body, and conclusion.
    • contain references from at least two credible sources from the internet, properly cited in MLA format.
    • contain 750 to 1000 words. PLAGIARISM WILL NOT BE ACCEPTED. IT WILL BE CHECKED. PLEASE do not just use quotes for the whole paper either.

    Formatting Requirements:

    [supanova_question]

    IT Infrastructure Project Phase I Computer Science Assignment Help

    This is the beginning of the project. Please see attachment for further instructions.

    Project Background
    Reference Figure 1. Friendly Care Hospital is one of the biggest hospitals in DC. You have
    recently bought the hospital, naming it [Your Firstname Lastname] Hospital. For example, Jane
    Doe Hospital. Jane Doe Hospital owns a 5-story building and houses many departments that
    span multiple floors. Its Radiology department is spread across the first and second floors,
    connected by a dedicated LAN. The department has recently deployed a new “Radiology
    Images” application as part of their initiative to digitize patient records. However, the
    department staff sometimes faces long application delays during busy hours. It also experiences
    regular delays in Internet connectivity, FTPS services, web services, and email services.
    Their original design, depicted in Figure 1, was categorized as a small network, providing
    services for up to 200 devices. They have well surpassed this. You, as their senior network
    engineer, are tasked with the job of a complete re-design. This design must support a mediumsize
    network for 200 to 1,000 devices.

    I have attached the full project a track program is available and I will give the link.

    [supanova_question]

    Mobile app assignment Computer Science Assignment Help

    You have been hired to create a mobile application for Healthy Life, a local organic bakery and grocery store. The owners want to offer a mobile application to customers that features recipes that contain ingredients that they sell in their store. You will be developing, testing, and deploying the mobile application based on the specifications provided for each assignment. Once completed, you will be demonstrating the mobile application to the client.

    The following specification is what the client has requested:

    Part 1:

    1. Create a new Android Application Project.
    2. The main screen should state the name of the person who owns the phone.
    3. The recipe application should have a tile or visual shortcut placed in the application list.
    4. The application should have a splash screen that serves as an appropriate graphical advertisement for the application.
    5. The application should use an appropriate template design and application icon image.
    6. Once opened, the main page of the application should use the page name of Healthy Life and a normal full-screen layout using a 2-column grid control in the Content Panel with 4 buttons in the right column and 4 corresponding images in the left column of the grid control. The text of the four buttons should read: Bread, Fruits, Vegetables, and Soup, respectively. Note: In Phase 5, the buttons will be linked to the corresponding recipe category in a local database.
    7. Test your application by running the Android Phone Emulator.
    8. Create screenshots of all of the relevant screens of your running application, and save them in a Word document named “yourname_ITSD427_IP2.docx.” You should also use this document to describe the work you performed for this assignment, with specific details regarding the locations and changes of the code you created and modified.
    9. Save and close the project. Zip the entire project, including your screenshots and work description, to a file named “yourname_ITSD427_IP2.zip”.

    Part 2:

    In Part 1, you started work on some of the application’s graphical user interface (GUI). In this assignment, you will add a data entry form to the GUI and create a local database that will synchronize data to the isolated storage container of the mobile device.

    The following are the steps that you need to accomplish:

    1. Create a second page with a data entry form and the following fields: recipename, category, ingredients, and instructions.
    2. Make the Category field a dropdown box that contains the recipe categories listed in the Individual Project for Unit 2.
    3. Create Add and Delete buttons.
    4. Create the database necessary to store the information associated with the data entry form.
    5. Modify the application code to support addition and deletion of data in the database.
    6. Test the application in the Android Phone Emulator.
    7. Create screenshots of all of the relevant screens of your running application, and save them in a Word document named “yourname_ITSD427_IP3.docx.” You should also use this document to describe the work you performed for this assignment, with specific details regarding the locations and changes of the code you created and modified.
    8. Save and close the project. Zip the entire project, including your screenshots and work description, to a file named “yourname_ITSD427_IP3.zip”.

    Part 3:

    Using a background thread instead of the user interface (UI) thread, as per design guidelines and best practices, do the following:

    1. Modify the code created for Part 2 to use AsyncTask to perform the database updates.
    2. Test the application in the Android Phone Emulator.
    3. Create screenshots of all of the relevant screens of your running application, and save them in a Word document named “yourname_ITSD427_IP4.docx.” You should also use this document to describe the work you performed for this assignment, with specific details regarding the locations and changes of the code that you created and modified.
    4. Save and close the project. Zip the entire project, including your screenshots and work description, to a file named “yourname_ITSD427_IP4.zip”.

    Part 4:

    For the final part, complete the following steps:

    1. Link the buttons that you created in Part 1 to the corresponding recipe category in a local database.
    2. When the button is activated, the recipes should appear on a new page, one record at a time.
    3. Add Next and Previous buttons on that page to allow the user to navigate through the recipes in the current category.
    4. The database queries should use AsyncTask to perform the queries in a background thread like the code completed in the Unit 4 assignment.
    5. Test the application in the Android Phone Emulator.
    6. Create screenshots of all of the relevant screens of your running application and save them in a Word document named “yourname_ITSD427_IP5.docx.” You should also use this document to describe the work you performed for this assignment, with specific details regarding the locations and changes of the code that you created and modified.
    7. Save and close the project.
    8. Create a distribution package for your application.
    9. Zip the entire project, including your screenshots and work description, the project files, and your deployment package to a file named “yourname_ITSD427_IP5.zip”.

    *ALTHOUGH PARTS 2-4 ARE A CONTINUATION OF PART 1, PLEASE SUBMIT PART 1, PART 2, PART 3, AND PART 4 SEPARATELY*

    [supanova_question]

    write Thank you email following a job interview Writing Assignment Help

    Following up a job interview (whether it’s a phone, virtual or in-person interview) with a thank-you letter or email is an important part of the job-search process. It shows the potential employer that you are courteous and professional; in fact, many employers say that they screen out job applicants who fail to send follow-up messages after interviews. This is also an opportunity for you to remind that employer of who you are and why you are a good fit for the position you seek. Think of this as your final pitch for why you should be hired (or deserve a second interview).

    Assignment:

    Assume that the cover letter you wrote resulted in your securing an interview for the job or internship you seek. Your interview went well, and you know that it’s important to follow up with a thank-you letter or email to the interviewer within 24 hours of the interview. Sending your message via email will enable you to get your message out immediately (as you know he/she is making the hiring decision soon), and it will remind the employer of why you are a good fit for the position.

    Write a brief email that includes the following:

    • A subject line saying “thank you” and citing the positon for which you interviewed;
    • A personal but professional greeting (such as Dear Ms. XXX); avoid first names or generic greetings (such as “To whom it may concern
.”);
    • An intro sentence thanking the employer for interviewing you and citing the position for which you interviewed;
    • A sentence (or two) expressing your enthusiasm for the position based on what you learned in the interview;
    • A sentence (or two) asserting how your skills, experience and interests are an excellent match for the position;
    • An “action statement” inviting follow-up communication (such as following up a phone interview with “I hope to have the opportunity to meet you in person to further discuss how my skills and experience can best meet your needs.” or simply following any interview, “I look forward to hearing from you regarding the XXX position.”) This shows that you are assertive and confident.
    • A professional and courteous closing such as “Best regards” or “Sincerely);
    • A signature block including your name and contact information.

    Be sure to edit for grammar, punctuation and style. A concise and professional message will help create a positive impression of you as a credible job/internship candidate. Editing errors will undermine your credibility.

    ___________

    The job/ intrenship offer:

    Business Leadership Summer Internship: Fredericksburg, VA

    GEICO — Fredericksburg, Virginia United States

    ______________________________________________________

    Position Type

    Internship

    Desired Program(s)

    Junior

    Work Authorization

    U.S. Citizen or U.S. National, Non-Citizen Permanent Resident

    ______________________________________________________

    Description

    Are you looking for an internship that provides real world business experience? During GEICO’s 8 – 10 week paid summer internship program, you’ll gain first-hand knowledge of our dynamic industry, work on meaningful projects, and have opportunities to network with leaders throughout our organization. This full-time program is designed to educate, stimulate, and develop future business leaders. It is well-suited for finance, accounting, risk management, economics, marketing, management, mathematics, and general business majors. You will be assigned a management mentor and take part in several individual and group projects with your team of in terns. These assignments will include researching insurance industry trends, analyzing current business procedures in multiple departments, proposing new strategies for growing and retaining our business, developing marketing plans, and delivering presentations to management. Many of the project recommendations that GEICO interns make are seriously considered for implementation. At the end of the summer internship program you will have an understanding of what it takes to be successful in a multi-billion dollar corporation. Interns may also be considered for future career opportunities with our company. In fact, more than half of our summer interns accept full-time positions following completion of the program!

    Candidate Qualifications
    * Pursuing a Bachelor’s degree at an accredited college or university with a rising senior status at time of the summer program.
    * 3.0+ cumulative GPA is required
    * Have taken a variety of business courses
    * Very good analytical and problem-solving skills
    * Effective written and verbal communication skills
    * Ability to work independently and within a team
    * High level of dependability
    * Demonstrated leadership potential
    * Strong understanding of Word, Excel, and PowerPoint

    About GEICO
    For more than 75 years, GEICO has stood out from the rest of the insurance industry! We are one of the nation’s largest and fastest-growing auto insurers thanks to our low rates, outstanding service and clever marketing. We’re an industry leader employing thousands of dedicated and hard-working associates. As a wholly owned subsidiary of Berkshire Hathaway, we offer associates training and career advancement in a financially stable and rewarding workplace.

    *Benefit offerings for positions other than full-time may vary* Our associates’ quality of life is important to us.

    If offered a full-time position post program completion and graduation, you would be offered full-time benefits as part of our comprehensive Total Rewards Program including:
    * 401(k) and profit-sharing plans
    * Medical, dental, vision and life insurance
    * Paid vacation, holidays and leave programs
    * Tuition reimbursement
    * Associate assistance program
    * Flexible spending accounts
    * Business casual dress
    * Fitness and dining facilities (at most locations)
    * Associate clubs and sports teams
    * Volunteer opportunities
    * GEICO Federal Credit Union

    Note: Housing is not a company-covered benefit for most locations.

    GEICO is an equal opportunity employer. GEICO conducts drug screens and background checks on applicants who accept employment offers.

    How to Apply
    Click “Apply for Job” to complete your application. You will need an active email address and phone number. Upload your resume, cover letter and college transcripts (official or unofficial, including transfer credits), preferably as Word .doc files or PDF. Once you begin your application you can save it and access it later. Your application should include any work and/or internship experience from at least the past five years.

    ______________________________________________________

    Location

    Fredericksburg, Virginia United States

    Compensation

    Paid

    Work Period

    Summer

    Additional Documents

    Cover Letter, Unofficial Transcript

    [supanova_question]

    [supanova_question]

    Writing Assignment Computer Science Assignment Help

    Professionalism and Student/Employee Etiquette

    Attached Files:

    Often times, especially for individuals coming from different cultural backgrounds, it can be difficult to fit in to a new work environment.

    The attached document provides insight to the following:

    • Expected Classroom Etiquette
    • Communication & Email Etiquette
    • Time Etiquette
    • Other Social Expectations
    • Women in America and the Workplace

    ***SOME OF THESE TOPICS WILL BE COVERED ON THE QUIZ IN THIS MODULE***

    Additional, recommended reading for further evaluation of the differing cultures in the business world.

    “5 Differences Between Indian Work Culture and Western Work Culture”
    https://www.deshpee.com/blog/category/business-developement/5-differences-between-indian-work-culture-and-western-work-culture

    “Difference Between US and China Business Etiquette”
    https://ibstours.com/differences-chinese-business-customs/

    Writing Assignment Computer Science Assignment Help[supanova_question]

    Current and Emerging Technology Writing Assignment Help

    Subject: Current and Emerging technology

    Question: With the arrival of reliable, fast, networked digital information, businesses can track the location and status of all kinds of objects, such as cars and bicycles. This is introducing a new business model different from individual ownership—now, using a car can become a “subscription” service. What options are there for “subscribing” to a car instead of owning one? How about for a bicycle? Are there other businesses you can identify that would be able to take advantage of digital information and become subscription services instead of vendors of a physical product? What are the advantages to the consumer of subscription over ownership? What are the drawbacks?

    Instructions:

    Need minimum 300 words

    Need 3 APA references

    No plagiarism please

    Need 2 generic opinions/responses on the same question 150 words each opinion/response.

    [supanova_question]

    Conceptual Framework Health Medical Assignment Help

    PLEASE FOLLOW ALL INSTRUCTIONS. THIS IS VERY IMPORTANT.

    What is a conceptual framework?

    A conceptual framework is “a set of relatively abstract and general concepts that address the phenomena of central interest to a discipline, the propositions that broadly describe those concepts, and the propositions that state relatively abstract and general relations between two or more of the concepts” (Butts & Rich, 2018, p. 96).

    Conceptual frameworks have a practical value because they guide research and practice. Each conceptual framework of nursing gives the disciple a unique perspective of the metaparadigm concept and provides a path for concrete theories.

    PLEASE READ CAREFULLY

    **************************DIRECTIONS**********************************

    In this assignment, you are going to LOCATE a conceptual framework that you could use in advanced nursing practice. EXPLAIN how your chosen conceptual framework of nursing relates to the unique perspective of the METAPARADIGM concept of person/client, nurse, health, and environment and apply the value of a conceptual framework to advanced nursing roles. Keep in mind, that the conceptual framework is used to allow for practical applications of the metaparadigm concept that will lead to a concrete theory.

    ASSIGNMENT DETAILS******************************************

    For this Assignment, your paper must be 2 to 3 pages, not including the title and reference pages. Minimum requirement of at least 5 REFERENCES sources of support.

    APA format 6th edition

    References in body of paper, reference page. References have to be peer reviewed journals, books, articles, etc. NO wikipedia or internet.

    [supanova_question]

    short essay Humanities Assignment Help

    this is what the professor said :

    Students will be given an article dealing with contemporary ceramics or some form of sculpture or drawing that relates to the ceramic field. Students will then reflect on the article presented commenting on the work for 400-500 words. The goal of this assignment is to increase awareness of contemporary artists and their work, and to reference ceramic forms, textures, and surfaces that can be redirected into student work. Also, through writing, students will improve their visual analytical skills and understanding of artist’s concepts, which drive the works production. Emphasis will be given to student’s personal reflections about the artist’s work and the article.

    Personal Reflection

    Students will be expected to explore original ideas and reactions from your observations concerning the information presented about each artist and their work. You are offered the liberty to focus on any aspect of the information presented including topics that range from the artist’s philosophy, production methods, examples of artwork, or particular characteristics of the artwork. Explore your ideas in detail, and present evidence in support of your observations when necessary. It is not mandatory to provide evidence from the content delivered in the assignment because many times your personal narrative will do. However, if you use information presented directly from the articles or websites, you must provide references in your text, and must offer a bibliography or works cited at the conclusion of the essay. MLA or Chicago styles are accepted. You may also provide images when necessary, included as plates or in the text.

    This is a short essay assignment. Therefore, focus on one or two ideas, and explore with detail. You will be surprised how much you can write about one or two observations.

    Note: This assignment is not a summary of the information presented about each artist, or a research project. The goal is to explore your observations, and present evidence to support your observations. If you find that you are referencing a lot of content presented in the essay, then you are most likely not executing the assignment properly. Remember, present your own ideas, and only use references when necessary to support your idea.

    Article

    Lee Kang Hyo- Expressions of Nature.pdf

    Meditative Journeys.pdf

    Galleries

    Goldmark

    Mindy Solomon Gallery

    [supanova_question]

    rooftop lounges. Humanities Assignment Help

    JOURNAL REFLECTIONS about rooftop lounges.

    After reading three journal articles, you are to IDENTIFY/REACT/APPLY (IRA) for eachJournal Article:

    • IDENTIFY: The main question/hypothesis the author(s) investigated, the research methodology employed (surveys, observations, case study analysis, etc.), and finally the findings of the study.
    • REACTION: Write a paragraph that includes your reactions to the reading and points that were new and surprising to you personally, or points that the article made that were especially significant. Other comments on the reading are also invited. The reaction section offers you an opportunity to reflect on your feelings, opinions, and thoughts about the reading. Please DO NOT summarize the article(s). Instead, provide an overview of your experience of reading and analyzing the article(s).
    • APPLICATION: Write a paragraph about how the material covered in the article could be applied to behaviors or situations related to your project type. How does the reading apply to the design? How will these design applications be useful to the end-user(s) ? The application section offers you an opportunity to think about how the information presented could be used across various design settings and scenarios for your project. This section also addresses the “why does this matter” question
    • DO NOT PLAGIARIZE! Please cite work and in APA format. See handout on plagiarism

    total of 750 word count, 250 word for each reflection and make each one separate

    please find attached correct APA citation format and the grading rubric.

    [supanova_question]

    https://anyessayhelp.com/

    [supanova_question]

    rooftop lounges. Humanities Assignment Help

    JOURNAL REFLECTIONS about rooftop lounges.

    After reading three journal articles, you are to IDENTIFY/REACT/APPLY (IRA) for eachJournal Article:

    • IDENTIFY: The main question/hypothesis the author(s) investigated, the research methodology employed (surveys, observations, case study analysis, etc.), and finally the findings of the study.
    • REACTION: Write a paragraph that includes your reactions to the reading and points that were new and surprising to you personally, or points that the article made that were especially significant. Other comments on the reading are also invited. The reaction section offers you an opportunity to reflect on your feelings, opinions, and thoughts about the reading. Please DO NOT summarize the article(s). Instead, provide an overview of your experience of reading and analyzing the article(s).
    • APPLICATION: Write a paragraph about how the material covered in the article could be applied to behaviors or situations related to your project type. How does the reading apply to the design? How will these design applications be useful to the end-user(s) ? The application section offers you an opportunity to think about how the information presented could be used across various design settings and scenarios for your project. This section also addresses the “why does this matter” question
    • DO NOT PLAGIARIZE! Please cite work and in APA format. See handout on plagiarism

    total of 750 word count, 250 word for each reflection and make each one separate

    please find attached correct APA citation format and the grading rubric.

    [supanova_question]

    https://anyessayhelp.com/

    [supanova_question]

    rooftop lounges. Humanities Assignment Help

    JOURNAL REFLECTIONS about rooftop lounges.

    After reading three journal articles, you are to IDENTIFY/REACT/APPLY (IRA) for eachJournal Article:

    • IDENTIFY: The main question/hypothesis the author(s) investigated, the research methodology employed (surveys, observations, case study analysis, etc.), and finally the findings of the study.
    • REACTION: Write a paragraph that includes your reactions to the reading and points that were new and surprising to you personally, or points that the article made that were especially significant. Other comments on the reading are also invited. The reaction section offers you an opportunity to reflect on your feelings, opinions, and thoughts about the reading. Please DO NOT summarize the article(s). Instead, provide an overview of your experience of reading and analyzing the article(s).
    • APPLICATION: Write a paragraph about how the material covered in the article could be applied to behaviors or situations related to your project type. How does the reading apply to the design? How will these design applications be useful to the end-user(s) ? The application section offers you an opportunity to think about how the information presented could be used across various design settings and scenarios for your project. This section also addresses the “why does this matter” question
    • DO NOT PLAGIARIZE! Please cite work and in APA format. See handout on plagiarism

    total of 750 word count, 250 word for each reflection and make each one separate

    please find attached correct APA citation format and the grading rubric.

    [supanova_question]

    https://anyessayhelp.com/

    [supanova_question]

    rooftop lounges. Humanities Assignment Help

    JOURNAL REFLECTIONS about rooftop lounges.

    After reading three journal articles, you are to IDENTIFY/REACT/APPLY (IRA) for eachJournal Article:

    • IDENTIFY: The main question/hypothesis the author(s) investigated, the research methodology employed (surveys, observations, case study analysis, etc.), and finally the findings of the study.
    • REACTION: Write a paragraph that includes your reactions to the reading and points that were new and surprising to you personally, or points that the article made that were especially significant. Other comments on the reading are also invited. The reaction section offers you an opportunity to reflect on your feelings, opinions, and thoughts about the reading. Please DO NOT summarize the article(s). Instead, provide an overview of your experience of reading and analyzing the article(s).
    • APPLICATION: Write a paragraph about how the material covered in the article could be applied to behaviors or situations related to your project type. How does the reading apply to the design? How will these design applications be useful to the end-user(s) ? The application section offers you an opportunity to think about how the information presented could be used across various design settings and scenarios for your project. This section also addresses the “why does this matter” question
    • DO NOT PLAGIARIZE! Please cite work and in APA format. See handout on plagiarism

    total of 750 word count, 250 word for each reflection and make each one separate

    please find attached correct APA citation format and the grading rubric.

    [supanova_question]

    Help With Malware Analysis Computer Science Assignment Help

    Help With Malware Analysis Computer Science Assignment Help

    × How can I help you?