Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Martha wants to look at the network security logs . She is interested in connections that originate from the IP address 1 0 . 1

Martha wants to look at the network security logs. She is interested in connections that originate from the IP address 10.168.10.144.
Which command should she run?
Select one:
cat conn.log | zeek-cut -d ts id.orig_h id.resp_h id.resp_p proto conn_state duration | awk $2==10.168.10.144> output.txt
cat conn.log | zeek-cut id.resp_h | sort | uniq -c | sort -n | tail -n 5
cat source/host.txt | awk {print $2}| sort | uniq -c | sort -n
cat conn.log | zeek-cut -d ts id.orig_h id.resp_h id.resp_p proto conn_state duration | awk $3==10.168.10.144> output.txt

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions

Question

Is this investment worthwhile? Why or why not?

Answered: 1 week ago