Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Feb 13, 2024
1 parent b70c3f4 commit 1a13fbf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,21 @@ In [this directory](https://github.com/HotCakeX/MicrosoftDomains/tree/main/NextD

<br>

## Defender External Attack Surface Management (EASM)

I use this [Azure service](https://azure.microsoft.com/en-us/pricing/details/defender-external-attack-surface-management/) to directly query the ISG (Intelligent Security Graph) to get the domains of Microsoft's subsidiaries. They are saved in a file called `Microsoft Domains Extra.txt` at the root of this repository. They are not manually verified by me like the main list.

<br>

## Automated GitHub Workflow

The domain list is [checked](https://github.com/HotCakeX/MicrosoftDomains/actions/workflows/Duplicate%20and%20empty%20lines%20removal.yml) upon changes for duplicate entries and empty lines, and if any are found, they will be removed.
The [GitHub action](https://github.com/HotCakeX/MicrosoftDomains/actions/workflows/Duplicate%20and%20empty%20lines%20removal.yml) runs every time there is a push in this repository, it makes sure:

* There are no empty lines in the lists
* There are no entries in the lists that start with `xn--`
* The lists have no duplicate entires
* The `Microsoft Domains Extra.txt` does not include any domain that already exists in `Microsoft Domains.txt`
* There are no entries with non-alphanumeric characters

<br>

Expand All @@ -67,12 +79,6 @@ The domain list is [checked](https://github.com/HotCakeX/MicrosoftDomains/action

* https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide#simulations

### Defender External Attack Surface Management (EASM) on Azure

I use this Azure service to directly query the ISG (Intelligent Security Graph) to get the domains of Microsoft's subsidiaries.

* https://azure.microsoft.com/en-us/pricing/details/defender-external-attack-surface-management/

<br>

## Contributing
Expand Down

0 comments on commit 1a13fbf

Please sign in to comment.