{"id":21548527,"url":"https://github.com/technion/azure_enum","last_synced_at":"2025-04-10T05:53:21.895Z","repository":{"id":62553888,"uuid":"145507923","full_name":"technion/azure_enum","owner":"technion","description":"Office 365  and Exchange domain federation enumeration tool","archived":false,"fork":false,"pushed_at":"2023-09-06T03:38:58.000Z","size":11,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T07:07:30.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-21T04:50:08.000Z","updated_at":"2024-03-25T04:46:44.000Z","dependencies_parsed_at":"2022-11-03T04:45:39.362Z","dependency_job_id":null,"html_url":"https://github.com/technion/azure_enum","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Fazure_enum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Fazure_enum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Fazure_enum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technion%2Fazure_enum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technion","download_url":"https://codeload.github.com/technion/azure_enum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166927,"owners_count":21058480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T06:18:55.238Z","updated_at":"2025-04-10T05:53:21.869Z","avatar_url":"https://github.com/technion.png","language":"Ruby","readme":"# AzureEnum\n\nThis Ruby Gem assists in enumeration of Office 365 or Exchange on-premise federated domains. This can allow you to identify domains associated with a business, not easily identified through traditional means. The examples below demonstrate how output can be interesting.\n\nThe time this process takes can vary from a few seconds to a few minutes depending on the hosting server.\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'azure_enum'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install azure_enum\n\n## Usage\n\nYou can use this gem from within an application:\n\n```\nrequire \"azure_enum\"\nx = AzureEnum.federated(\"lolware.net\")\n=\u003e [\"lolzware.onmicrosoft.com\", \"lolware.net\"]\n```\n\nOr by installing and running the binary:\n```\n$ azure_enum lolware.net\nPlease wait while the given domain is enumerated.\nlolzware.onmicrosoft.com\nlolware.net\n```\n\n## Examples\n\nThe following examples against some random domains demonstrate the tools capabilities.\n\n```\n$ azure_enum afl.com.au\nPlease wait while the given domain is enumerated.\nafl.com.au\naflnt.com.au\nntthunder.com.au\naflgoulburnmurray.com.au\naflwesterndistrict.com.au\naflgippsland.com.au\naflyarraranges.com.au\n\n$ azure_enum kmart.com.au\nPlease wait while the given domain is enumerated.\nkmart.com.au\nKASAsia.com\n\n$ azure_enum microsoft.com\nPlease wait while the given domain is enumerated.\ncorp.webtv.net\nmicrosoft.onmicrosoft.com\nsurface.com\nbungie.com\nnavic.tv\nmiddleeast.corp.microsoft.com\nwingroup.windeploy.ntdev.microsoft.com\nexchangecalendarsharing.com\nredmond.corp.microsoft.com\nnorthamerica.corp.microsoft.com\nbing.com\ncorp.microsoft.com\nplaceware.com\n(snip large list)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/technion/azure_enum.\nSometimes you get this output:\n\n    Unknown key: Max-Age = 31536000\n\nIt seems to be a known bug in HTTPClient.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnion%2Fazure_enum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnion%2Fazure_enum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnion%2Fazure_enum/lists"}