Skip to content

Portscan

Jens Keim edited this page Oct 15, 2019 · 2 revisions

In addition to the parameters from BaseAttack the PortscanAttack currently supports the following attack parameters:

Field name Type Description
ip.dst IPAddress IP address of the victim
ip.src IPAddress IP address of the attacker
ip.src.shuffle Boolean Randomizes the source IP address if ip.src is a list of ip addresses
mac.dst MACAddress MAC address of the victim
mac.src MACAddress MAC address of the attacker
packets.per-second Float Number of packets sent per second by the attacker
port.dst Port Ports to be scanned
port.dst.order-desc Boolean Changes the destination port order from ascending (False) to descending (True)
port.dst.shuffle Boolean Randomizes the destination ports if port.dst is a list of ports
port.open Port Open ports at the victim's side
port.src Port Ports used by the attacker
port.src.shuffle Boolean Randomizes the source ports if port.src is a list of ports