What part of a packet gets modified as part of a header manipulation attack?
- Flags
- Buffers
- Signature definitions
- Databases
EXPLANATION
Flags = Correct
A header manipulation modifies flags and data in a packet and can launch a session hijacking attack.
Buffer overflow attacks can modify memory buffers.
SQL injection attacks can modify databases.
Antivirus software requires up-to-date signature definitions, but header manipulation does not modify these.
0 comments:
Post a Comment