- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-11-2018 02:37 PM
Good Afternoon,
Is it possible to create a custom threat signature or APP-ID to match various strings of data inside of the ISAKMP initial payload during the IPSec phase 1 negotiation. The first packets are sent in plaintext during the negotiation. This would be done in order to determine if a weak cipher is being used during tunnel initiation.
Example:
ISAKMP Packet:
Payload: Proposal -> Payload: Transform ->
IKE Attribute -> :Hash-Algorithm: SHA
IKE Attribute -> :Group-Description
Pattern Match on Hash-Algorith and Group-Description specification.
.*(Group-Description:).*((group 1)|.*(1024-bit))
.*(Hash-Algorithm:).*((SHA)|.*(3DES))
The first expression looks for 'Group-Description:' followed by the word 'group 1' or '1024-bit' for example. The second expression looks for 'Hash-Algorithm:' followed by the word 'SHA' or '3DES'.
Screenshot example attached. Any guidance would be appreciated, Thanks!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!