<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ipsec on rchitect</title><link>https://www.rchitect.in/tags/ipsec/</link><description>Recent content in Ipsec on rchitect</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 08 Mar 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.rchitect.in/tags/ipsec/index.xml" rel="self" type="application/rss+xml"/><item><title>IPSEC enumeration using Strongswan</title><link>https://www.rchitect.in/posts/ipsec-enumeration/</link><pubDate>Tue, 08 Mar 2022 00:00:00 +0000</pubDate><guid>https://www.rchitect.in/posts/ipsec-enumeration/</guid><description>&lt;h1 id="vpnike-enumeration"&gt;
 VPN(IKE) enumeration
 &lt;a class="heading-link" href="#vpnike-enumeration"&gt;
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;
 &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;
 &lt;/a&gt;
&lt;/h1&gt;
&lt;p&gt;isakmp service( port-500 related to ipsec VPN) only opened on server.There are some inbuilt scanners in Kali linux to enumerate IPSEC VPN&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ ike-scan -M 10.10.10.116 
Starting ike-scan 1.9.4 with 1 hosts (http://www.nta-monitor.com/tools/ike-scan/)
10.10.10.116 Main Mode Handshake returned
 HDR=(CKY-R=8ec1706b5f6632a8)
 SA=(Enc=3DES Hash=SHA1 Group=2:modp1024 Auth=PSK LifeType=Seconds LifeDuration(4)=0x00007080)
 VID=1e2b516905991c7d7c96fcbfb587e46100000009 (Windows-8)
 VID=4a131c81070358455c5728f20e95452f (RFC 3947 NAT-T)
 VID=90cb80913ebb696e086381b5ec427b1f (draft-ietf-ipsec-nat-t-ike-02\n)
 VID=4048b7d56ebce88525e7de7f00d6c2d3 (IKE Fragmentation)
 VID=fb1de3cdf341b7ea16b7e5be0855f120 (MS-Negotiation Discovery Capable)
 VID=e3a5966a76379fe707228231e5ce8652 (IKE CGA version 1)

Ending ike-scan 1.9.4: 1 hosts scanned in 0.325 seconds (3.08 hosts/sec). 1 returned handshake; 0 returned notify
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The tunnel uses IKE-V1 as per above results.To confirm its not running on IKE-V2&lt;/p&gt;</description></item></channel></rss>