Question 15 of 32 from exam 300-215-CBRFIR: Conducting Forensic Analysis and Incident Response Using Cisco Technologies for CyberOps

Question 15 of 32 from exam 300-215-CBRFIR: Conducting Forensic Analysis and Incident Response Using Cisco Technologies for CyberOps

Question

act gfdggvbdsopag(id, entryl, stringl, entry2, string2):
url = ‘https: //docs.google.com/forms/d/e' + id = ‘/formResponse’

encl = bédencode (bytes (stringl, ‘utf8’)) .decode()

enc2 = bédencode (bytes (string2, ‘utf8’)) .decode()

form_data - {entry1: encl, entry2: enc2}

user_agent = { ‘Referer’: ‘https: //docs.google.com/forns/d/e’ + id + ‘/viewforn’ |
‘User-Agent’ ‘Mozilla/5.0 (Windows NT 10.0;

Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrone/79.0.3945.88
Safari/537.36" }

r = post(url, data-forn data, headers~user_agent)

if r.status_code == 200:

| return True

bise:

| return False

Refer to the exhibit.

Which type of code is being used?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.