Cracking Techniques Onno W. Purbo
Referensi Front-line Information Security Team, “Techniques Adopted By 'System Crackers' When Attempting To Break Into Corporate or Sensitive Private Networks,” &
Referensi uments/advanced/ uments/advanced/ ntation.html ntation.html l l
Introduction
Just who is vulnerable anyway? Financial institutions and banks Internet service providers Pharmaceutical companies Government and defense agencies Contractors to various goverment agencies Multinational corporations
Profile of a typical 'system cracker' Usually male, aged To improve their cracking skills, or to use network resources for their own purposes. Most are opportunists Run scanners for system vulnerabilities. Usually gain root access; then install a backdoor and patch the host from common remote vulnerabilities.
Networking methodologies adopted by many companies
Internet’s purposes.. The hosting of corporate webservers and other global communications via. the internet To give employees internet access
Network separation Firewall Application Proxies
Understanding vulnerabilities in such networked systems
Understanding vulnerabilities External mailserver must have access to mailservers on the corporate network. agressive-SNMP scanners & community string brute-force programs, turn router into bridge.
The attack
Techniques used to 'cloak' the attackers location Bouncing through previously compromised hosts via. telnet or rsh. Bouncing through windows hosts via. Wingates. Bouncing through hosts using misconfigured proxies.
Network probing and information gathering Using nslookup to perform 'ls ' requests. View the HTML on your webservers to identify any other hosts. View the documents on your FTP servers. Connect to your mailservers and perform 'expn ' requests. Finger users on your external hosts.
Identifying trusted network components a trusted network component is usually an administrators machine, or a server that is regarded as secure. start out by checking the NFS export & access to critical directory /usr/bin, /etc and /home. Exploit a machine using a CGI vulnerability, gain access to /etc/hosts.allow
Identifying vulnerable network components Use Linux programs such as ADMhack, mscan, nmap and many smaller scanners. binaries such as 'ps' and 'netstat' are trojaned to hide scanning processes. If routers are present that are SNMP capable, the more advanced crackers will adopt agressive-SNMP scanning techniques to try and 'brute force‘ the public and private community strings of such devices.
Perform types of checks A TCP portscan of a host. A dump RPC services via. portmapper. A listing of exports present via. nfsd. A listing of shares via. samba / netbios. Multiple finger to identify default accounts. CGI vulnerability scanning. Identification of vulnerable versions of server daemons, including Sendmail, IMAP, POP3, RPC status & RPC mountd.
Taking advantage of vulnerable components Identify vulnerable network components compromise the hosts. Upon executing such a program remotely to exploit a vulnerable server daemon Gain root access to your host.
Upon gain access to vulnerable components 'clean-up‘ operation of doctoring your hosts logs 'backdooring' service binaries. place an.rhosts file in the /usr/bin to allow remote bin access to the host via rsh & csh
Abusing access & privileges
Downloading sensitive information 'bridge' between the internet - corporate network. Abusing the trust with the external host.
Cracking other trusted hosts and networks Install trojans & backdoors + remove logs. Install sniffers on your hosts.
Installing sniffers Use 'ethernet sniffer' programs. To 'sniff' data flowing across the internal network a remote root compromise of an internal host. To detect promiscuous network interfaces the 'cpm'
Taking down networks rm -rf / & 'mission critical' routers & servers are always patched and secure.