While using a Web-based order form, an attacker enters an unusually large value in the Quantity field. The value she entered is so large that it exceeds the maximum value supported by the variable type used to store the quantity in the Web application. This causes the value of the quantity variable to wrap around to the minimum possible value, which is a negative number. As a result, the Web application processes the order as a return instead of a purchase, and the attacker's account is refunded a large sum of money. What type of attack has occurred in this scenario

Answers

Answer 1

Answer: integer overflow

Explanation:

The type of attack has occurred in this scenario is a integer overflow. An integer overflow occurs when there's an attempt by an arithmetic operation to create a numeric value which is outside the range which the given numbers are able to represent.

In this, the integer overflow occurs when the result of the integer operation cannot be able to fit in the allocated memory space which then brings about an unexpected result.


Related Questions

What is the difference, if any, between a project manager and a producer on a digital media production team? A project manager oversees the entire project, while the producer just oversees the creative element. A project manager just oversees the creative element, while a producer oversees the entire project. A project manager is in charge of the people involved in the project, while the producer secures the funds. A project manager secures the funds for the project, while the producer is in charge of the people involved.

Answers

Answer:

A project manager just oversees the creative element, while a producer oversees the entire project.

It is B

Answer:

b

Explanation:

got it right on the quiz

what is robotic technology

Answers

Answer:

according to britannica :

"Robotics, design, construction, and use of machines (robots) to perform tasks done traditionally by human beings. ... Robots are widely used in such industries as automobile manufacture to perform simple repetitive tasks, and in industries where work must be performed in environments hazardous to humans"

Explanation:

A java program is composed of data members and functions.​
true or false ?

Answers

Answer:

true

Explanation:

how do I answer question

Answers

Answer:

To answer a question on brainly, there is a add answer button below the question. Please look at the attached, it shows you the add answer button.

Explanation:

Once you click on add answer, brainly will take you to something that looks like a note and all you have to do is type the answer and explanation. Once you do that, click on the add your answer button on the top right corner, and your answer will be posted.

20 points!!!!! Plz answer quickly

Answers

Answer:

other words are not clear

what is a common translator?​

Answers

Answer:

Conventional interpretation is the process of converting (simultaneously or sequentially) a word/sentence/paragraph/text from one language to another in spoken form without changing the meaning, helping people who do not share the same language. one language can understand each other.

Explanation:

Answer:

A translator is a programming language processor that converts a computer program from one language to another . It takes a program written in source code and converts it into machine code. It discovers and identifies the error during translation.

What is the output of the following C++ code? int list[5] = {0, 5, 10, 15, 20}; int j; for (j = 0; j < 5; j++) cout << list[j] << " "; cout << endl; Group of answer choices 0 1 2 3 4 0 5 10 15 0 5 10 15 20 5 10 15 20

Answers

Answer:

what?

Explanation:

The information included in a résumé should always relate to the job objective; if it isn’t related, it shouldn’t be included.

Answers

Answer:

True.

Explanation:

A resume (curriculum vitae) can be defined as a short text-based document that a job applicant use to briefly outline his or her qualifications, abillities and accomplishments, haven completed and obtained an academic certificate. Thus, it is used to briefly outline a person's qualifications, abillities, skills set, and accomplishments, after completing and obtaining an academic certificate such as a bachelor's degree, master's degree, etc.

Generally, all job applicants are required to have a resume (curriculum vitae). This brief and concise document is always requested by human resource managers during the job application process.

Furthermore, the primary way to make a resume persuasive (to convince or inform an action in the minds of the readers - potential employers) is by customizing it to fit each company and position.

Hence, the information included in a résumé should always relate to the job objective; if it isn’t related, it shouldn’t be included.

This ultimately implies that, job applicants are expected to tailor their resume to fit or match the position that is advertised by a company's human resources department.

Your help desk has informed you that they received an urgent call from the vice president last night requesting his logon ID and password. You discussed about the call with the VP today and you got to know he never made that call. What type of attack is demonstrated in the given scenario

Answers

Answer:

Social Engineering Attack

Explanation:

The exploitation of individuals in order to gain confedential information is a Social Engineering Attack. These attacks typically take advanage of one's emotions or they use inpersonaltion to steal data.

read more here: https://www.webroot.com/us/en/resources/tips-articles/what-is-social-engineering

Lmk if this helps! :)

If an angry person called and demanded to speak with the executive you support, who is currently unavailable, how would you handle it?

Answers

Answer: be nice no matter how mean or rude the person is.

Explanation: because if you’re not you can get in big trouble or fired.

Answer:

remain  calm during the conversation

A transition is ________.

Answers

Answer:

the process or a period of changing from one state or condition to another.

Explanation:

"students in transition from one programme to another"

