Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 130 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 130
Topic #: 1
[All 312-50v12 Questions]

In an intricate web application architecture using an Oracle database, you, as a security analyst, have identified a potential SQL Injection attack surface. The database consists of 'x' tables, each with 'y' columns. Each table contains 'z' records. An attacker, well-versed in SQLi techniques, crafts 'u' SQL payloads, each attempting to extract maximum data from the database. The payloads include 'UNION SELECT' statements and 'DBMS_XSLPROCESSOR.READ2CLOB' to read sensitive files. The attacker aims to maximize the total data extracted 'E=xyz*u'. Assuming 'x=4', 'y=2', and varying 'z' and 'u', which situation is likely to result in the highest extracted data volume?

  • A. z=600, u=2: The attacker devises 2 SQL payloads, each aimed at tables holding 600 records, affecting all columns across all tables.
  • B. z=550, u=2: Here, the attacker formulates 2 SQL payloads and directs them towards tables containing 550 records, impacting all columns and tables.
  • C. z=500, u=3: The attacker creates 3 SQL payloads and targets tables with 500 records each, exploiting all columns and tables.
  • D. z=400, u=4: The attacker constructs 4 SQL payloads, each focusing on tables with 400 records, influencing all columns of all tables.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
insaniunt
Highly Voted 9 months, 2 weeks ago
Selected Answer: D
E = (4 * 2 * z) * u A. E = (4 * 2 * 600) * 2 = 9600 B. E = (4 * 2 * 550) * 2 = 8800 C. E = (4 * 2 * 500) * 3 = 12000 D. E = (4 * 2 * 400) * 4 = 12800
upvoted 5 times
...
smoce
Highly Voted 9 months, 3 weeks ago
Selected Answer: D
E=(xyz)*u A. 9600 B. 8800 C. 12000 D. 12800
upvoted 5 times
...
sosindi
Most Recent 9 months ago
Selected Answer: D
Answer is D
upvoted 1 times
...
JR22craft
9 months ago
Selected Answer: D
Answer is D
upvoted 1 times
...
brrbrr
9 months, 1 week ago
Selected Answer: D
Answer is D
upvoted 1 times
...
[Removed]
9 months, 2 weeks ago
Im a bit hesitant about the validity of this claim
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...