<?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>Seguridad | Tutoriales Linux</title>
	<atom:link href="https://tutorialeslinux.com/category/seguridad/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutorialeslinux.com</link>
	<description>Procedimientos, tutoriales y más del mundo del SysAdmin Linux</description>
	<lastBuildDate>Mon, 04 Mar 2024 14:47:59 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://tutorialeslinux.com/wp-content/uploads/2017/06/cropped-560683.png</url>
	<title>Seguridad | Tutoriales Linux</title>
	<link>https://tutorialeslinux.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Comandos básicos debug Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 04 Mar 2024 14:46:41 +0000</pubDate>
				<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=623</guid>

					<description><![CDATA[<p>En esta entrada voy a desglosar un listado de comandos básicos que suelo utilizar en el día a día para realizar revisiones básicas en FWs FortiGate. ¡Espero que os sean de ayuda! 1. Sniffer de Paquetes&#160; 2. Verificación de CPU&#160; 3. Matar Proceso&#160; 4. Debug de VPNs&#160; 5. Lista de<a class="moretag" href="https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/">Comandos básicos debug Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/comandos-basicos-debug-fortigate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Habilitar envío de email como 2FA a usuario de Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/habilitar-envio-de-email-como-2fa-a-usuario-de-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/habilitar-envio-de-email-como-2fa-a-usuario-de-fortigate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 19 Mar 2021 15:20:36 +0000</pubDate>
				<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[2fa fortios fortigate doble factor autenticacion correo email user cli gui forti fortinet double authentication]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=583</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar como activar el envío de correos electrónicos como 2FA para usuarios en un Firewall Fortigate (para su uso en VPNSSL u otro servicio). El motivo de esta entrada es que la GUI permite activar otros métodos 2FA como FortiToken, pero no el envío de<a class="moretag" href="https://tutorialeslinux.com/seguridad/habilitar-envio-de-email-como-2fa-a-usuario-de-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/habilitar-envio-de-email-como-2fa-a-usuario-de-fortigate/">Habilitar envío de email como 2FA a usuario de Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/habilitar-envio-de-email-como-2fa-a-usuario-de-fortigate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Diferentes formatos de certificado y comandos para convertir entre ellos (OpenSSL)</title>
		<link>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/</link>
					<comments>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/#comments</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 11 Nov 2020 12:00:27 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[openssl cert formats der crt key base64 cipher cifrado ca]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=568</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar los cuatro grandes tipos (formatos) de certificados y aprovecharé para dejar los comandos más comunes de OpenSSL para convertir entre ellos. Formato PEM El formato PEM es quizá el más común, ya que es el que por norma general utilizan las CA&#8217;s (autoridad certificadora)<a class="moretag" href="https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/">Diferentes formatos de certificado y comandos para convertir entre ellos (OpenSSL)</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/diferentes-formatos-de-certificado-y-comandos-para-convertir-entre-ellos-openssl/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Medir velocidad en Firewalls Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/medir-velocidad-en-firewalls-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/medir-velocidad-en-firewalls-fortigate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Tue, 26 May 2020 14:22:01 +0000</pubDate>
				<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[ancho de banda]]></category>
		<category><![CDATA[bandwitdh]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[fortigate]]></category>
		<category><![CDATA[fortinet]]></category>
		<category><![CDATA[iperf]]></category>
		<category><![CDATA[iperf3]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[velocidad]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=547</guid>

					<description><![CDATA[<p>En la entrada de hoy voy a dejar unos comandos que me han sido útiles para poder medir el ancho de banda que obtenemos en un Firewall Fortigate. Mediante ellos, podemos medir tanto la velocidad entre las propias interfaces del firewall, como medir la salida a Internet en total. Para<a class="moretag" href="https://tutorialeslinux.com/seguridad/medir-velocidad-en-firewalls-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/medir-velocidad-en-firewalls-fortigate/">Medir velocidad en Firewalls Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/medir-velocidad-en-firewalls-fortigate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Comandos útiles para debug de Firewalls Fortigate</title>
		<link>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/</link>
					<comments>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/#comments</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 23 Jan 2020 09:36:25 +0000</pubDate>
				<category><![CDATA[Otros]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[fortigate firewall debug fg100 100d flow filter vpn ipsec sniffer]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=535</guid>

					<description><![CDATA[<p>En esta entrada voy a dejar un listado de comandos muy útiles para realizar un debug sencillo de policies que no sabemos si funcionan, VPNs que no están comportándose correctamente, etc. Sniffer de tráfico: Primero, voy a dejar los comandos para realizar un «sniffer» de tráfico. Estos comandos son solo<a class="moretag" href="https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/"> Leer más</a></p>
The post <a href="https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/">Comandos útiles para debug de Firewalls Fortigate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/seguridad/comandos-utiles-para-debug-de-firewalls-fortigate/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
