If you mean you you have a field called “domain” that contains example.google.com and you want to get rid of everything before the first stop, you can try creating a regex extractor for the field
try
.*?\.(.*?)
as a regex (try the Try-button to see if it produces what you want).
Then make the extractor save the result in the field domain (you can overwrite the field with an extractor).