<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sec-Track &#187; ISSAF</title>
	<atom:link href="http://www.sec-track.com/tag/issaf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sec-track.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 15:08:22 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Desarrollo del Entorno De-Ice nivel II – Recolección de Información / Escaneo de Vulnerabilidades</title>
		<link>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades</link>
		<comments>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:23:55 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[De-ICE]]></category>
		<category><![CDATA[ISSAF]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[Nikto]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<category><![CDATA[Wget]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=367</guid>
		<description><![CDATA[Ya hemos realizado varios escaneos al sistema y hemos identificado los servicios que se ejecutan en este. Pasemos ahora a recolectar información sensible del sistema o de interés para posibles ataques. Se hace necesario realizar varios tipos de test; entre ellos un escaneo de directorios y archivos (árbol de directorios del aplicativo web), pruebas de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Ya hemos realizado varios escaneos al sistema y hemos identificado los servicios que se ejecutan en este. Pasemos ahora a recolectar información sensible del sistema o de interés para posibles ataques.</p>
<p style="text-align: justify;"><span id="more-367"></span>Se hace necesario realizar varios tipos de test; entre ellos un escaneo de directorios y archivos (árbol de directorios del aplicativo web), pruebas de conexión a los diferentes servicios, etc. Todos estos procedimientos son detallados en las metodologías<a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank"><strong> ISSAF</strong></a> y <a href="http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual" target="_blank"><strong>OSSTMM</strong></a>.</p>
<p style="text-align: justify;">Si observamos la página web del sistema objetivo, esta nos ofrece información sobre la finalidad del sistema y de las personas/usuarios que administran/utilizan el servidor. Estos son:</p>
<p style="text-align: justify;"><strong>Sr. System Admin:  Adam Adams &#8211; adamsa@herot.net<br />
System Admin (Intern): Bob Banter &#8211; banterb@herot.net<br />
System Admin:  Chad Coffee &#8211; coffeec@herot.net </strong></p>
<p style="text-align: justify;">Muy posiblemente los usuarios válidos en el sistema sean:</p>
<ul style="text-align: justify;">
<li>adamsa</li>
<li>banterb</li>
<li>coffeec</li>
</ul>
<p style="text-align: justify;">Y estos nos sirvan para llevar a cabo un ataque de autenticación a los servicios que actualmente ofrece (FTP, SSH)</p>
<p style="text-align: justify;">Aun así y con el objetivo de recolectar más información realicemos un escaneo de directorios y vulnerabilidades web con la herramienta <a href="http://cirt.net/nikto2" target="_blank"><strong>nikto</strong></a>.</p>
<h3 style="text-align: justify;"><strong>root@bt:/pentest/web/nikto# perl nikto.pl -h http://192.168.1.110</strong></h3>
<p style="text-align: justify;">- Nikto v2.1.0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ Target IP:          192.168.1.110<br />
+ Target Hostname:    192.168.1.110<br />
+ Target Port:        80<br />
+ Start Time:         2010-01-22 20:49:26<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2<br />
+ OSVDB-0: mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2 &#8211; mod_ssl 2.8.7 and lower are vulnerable to a remote buffer overflow which may allow a remote shell (difficult to exploit). http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0082, OSVDB-756.<br />
+ OSVDB-0: Allowed HTTP Methods: GET, HEAD, POST, OPTIONS, TRACE<br />
+ OSVDB-877: HTTP TRACE method is active, suggesting the host is vulnerable to XST<br />
+ OSVDB-0: Apache/2.2.4 appears to be outdated (current is at least Apache/2.2.14). Apache 1.3.41 and 2.0.63 are also current.<br />
+ OSVDB-0: mod_ssl/2.2.4 appears to be outdated (current is at least 2.8.31) (may depend on server version)<br />
+ OSVDB-0: OpenSSL/0.9.8b appears to be outdated (current is at least 0.9.8i) (may depend on server version)<br />
+ 3588 items checked: 6 item(s) reported on remote host<br />
+ End Time:           2010-01-22 20:50:02 (36 seconds)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ 1 host(s) tested</p>
<p style="text-align: justify;">Pasemos ahora a explorar el código fuente del sitio Web con el objetivo de buscar información oculta. Para ello realizaremos una descarga de todo el Website con la herramienta <a href="http://es.wikipedia.org/wiki/GNU_Wget" target="_blank"><strong>WGet</strong></a>.</p>
<h3 style="text-align: justify;"><strong>root@bt:~/Sec-Track/De-Ice_II# wget -r http://192.168.1.110</strong></h3>
<p style="text-align: justify;">&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/<br />
Connecting to 192.168.1.110:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 2036 (2.0K) [text/html]<br />
Saving to: `192.168.1.110/index.html&#8217;</p>
<p>100%[======================================&gt;] 2,036       &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (103 MB/s) &#8211; `192.168.1.110/index.html&#8217; saved [2036/2036]</p>
<p>Loading robots.txt; please ignore errors.<br />
&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/robots.txt<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 404 Not Found<br />
2010-01-21 21:02:52 ERROR 404: Not Found.</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/level.html<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 2309 (2.3K) [text/html]<br />
Saving to: `192.168.1.110/level.html&#8217;</p>
<p>100%[======================================&gt;] 2,309       &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (157 MB/s) &#8211; `192.168.1.110/level.html&#8217; saved [2309/2309]</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/copyright.txt<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 15719 (15K) [text/plain]<br />
Saving to: `192.168.1.110/copyright.txt&#8217;</p>
<p>100%[======================================&gt;] 15,719      &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (177 MB/s) &#8211; `192.168.1.110/copyright.txt&#8217; saved [15719/15719]</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/index2.html<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 847 [text/html]<br />
Saving to: `192.168.1.110/index2.html&#8217;</p>
<p>100%[======================================&gt;] 847         &#8211;.-K/s   in 0.001s</p>
<p>2010-01-21 21:02:52 (968 KB/s) &#8211; `192.168.1.110/index2.html&#8217; saved [847/847]</p>
<p>FINISHED &#8211;2010-01-21 21:02:52&#8211;<br />
Downloaded: 4 files, 20K in 0.001s (20.5 MB/s)</p>
<p style="text-align: justify;">Luego de analizar los archivos descargados pudimos darnos cuenta que no existe ninguna información de relevancia para el Test de Penetración. Lo que si pudimos encontrar fue un archivo (level.html) con información relacionada con el entorno De-Ice LiveCD II:</p>
<p style="text-align: justify;"><em>&lt;B&gt;&lt;I&gt;The disk is considered Level 1&lt;/I&gt;&lt;/B&gt;, and minimal penetration skills are required in order to exploit this disk.  Additional skills required to complete this challenge is a more-than-basic understanding of unix commands and basic functionality of the unix OS.  All tools needed to exploit this disk can be found on the BackTrack Penetration LiveCD (version 2) found at Remote-Exploit.org.  No additional downloads or disks are needed.<br />
&lt;BR&gt;&lt;BR&gt;<br />
&lt;B&gt;Minimum time required to penetrate this CD is:  30 Minutes (approx.)&lt;/B&gt;&lt;BR&gt;<br />
This time is only possible if you know exactly what to do, and in what order.  Do not get frustrated if penetration of this system exceeds hours, or even days.<br />
This exercise is intended to provide a real-world simulation of a penetration test task.  Sometimes, banging your head IS the answer&#8230; so bang away.  &gt;;-)</em></p>
<p style="text-align: justify;">etc&#8230;.</p>
<p style="text-align: justify;">En la fase anterior no pudimos identificar el banner del servicio que se ejecutaba en el puerto 22 (SSH) con nmap, para esto simplemente ejecuto la herramienta <a href="http://www.sec-track.com/tag/netcat" target="_blank"><strong>Netcat</strong></a>:</p>
<h3 style="text-align: justify;"><strong>root@bt:~# nc 192.168.1.110 22</strong></h3>
<p style="text-align: justify;">SSH-1.99-OpenSSH_4.3</p>
<p style="text-align: justify;">Además de esto vamos a realizar un escaneo de vulnerabilidades con la herramienta <a href="http://es.wikipedia.org/wiki/Nessus" target="_blank"><strong>Nessus</strong></a>.</p>
<p style="text-align: justify;">Para ello voy a deshabilitar todos los plugins que vienen activos por defecto, pues solo vamos a requerir algunos que están relacionados con los puertos y servicios que identificamos en la primera fase del Test de Penetración.</p>
<p style="text-align: justify;"><strong>Brute Force Attacks</strong></p>
<ul style="text-align: justify;">
<li>Hydra FTP</li>
<li>Hydra SSH2</li>
</ul>
<p style="text-align: justify;"><strong>FTP</strong></p>
<ul style="text-align: justify;">
<li>Anonymous FTP Enabled</li>
<li>Anonymous FTP Writeable root Directory</li>
<li>FTP Privileged Port Bounce Scan</li>
<li>FTP Server Any Command Accepted (Possible Backdoor Proxy)</li>
<li>FTP Server Bad Command Sequence Accepted (Possible Backdoor Proxy)</li>
<li>FTP Server Copyrighted Material Present</li>
<li>FTP Server No Command Accepted (Possible Backdoor Proxy)</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>Finger Abuses</strong></p>
<ul style="text-align: justify;">
<li>Finger .@host Unused Account Disclosure</li>
<li>Finger 0@host Unused Account Disclosure</li>
<li>Finger Service Remote Information Disclosure</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>General</strong></p>
<ul style="text-align: justify;">
<li>Enumerate</li>
<li>OS Identification</li>
<li>OS Identification FTP</li>
<li>OS Identification HTTP</li>
<li>OS Identification ICMP</li>
<li>OS Identification Linux Distribution</li>
<li>OS Identification SSH</li>
</ul>
<p style="text-align: justify;"><strong>Web Servers</strong></p>
<ul style="text-align: justify;">
<li>Apache</li>
<li>PHP</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>Gain a Shell Remotely</strong></p>
<ul style="text-align: justify;">
<li>OpenSSH</li>
<li>OpenSSL</li>
<li>Shell Command Execution Vulnerability</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;">Entre otras&#8230;</p>
<p style="text-align: justify;">Como vemos este escaneo está configurado de manera muy general, y enfocado únicamente a los servicios  encontrados con Nmap. Por ello solo encontramos las siguientes Alertas de Seguridad en el resultado de Nessus.</p>
<p style="text-align: justify;">﻿﻿﻿<strong>Nessus Report</strong><br />
The Nessus Security Scanner was used to assess the security of 1 host</p>
<ul style="text-align: justify;">
<li> 2 security warnings have been found</li>
<li> 1 security note has been found</li>
</ul>
<p style="text-align: justify;"><strong>List of open ports :</strong></p>
<ul style="text-align: justify;">
<li>ssh (22/tcp)</li>
<li>ipp (631/tcp)</li>
<li>http (80/tcp)</li>
<li><strong>ftp (21/tcp)  (Security warnings found</strong></li>
</ul>
<p style="text-align: justify;"><strong>Warning found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>Anonymous logins are allowed on the remote FTP server.<br />
<strong>Description :</strong></p>
<p style="text-align: justify;">This FTP service allows anonymous logins. Any remote user may connect and authenticate without providing a password or unique credentials. This allows a user to access any files made available on the FTP server.</p>
<p><strong> Solution :</strong></p>
<p style="text-align: justify;">Disable anonymous FTP if it is not required. Routinely check the FTP server to ensure sensitive content is not available.</p>
<p><strong> Risk factor :</strong></p>
<p>Medium / CVSS Base Score : 5.0<br />
(CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N)</p>
<p>CVE : CVE-1999-0497<br />
Other references : OSVDB:69<br />
Nessus ID : 10079</p>
<p style="text-align: justify;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;"><strong>Warning found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>The remote FTP server contains world-writable directories.</p>
<p><strong> Description :</strong></p>
<p style="text-align: justify;">By crawling through the remote FTP server, Nessus discovered several directories were marked as being world-writable.</p>
<p>This could have several negative impacts:</p>
<p style="text-align: justify;">* Temporary file uploads are sometimes immediately available to all anonymous users, allowing the FTP server to be used as a &#8216;drop&#8217; point. This may faciliate trading copyrighted, pornographic or questionable material.</p>
<p style="text-align: justify;">* A user may be able to upload large files that consume disk space, resulting in a denial of service condition.</p>
<p style="text-align: justify;">* A user can upload a malicious program. If an administrator routinely checks the &#8216;incoming&#8217; directory, they may load a document or run a program that exploits a vulnerability in client software.</p>
<p><strong> Solution :</strong></p>
<p>Configure the remote FTP directories so that they are not world-writable.</p>
<p><strong> Risk factor :</strong></p>
<p>Medium / CVSS Base Score : 6.4<br />
(CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:P)</p>
<p>Other references : OSVDB:76<br />
Nessus ID : 19782</p>
<p style="text-align: justify;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;"><strong>Information found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>The remote FTP server allows credentials to be transmitted in clear text.</p>
<p><strong> Description :</strong></p>
<p style="text-align: justify;">The remote FTP does not encrypt its data and control connections. The user name and password are transmitted in clear text and may be intercepted by a network sniffer, or a man-in-the-middle attack.</p>
<p><strong> Solution :</strong></p>
<p style="text-align: justify;">Switch to SFTP (part of the SSH suite) or FTPS (FTP over SSL/TLS). In the latter case, configure the server such as data and control connections must be encrypted.</p>
<p><strong> Risk factor :</strong></p>
<p>Low / CVSS Base Score : 2.6<br />
(CVSS2#AV:N/AC:H/Au:N/C:P/I:N/A:N)</p>
<p style="text-align: justify;">Nessus ID : 34324)</p>
<p style="text-align: justify;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;">Finalmente comprobamos manualmente este acceso al servidor FTP que permite login anónimo.</p>
<h3><strong>root@bt:~/Sec-Track/De-Ice_II/192.168.1.110# ftp 192.168.1.110</strong></h3>
<p style="text-align: justify;">Connected to 192.168.1.110.<br />
220 (vsFTPd 2.0.4)<br />
Name (192.168.1.110:root): anonymous<br />
331 Please specify the password.<br />
Password:<br />
230 Login successful.<br />
Remote system type is UNIX.<br />
Using binary mode to transfer files.<br />
ftp&gt;</p>
<p style="text-align: justify;">En la próxima fase (post) llevaremos a cabo una primera exploración dentro del servidor FTP en busca de información sensible que nos permita elevar privilegios en el sistema objetivo. En caso de no encontrar nada relevante procederemos a intentar un login por medio del servidor SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Objetivos Generales para los entornos De-Ice I, II, III y PwnOS</title>
		<link>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos</link>
		<comments>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:09:26 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[ISSAF]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Objetivos]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=201</guid>
		<description><![CDATA[Estos son algunos de los objetivos generales a alcanzar mediante el desarrollo de los entornos De-Ice I, II, III y PwnOS. Realizar un mapeo de red e identificar la dirección IP del sistema objetivo. Identificar el estado de los puertos (abietos/filtrados). Identificar  los servicios / aplicaciones / versiones / Sistema Operativo. Identificar la estructura de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Estos son algunos de los objetivos generales a alcanzar mediante el desarrollo de los entornos <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-i" target="_blank">De-Ice I</a></strong>, <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii" target="_blank">II</a></strong>, <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-iii" target="_blank">III </a></strong>y <a href="http://www.sec-track.com/pwnos" target="_blank"><strong>PwnOS</strong></a>.</p>
<ul style="text-align: justify;">
<li>Realizar un mapeo de red e identificar la dirección IP del sistema objetivo.</li>
<li>Identificar el estado de los puertos (abietos/filtrados).</li>
<li>Identificar  los servicios / aplicaciones / versiones / Sistema Operativo.</li>
<li>Identificar la estructura de directorios.</li>
<li>Identificar los posibles usuarios del sistema.</li>
<li>Listar las técnicas de obtención de dichos datos.</li>
<li>Listar los resultados obtenidos.</li>
<li>Búsqueda y verificación de vulnerabilidades y errores de configuración por aplicación o servicio.</li>
<li>Listar las posibles vulnerabilidades y puntos de intrusión.</li>
<li>Testear las aplicaciones (autenticación, firewalls, exploits, etc)</li>
<li>Penetración del sistema, descifrado de passwords, escalada de privilegios, recuperación de información crítica, etc.</li>
<li>Backdoors y cubrimiento de huellas.</li>
<li>Reporte básico.</li>
</ul>
<p><strong>Recursos: <a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank">ISSAF</a></strong><a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank"> </a>/<strong> <a href="http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual" target="_blank">OSSTMM</a></strong></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; text-align: justify;">Realizar un mapa de red e identificar dirección IP, puertos abiertos/filtrados, servicios, aplicaciones, versiones, estructura de directorios, posibles usuarios, sistema operativo, código fuente y scripts de la Web.<br />
Listar las técnicas de obtención de dichos datos.<br />
Listar los resultados obtenidos.<br />
Realizar un perfil de la organización, empleados, red y tecnologías.<br />
Busqueda y verificación de vulnerabilidades y errores de configuración por aplicación o servicio, nivel de parches, listado de posibles vulnerabilidades de DoS, listado de áreas securizadas.<br />
Testeo de aplicaciones, firewalls, autenticación, exploits, decompilación.<br />
Penetración del sistema, descifrado de contraseñas, escalada de privilegios, recuperación de información crítica.<br />
Backdoors y cubrimiento de huellas<br />
Reporte básico.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ISSAF &#8211; Information System Security Assessment Framework</title>
		<link>http://www.sec-track.com/issaf-information-system-security-assessment-framework</link>
		<comments>http://www.sec-track.com/issaf-information-system-security-assessment-framework#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:24:05 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Documentos]]></category>
		<category><![CDATA[ISSAF]]></category>
		<category><![CDATA[Metodología]]></category>
		<category><![CDATA[Test de Penetración]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=197</guid>
		<description><![CDATA[El Marco de Evaluación de Seguridad de Sistemas de Información es una metodología estructurada de análisis de seguridad en varios dominios y detalles específicos de test o pruebas para cada uno de estos. Su objetivo es proporcionar procedimientos muy detallados para el testing de sistemas de información que reflejan situaciones reales. ISSAF es utilizado en [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">El Marco de Evaluación de Seguridad de Sistemas de Información es una metodología estructurada de análisis de seguridad en varios dominios y detalles específicos de test o pruebas para cada uno de estos. Su objetivo es proporcionar procedimientos muy detallados para el testing de sistemas de información que reflejan situaciones reales.</p>
<p><strong>ISSAF </strong>es utilizado en su mayoría para cumplir con los requisitos de  evaluación de las organizaciones y puede utilizarse además como referencia para nuevas implementaciones relacionadas con la seguridad de la información.</p>
<p><strong>ISSAF </strong>está organizado según unos criterios de evaluación bien definidos,  cada uno de estos ha sido revisado por expertos en la matería entre estos expertos podemos encontrarnos a Balwant Rathore, Mark Brunner, Piero Brunati, <a href="http://www.buanzo.com.ar/" target="_blank"><strong>Arturo Busleiman (Buanzo)</strong></a>, <a href="http://www.hernanracciatti.com.ar/" target="_blank"><strong>Hernán Marcelo Racciatti</strong></a>, <a href="http://www.bonsai-sec.com/es/about-us/founder.php" target="_blank"><strong>Andrés Riancho</strong></a>, entre otros.</p>
<p style="text-align: justify;">Los criterios de evaluación incluyen los siguientes:</p>
<ul>
<li>Una descripción de los criterios de evaluación</li>
<li> Finalidades y objetivos</li>
<li> Los prerrequisitos para la realización de las evaluaciones</li>
<li> Los procesos para las evaluaciones</li>
<li> Presentación de resultados</li>
<li> Contramedidas recomendadas</li>
<li> Referencias a documentos externos</li>
</ul>
<p style="text-align: justify;"><strong>ISSAF </strong>propone cinco fases para la realización de un completo Test de Penetración:</p>
<ul>
<li>Fase I &#8211; Planeación</li>
<li>Fase II &#8211; Evaluación</li>
<li>Fase III &#8211; Tratamiento</li>
<li>Fase IV &#8211; Acreditación</li>
<li>Fase V &#8211; Mantenimiento</li>
</ul>
<p style="text-align: justify;">Cada una de estas fases involucra muchos procesos, entre muchos de ellos los siguientes:<br />
Recolección de Información, Identificación de Recursos, Riesgos Inherentes, Regulaciones Legales, Políticas de Seguridad, Evaluaciones, Mapeo de Red, Identificación de Vulnerabilidades, Penetración, Obteniendo Acceso, Escalada de Privilegios, Mantenimiento del Acceso, Cubrimiento de Huellas y Reportes.</p>
<p style="text-align: justify;"><a href="http://www.oissg.org/information-systems-security-assessment-framework-issaf.html" target="_blank"><strong>Más información ISSAF &gt;&gt;</strong></a></p>
<p style="text-align: justify;"><a href="http://www.oissg.org/downloads/issaf-0.2/index.php" target="_blank"><strong>Descargar ISSAF &gt;&gt;</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/issaf-information-system-security-assessment-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.sec-track.com @ 2012-02-05 11:21:52 -->
