Tiago Souza

Insights sobre Governança, Riscos, Compliance (GRC) e Segurança da Informação

  • Sobre
  • Livros
    • Auditoria de TI e Sistemas
    • Compliance, Riscos e Auditoria
    • Direito Digital
    • Privacidade de Dados
    • Segurança da Informação
    • Soft Skills
  • Materiais
  • Segurança
  • Simulados
    • Privacy & Data Protection (PDPF)
  • Vídeos
  • Contato

Postagens marcadas com → data

// Forçar paginação previous/next para funcionar com infinite scroll function force_prev_next_pagination() { if (is_home() || is_archive() || is_category() || is_tag()) { add_filter('wp_get_nav_menu_items', function() { return false; }); // Remover paginação numerada e forçar prev/next remove_action('wp_head', 'the_posts_pagination'); } } add_action('init', 'force_prev_next_pagination'); // Substituir paginação padrão por previous/next function custom_pagination_for_infinite_scroll() { global $wp_query; if ($wp_query->max_num_pages > 1) { echo '
'; echo '
'; next_posts_link('← Older Posts'); echo '
'; echo '
'; previous_posts_link('Newer Posts →'); echo '
'; echo '
'; } }

Data center security checklist: 10 essential points

publicado na categoria Segurança da Informação em 04/07/23 por Tiago Souza 0 Comentários
Data Center Security

Explore our comprehensive Data Center Security Checklist, covering topics from personnel management to disaster recovery. Secure your data center with a strategic, layered approach.

Continue lendo →

Social engineering: how human threats compromise cybersecurity

publicado na categoria Segurança da Informação em 09/03/23 por Tiago Souza 0 Comentários
social engineering

Protect your information from cybercriminals! Learn how social engineering can threaten your cybersecurity and what you can do to avoid being a victim. Stay informed and stay safe!

Continue lendo →

How HTTPS works: web security protocol explained

publicado na categoria Segurança da Informação em 30/01/23 por Tiago Souza 0 Comentários
how-does-https-works

The HTTPS protocol ensures privacy and security on the web, using encryption, certificate authentication, and key exchange to guarantee protected communication between clients and servers. Discover how it works through this explanatory visual diagram.

Continue lendo →

Incident response: how to deal with common types of attacks

publicado na categoria Segurança da Informação em 10/12/22 por Tiago Souza 0 Comentários
capa-incident-response-common-attacks

Know what it is, the threat indicators, where to investigate and possible actions for common attack types, such as brute force attacks, botnets, ransomware, data exfiltration, compromised accounts, DoS/DDoS and Advanced Persistent Threats (APTs).

Continue lendo →
Salvo disposição em contrário, todo o conteúdo deste site está disponível sob a licença Creative Commons BY-NC-SA 4.0.
Este site tem fins educacionais e informativos. Nenhum conteúdo aqui deve ser considerado como aconselhamento jurídico ou tecnológico.
Valorizamos a sua privacidade. Convidamos você a consultar nossa Política de Privacidade e o Aviso Legal para obter informações adicionais.