اختبار شهادة محلل الأمن السيبراني CompTIA CySA+

السؤال 294 من 1040

كل الأسئلة

A security analyst is writing a shell script to identify IP addresses from the same country. Which of the following functions would help the analyst achieve the objective?

الخيارات

  • A function w() { info=$(ping -c 1 $1 | awk -F “/” END{print $1}) && echo “$1 | $info” }
  • B function x() { info=$(geoiplookup $1) && echo “$1 | $info” }
  • C function y() { info=$(dig -x $1 | grep PTR | tail -n 1 ) && echo “$1 | $info” }
  • D function z() { info=$(traceroute -m 40 $1 | awk END{print $1}) && echo “$1 | $info” }

النقاشات

لا توجد نقاشات منشورة لهذا السؤال حالياً.