Skip to content

Commit 2f2df45

Browse files
authored
Update README.md
1 parent 6f46164 commit 2f2df45

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • src/pentesting-cloud/azure-security/az-services/vms

src/pentesting-cloud/azure-security/az-services/vms/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,6 @@ Invoke-AzureRmVMBulkCMD -Script Mimikatz.ps1 -Verbose -output Output.txt
841841
842842
Azure VMs expose **internal platform endpoints** that are used for configuration, metadata retrieval and identity management. Understanding the difference between them is critical for **enumeration, privilege escalation and post-exploitation**.
843843
844-
---
845-
846844
### Wire Server (Azure Fabric Endpoint)
847845
848846
The **Azure WireServer** is an internal Azure IP (`168.63.129.16`) used by the platform to communicate with the VM.
@@ -857,8 +855,6 @@ It is responsible for:
857855
- DHCP & DNS services
858856
- Health monitoring
859857
860-
---
861-
862858
### GoalState & ExtensionsConfig
863859
864860
The **GoalState** represents the **desired configuration of the VM** as defined by Azure. It may include:
@@ -901,14 +897,10 @@ This is because:
901897
- Requests may require **specific headers, timing, or context**
902898
- Some responses are only available to the **VM Agent execution environment**
903899
904-
---
905-
906900
### Run Command vs SSH Context
907901
908902
Azure provides multiple ways to execute commands inside a VM, but **they do not run in the same context**.
909903
910-
---
911-
912904
#### Run Command
913905
914906
Run Command is an Azure feature that executes scripts via the **VM Agent**.

0 commit comments

Comments
 (0)