• EnglishSpanishGermanFrenchPolishChinese (Traditional)


EnglishSpanishGermanFrenchPolishChinese (Traditional)

Operating systems, scripting, PowerShell and security

Operating systems, software development, scripting, PowerShell tips, network and security

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Ejercicios de PowerShell: analizar información del log del firewall con PowerShell, mostrar el número de conexiones que se están bloqueando mediante una alerta

PowerShell
1
2
$fwlog = "C:\Windows\system32\LogFiles\Firewall\pfirewall.log"
Select-String -Path $fwlog -Pattern "drop" | Measure-Object
Publicado el día 15 de enero de 2021

CATEGORÍAS

PowerShell, Red, Seguridad

ETIQUETAS

Ejercicios de PowerShell, Firewall, HTTPS, Jesús Niño, Jesús Niño Camazón, Log, Logparser, Measure-Object, Path, Pattern, Select-String, Windows

MÁS

  • Ejercicios de Routerboard de MikroTik: permitir y bloquear la conexión SSH en el Firewall de MikroTik
  • Ejercicios de PowerShell: realizar operaciones en un equipo remoto
  • Listado de prácticas sobre temas de seguridad
  • Implantación de mecanismos de seguridad activa (Seguridad y alta disponibilidad)
  • Instalación y configuración de cortafuegos (Seguridad y alta disponibilidad)
  • Conexión de sistemas en red (Sistemas informáticos)