You are a trainer for your company and often teach courses in a classroom located on-campus or in a hotel conference room. In your office, which is separate from the classroom, you have two external monitors connected to your laptop, and you are able to display different content on each monitor. However, when teaching, you only have your laptop and a projection unit. To make teaching easier, you want the same content to show on both the laptop monitor and the projection screen.
Which of the following multiple display options would be BEST to select when teaching?
A. Show only on 1.
B. Extend these displays.
C. Show only on 2.
D. Duplicate these displays.

Answers

Answer:

Duplicate these displays.

Explanation:

A. Show only on 1 displays only the first screen and disconnects the second one

B. Extend these displays displays two different outputs on the same computer

C. Show only on 2. displays only the second screen and disconnects the first one

D. Duplicate these displays. displays the same output for both screen

Answer:d. Duplicate these displays

Explanation:

How can computer be beneficial in agriculture and tourism​

Answers

The production capacity in farming and animal husbandry has increase due to use of computer in agriculture field . There are less losses due to work are monitored by computer. By using computer in traditional field like agricultural field we can increase the productivity and minimize the error happen.

...............is a personal computer that fits on desk.​

Answers

Answer:

desktop computer

Explanation:

16. Which of the following is true about function return statements? A) A function can hold multiple return statements, but only one return statement executes in one function call. B) A function can hold only one return statement. C) A function can hold multiple return statements, and multiple return statements can execute in one function call. D) A function can have maximum of two return statements.

Answers

Answer:

A) A function can hold multiple return statements, but only one return statement executes in one function call

Explanation:

This is because each function can only return one value, whether it be an integer, String, or other object.

However, you can have a series of if-else statements, or case statements, to return a different value depending on information (within parameters, or variables.

Excellent. So, you can have multiple return statements, but the function will only end up executing one of these return statements and return a single value.

Hope this helps!

The statement "When there are multiple return statements but one return statement should execute the 1 function call" is true.

The following information should be considered:

This can be done as every function has only a return i.e. one value. It can be an integer, string, or any other thing. The function can't hold only 1 return statement.The function can't hold many return statements that execute one function call. The function can't have the utmost 2 return statements.

Therefore, we can conclude that option A is correct.

Learn more about the function here: brainly.com/question/12431044

How to execute python code in command prompt *window*?

Iam using sublime text 3 and want to execute my python code in command prompt.
This is my current build system:

{
"cmd": ["python", "$file"],
"selector": "source.python",
"file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)"
}

But I want my program to open in command prompt window and show the result there. I dont want to see the result in sublime text. Please help.

Answers

Answer:

Open Command Prompt and type “python” and hit enter. You will see a python version and now you can run your program there

With respect to using software to build a project network, the authors contention is that... Multiple choice question. Understanding the calculations used is vital to proper use. Software makes up for the need to understand the forward/backward pass calculations and is not necessary for a person to know the pass calculations.

Answers

Answer:

They should have a common start and end node, numbering activity aides clarity, and no "if-then" statements

When constructing a project network for a project with 25-100 tasks, a common industry practice is to

utilize the "yellow sticky" approach

¿Cuál es la ventaja principal de una tabla dinámica?

Answers

Explanation:

Ventajas de las tablas dinámicas de Excel:

Hacen que los informes sean flexibles y se adaptan a tus necesidades. Son una forma interactiva de resumir rápidamente grandes volúmenes de datos, haciendo mucho más fácil el proceso de análisis y permitiendo encontrar patrones o tendencias.

How is IT used in entertainment to make cartoon movies

Answers

Answer:

Forensic animation is a branch of forensics in which animated recreation of incidents are created to aid investigators & help solve cases. Examples include the use of computer animation, stills, and other audio visual aids.

hope you will get this answer correct

write a program in python to make the figure:-

*
**
****
********
****************
********************************

The first and correct answer will be marked as brainliest......​

Answers

Answer:

Halo mateeeee

look it will be hard to explain the code and steps to you so just refer this video. .

it will help a lott

( *cries* Serena left Ash In pokemon s19 with a k I s s)

https://youtu.be/rUy_Nq9DHTs

Are all the computer users known as programmer ​

Answers

Answer:

Nope

Explanation:

programmers are diff

how big is an iphone xr

Answers

Answer:

the iPhone xr display measure in at 6 .1 inches

the phone measures up to 6.1 in

Which of these is an example of an IT career? (ik I'm trash at this kinda stuff)


Select all that apply

A

game designer


B

network engineer


C

graphic designer


D

cashier

Answers

Answer:

not d

Explanation:

IT is info tech, so it's most likly a or c(I'mma go witn c), but then again b is possible, but c still sounds most reasonable(I think)

Portable computer, also known as laptop computer, weighing between 4 and 10 pounds is called a. Internet b. Scanner c. Printer d. Notebook computer​

Answers

Explanation:

portable computer also known as laptop computer weighting between 4 to 10 pounds is called a Notebook computer.

A database planner names a field “Organic ingredients_3”. Why would this name Create possible problems in programming?

Answers

Answer:

I think the answer is 2.

hope it will help you

Because it contains an embedded space

You have been hired to perform a penetration test for an organization. You are given full knowledge of the network before the test begins. Which type of penetration test are you performing

Answers

Answer:

If you are performing a penetration test with knowledge you are known as a white-hat hacker.

what are the means of hardware security?​

Answers

Answer:

Hardware security is vulnerability protection that comes in the form of a physical device rather than software that is installed on the hardware of a computer system. ... Common examples include hardware firewalls and proxy servers.

Explanation:

Thank you

Explanation:

Hardware security is vulnerability protection that comes in the form of a physical device rather than software that is installed on the hardware of a computer system. ... Common examples include hardware firewalls and proxy servers.

You want to make sure that a set of servers only accepts traffic for specific network services. You have verified that the servers are only running the necessary services, but you also want to make sure that the servers do not accept packets sent to those services. Which tool should you use

Answers

Answer:

Port scanner.

Explanation:

A server can be defined as a specialized computer system that provides specific services for its clients on request. An example is a web server.

A web server is a type of computer that run websites and distribute web pages as they requested over the internet by end users (clients). When an end user request for a website by adding or typing the uniform resource locator (URL) on the address bar of a web browser, a request is sent to the internet to view the corresponding web pages (website) associated with that particular address.

In this scenario, the tool you should use is a port scanner because it would scan all packets that are sent or received by the server i.e all packets that are being transmitted to and from the server.

What is the Sparklines group for in Excel? to place charts in individual cells working with hyperlinks selecting font styles or themes formatting the appearance of the cells or tables

Answers

Answer:

A sparkline is a tiny chart in an Excel worksheet cell that provides a visual representation of data.

c) Explain GIGO briefly.​

