Pular para o conteúdo principal

Compartilhe

O Papel da Inteligência de Ameaças na Defesa Cibernética Moderna

O Papel da Inteligência de Ameaças na Defesa Cibernética Moderna Por Zakaria Rami • 3 de agosto de 2026 2. Tipos de Inteligência de Ameaças A Inteligência de Ameaças não é um único produto; ela opera em diferentes níveis dentro de uma organização, cada um servindo a um público e propósito distintos. Inteligência Estratégica Voltada para executivos e conselhos, responde perguntas como: quais setores estão sendo alvo? Quais desenvolvimentos geopolíticos aumentam nosso risco? Exemplo: Um relatório estratégico pode informar a liderança de um banco que grupos de ransomware mudaram o foco para o setor financeiro em determinada região, levando a um aumento no orçamento de segurança. Inteligência Tática Focada em Táticas, Técnicas e Procedimentos (TTPs) usados por adversários. Consumida por arquitetos de segurança e gestores de SOC. Exemplo: Saber que um grupo usa e-mails de phishing com documentos habilitados para macros ajuda a reforçar filtros e desabilitar macros por padrão. Inteli...

Ghost In The Net



Ghost In The Net


Ultimate Network Stealther that makes Linux a Ghost In The Net and protects from MITM/DOS/scan


Properties:
  • Network Invisibility
  • Network Anonymity
  • Protects from MITM/DOS
  • Transparent
  • Cross-platform
  • Minimalistic


Dependencies:
  • Linux 2.4.26+ – will work on any Linux-based OS, including Whonix and RaspberryPI
    • BASH – the whole script
    • root privileges – for kernel control

Limitations:
  • You can still be found with VLAN logs if using ethernet or by triangulation/broadcast if using WiFi
  • MAC spoofing won’t work if appropriate mitigations has been taken, like DAI or sticky MAC
  • Might be buggy with some CISCO switches
  • Not suitable for production servers

How it works

     The basic and primary network protocol is ARP for IPv4 and NDP (ICMPv6) for IPv6, located in the link and network layer, provides main connectivity in a LAN. Despite its utility and simplicity, it has numerous vulnerabilities that can lead to a MITM attack and leak of confidentiality. Patching of such a widely used standard is a practically impossible task. A very simple, but at the same time effective solution is to disable ARP and NDP responses on an interface and be very cautious with broadcasting. Considering the varieties of implementations, this means that anyone in the network wouldn’t be able to communication with such host – only if the host is willing itself.

The ARP/NDP cache will be erased quickly afterwards.
Here is an example schema:
A >>> I need MAC address of B >>> B
A <<< Here it is <<< B
A <<< I need MAC address of A <<< B
A >>> I’m not giving it >>> B
To increase privacy, it’s advised to spoof the MAC address, which will provide a better concealment.
All this is possible using simple commands in Linux kernel and a script that automates it all.

Analysis

    No ARP/NDP means no connectivity – an absolute stealth and obscurity on the network/link layer. This protects from all possible DOSes and MITMs (ARP, DNS, DHCP, ICMP, Port Stealing) and is far less resource consuming than other tools, like ArpON [ie]. It doesn’t impact a normal internet or LAN connection from hosts’ perspective. If you’re connecting to a host, it will be authorised to do so, but shortly after stopping the communication, the host will forget about you because, ARP/NDP tables won’t stay long without a fresh request. Regarding the large compatibility and cross-platforming, it’s very useful for offsec/pentest/redteaming as well. You see everyone, but nobody sees you, you’re a ghost. Mitigation and having real supervision on the network will require deep reconfiguration of OSes, IDPSes and all other equipement, so hardly feasible.

How To

You can execute the script after the connection to the network or just before:
sudo GhostInTheNet.sh on eth0
This will activate the solution until reboot.
If you want to stop it:
sudo GhostInTheNet.sh off eth0
Of course, you will have to make the script executable in the first place:
chmod u+x GhostInTheNet.sh

Ghost In The Net Download

Comentários

Manual de Fontes Abertas

CLICA

Pericia Digital

Como usar um Agente OSINT IA

Postagens mais visitadas