Microsoft Exchange 2016 Server - OAB URL issue

Support Eranyacloud 26 Reputation points
2022-10-28T08:44:38.19+00:00

Hi All,

We found an issue in our client OAB URL, the default URL is randomly changed by itself like this capture below:
254957-oab-url.png

The impact of this issue is on every Outlook user it will automatically ask to re-login and the Autodiscover will be detected as a Trojan on our client Antivirus:
255008-autodiscover.png

Our temporary solution is changing the affected URL on OAB to our client's default URL, and sometimes we need to restart our client Node (mailbox server) which was affected, then the URL returns to normal.

This repeatedly happens at random, please tell us if there's a permanent solution for this issue.

Thank you.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,072 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. LilyLi2-MSFT 1,981 Reputation points
    2022-10-31T06:44:25.823+00:00

    Hi @Support Eranyacloud ,

    What is your Exchange server version?
    It looks like your server has been attacked.

    First, it is recommended to remove and rebuild the OAB virtual directory:
    To delete an existing OAB virtual directory:

    Remove-OabVirtualDirectory -Identity "EX01-2016\OAB (Default Web Site)" -Confirm:$false -Force  
    

    To rebuild the OAB virtual directory:

    New-OabVirtualDirectory -Server "EX01-2016" -InternalUrl "https://mail.exoip.com/OAB" -ExternalUrl "https://mail.exoip.com/OAB"  
    

    Second, if your Exchange version is not up to date, some vulnerabilities in Exchange can cause attacks on your server, so it is recommended that you upgrade to the latest SU and then verify whether the issue still occurs.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.