When you do malware analysis of documents or office files, it is important to have Microsoft Office installed in your Lab machine. I am using flare VM and it doesn't comes with MS Office. Since Microsoft is promoting Microsoft 365 over the offline version, finding the offline installer is not that easy. Here is the list of genuine Microsoft links to download the office .img files. Download Microsoft Office 2019 Professional Plus : https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/ProPlus2019Retail.img Download Microsoft Office 2019 Professional : https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/Professional2019Retail.img Download Microsoft Office 2019 Home and Business : https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/HomeBusiness2019Retail.img Download Microsoft Office 2019 Home and Student : https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-U
Azure Front Door is a combination of Load-balancer and Web Application Firewall (WAF). It is a routing service that helps to accelerate the application access availability and performance and works at the Application layer.
Azure Front Door service can be considered when you have a pool of application servers at the back-end and you need to load-balance the client requests and enhance the security. When you implement this service, it will route the client requests to the fastest and most available application back-end. These requests can be distributed to the back-end pool based on Weight-age and Priority.
Azure Front Door service features,
1) URL based routing
2) Maintaining session affinity
3) SSL termination
4) Web Application Firewall Features.
You can configure Azure Front Door in three steps.
Search Front Door service from your Azure dashboard.
1) Add the front-end hosts / Domain name.
- Configure the front-end URL. User requests will hit here. You can enable affinity and WAF at this section.
2) Configure the Back-end pool
- Here you need to add all the back-end applications or app servers/endpoints.
- Once you add the applications, you need to configure the health probes as well.
- Priority and Weight-age for the endpoints can be configured here
3) Routing rules
- In this part, you maps the front-end host and a matching URL path pattern to a specific back-end pool. Same as a load-balancing rule.