Answers

Answer:

Is is also a computer science acronym that implies bad input will result in bad output. Requiring valid input also helps programs avoid errors that can cause crashes and other erratic behavior.

IT'S FORMULA IS GIGO: GARBAGE IN GARBAGE OUT...

HOPE IT'S HELPFUL FOR U!!

AND PLZ MARK ME AS BRAINLIEST IF U LIKE THIS ANSWER!!!!

Other Questions
Margarita y Roberto estn en la clase de Matemticas. Cada da necesitan su libro de Matemticas, una calculadora, una regla y su cuaderno. Roberto no tiene una regla. La profesora le dice que necesita comparar una regla este fin de semana.What happens next?A. Margarita va a comprar un libro de Matemticas.B. La profesora va a trabajar en la tienda.C. Roberto va a comprar una regla.D. Margarita y Roberto van a tomar un examen. Select all that apply Some disadvantages of relying solely on financial measures include that: (Check all that apply.) Multiple select question. they can encourage managers to focus too heavily on short-term goals. they can encourage managers to focus too heavily on long-term goals. some profitable opportunities may be rejected to keep return on investment high. residual income is not as effective when comparing investment centers of different sizes. they require managers to focus on too many perspectives. PLEASE Help! I need this by tomorrow! ng vt no di y thuc b Gm nhm ?Chut chi.Chut ng.Chut ch.Mo rng. How does a folk song represent the place and contemporary society? Each state sends a different number of representatives to the House of Representatives depending on the population of the state A) true B) False I feel like its b but need a second opinion Estimating Mean SAT Math ScoreType numbers in the boxes.aby Part 1: 5 pointsThe SAT is the most widely used college admission exam. (Most communityaby Part 2: 5 pointscolleges do not require students to take this exam.) The mean SAT math scorevaries by state and by year, so the value of u depends on the state and the year. 10 pointsBut let's assume that the shape and spread of the distribution of individual SAT math scores in eachstate is the same each year. More specifically, assume that individual SAT math scores consistentlyhave a normal distribution with a standard deviation of 100. An educational researcher wants toestimate the mean SAT math score (u) for his state this year. The researcher chooses a randomsample of 661 exams in his state. The sample mean for the test is 494.Find the 99% confidence interval to estimate the mean SAT math score in this state for this year.(Note: The critical z-value to use, zc, is: 2.576.)Your answer should be rounded to 3 decimal places. Cheyenne's bi-weekly gross pay is $529.81. She sees that $18.54 was deducted for Medicare tax. What percent of Cheyenne's gross pay has been withheld for Medicare tax? Round to the nearest tenth. (2 points)0.35%2.2%3.5% GRAYYYGEOOOOOOOOOOOOOO Rule for subtracting Integers: Keep, Change, Opposite.Show the changes for subtracting integers:1. 3 - 72. -4 -23. -4 - (-6)4. x - 3x5. 3 - 4x6. -3 - (-2x) What type of medication is prescribed for a bacterial infection such as strep throat?antifungalsantibioticsantiviralsantiprotozoals Guyss help me plss :) God will bless youVegetarianism has become the most popular diet among the young generations facing the new millennium. This discipline eliminates the intake of meat and in some cases also the consumption of dairy products and eggs. Are there enough reasons to make you change your eating habits? My purpose is to prove that vegetarianism is the diet that offers more benefits to our health, spirit, and society.Nowadays, health is the number one individual and governmental concern. Health is a fragile factor and its behavior relies mostly on the nutritional quality of the food we ingest. A balanced non-vegetarian diet allows the consumption of all four main food groups including meat and other animal by-products that are important protein and fat sources. Most of us consume more proteins and fats than we need. An excess of proteins can cause kidney failure and/or osteoporosis, and a high-fat diet can eventually lead to heart disease, cancer, obesity, and diabetes. On the other hand, vegetarians get protein from grains, beans, vegetables, and low-fat food. This is how they reduce the risk of most diseases caused by fats. It is a myth to believe that vegetarians don't get enough proteins or that their diet is not balanced because they don't eat meat. The key isvariety and accurate combinations of energy and protein sources. If I were asked to describe a vegetarian, I would immediately mention they are very disciplined people. It has been proven that there exists a remarkable correlation between the people who succeed and people who follow a disciplined lifestyle. People who are faithful to the disciplines they have acquired show integrity, a remarkable behavior and they are usually in a good mood. Vegetarians, always concerned about quality and discipline, develop a greater social responsibility that motivates them to improve their environment.Moreover, environmental issues have been capturing public attention because of their relevancy and increasing deterioration of our quality of life. If you are concerned about the environment, consider that massive meat production can have a negative impact on tropical rain forests, soil stability, and air and water quality. Large extensions of forests have been cut and changed into grasslands that provide cattle with food. To conserve grasslands, fertilizers and other chemical substances are used; consequently, soil and water resources are polluted. Even though there are methods that avoid this kind of deterioration, producers prefer to ignore them so they can keep satisfying the increasing meat demand without affecting their production rates.Vegetarians' life spans are increased and through this discipline they learn to live quality life in all the possible aspects. Besides, their beliefs are congruent with their lifestyle and they take responsibility and action for problems within their own bodies and in their surroundings. Take a look at yourself. Is your health at risk? Have you been able to reach your goals? Are you a factor of change and improvement within your society? You must at least try becoming a vegetarian now that you know it is a tempting challenge and an exciting experiment that has advantages and no risks. Do it for your body, for your lifestyle, or for your environment, but do it. Stop letting others have all the credit, the fun, and the quality.1. What is the writer's purpose in writing the text above? 2. What is the most popular diet among the young people these days? 3. What is the main reason for being a vegetarian? 4. What are the consequences of consuming more proteins and fats than one needs? 5. How does the writer falsify the myth saying vegetarians don't get enough proteins or that their diet is not balanced because they don't eat meat?6. Where do vegetarians get proteins from?7. How does the writer prove his claim that vegetarians are very disciplined people?8. How can massive meat production have a tropical rain forests, soil stability, air and water quality? negative impact on9. How do vegetarians learn to live a quality life in all the possible aspects?10. What is the function of rhetorical questions in the last paragraph? Solve for the value of x Prove the following:Using steps show the following is equal to 1. The definition of parallel lines requires the undefined terms line and plane, while the definition of perpendicular lines requires the undefined terms of line and point. What characteristics of these geometric figures create the different requirements? WOmbats are what type of mammals? Select the table representing a linear function. (Graph them if necessary.)O A. x 072 3y 1 2 56B. 07320y -2 -1-1O c. xo1N3y 10 12 14 16-OD. x 0 1 2 3y 5 3 1 2 is glabal warming a problem in our country Chen rode his skateboard 3/3/4 miles in 34 of an hour.What was his average speed in miles per hour?_[blank]_ miles per hour (20 point will give BRAINLYist answer)What does the cartoon say about the reason behind the scandals and corruption of theHarding administration? What are some reasons that government corruption occurs? Did any aspects of the Hardingadministration contribute to the scandals?Warren G. Harding has been ranked among the worst presidents to have served, primarilydue to the corruption of his administration. Do you think this is a fair assessment? ShouldHarding be responsible for the actions of his political appointees? Why or why not?Public opinion polls suggest that Americans today have less faith in government than didAmericans in the 1920s. What factors might have contributed to this trend?