diff --git a/micro-behaviors/communication/http-comm.md b/micro-behaviors/communication/http-comm.md index e9985cb3..58a49617 100644 --- a/micro-behaviors/communication/http-comm.md +++ b/micro-behaviors/communication/http-comm.md @@ -15,13 +15,13 @@ Methods |---|---|---| |**Client**|C0002.002|General HTTP client behavior.| |**GET Request**|C0002.004|HTTP Get request.| -|**IHTMLDocument**|C0002.008|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLDocument Interface.get_body.| -|**IHTMLElement**|C0002.008|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLElement Interface.get_innerText.| -|**IWebBrowser**|C0002.008|The IWebBrowser interface exposes methods and properties implemented by the WebBrowser control or implemented by an instance of the InternetExplorer application. Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IWebBrowser.get_Document.| +|**IHTMLDocument**|C0002.011|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLDocument Interface.get_body.| +|**IHTMLElement**|C0002.012|Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IHTMLElement Interface.get_innerText.| +|**IWebBrowser**|C0002.010|The IWebBrowser interface exposes methods and properties implemented by the WebBrowser control or implemented by an instance of the InternetExplorer application. Specific methods and properties can be captured: e.g., COMMUNICATION::HTTP Communication::IWebBrowser.get_Document.| |**POST Request**|C0002.005|HTTP Post request.| |**PUT Request**|C0002.006|HTTP Put request.| |**Request**|C0002.003|Non-specific HTTP request.| |**Server**|C0002.001|General HTTP server behavior.| -|**URLMON Function**|C0002.008|A HTTP request is made via a URLMON function. Specific functions can be captured: e.g., COMMUNICATION::HTTP Communication::URLMON Function.URLDownloadToFileW.| +|**URLMON Function**|C0002.009|A HTTP request is made via a URLMON function. Specific functions can be captured: e.g., COMMUNICATION::HTTP Communication::URLMON Function.URLDownloadToFileW.| |**WinHTTP API**|C0002.008|An HTTP request is made via the Windows HTTP Services (WinHTTP) application programming interface (API).| |**WinINet API**|C0002.007|A HTTP request is made via the Windows Internet (WinINet) application programming interface (API). A specific function can be specified as a method on the [WinInet](../communication/wininet.md) microbehavior.| diff --git a/micro-behaviors/memory-manipulation/memory-protect.md b/micro-behaviors/memory-manipulation/memory-protect.md index 43b8043e..058c6f1a 100644 --- a/micro-behaviors/memory-manipulation/memory-protect.md +++ b/micro-behaviors/memory-manipulation/memory-protect.md @@ -13,5 +13,5 @@ Methods ------- |Name|ID|Description| |---|---|---| -|**Executable Heap**|C0002.002|The heap is made executable.| -|**Executable Stack**|C0002.001|The stack is made executable.| +|**Executable Heap**|C0008.002|The heap is made executable.| +|**Executable Stack**|C0008.001|The stack is made executable.|