Microsoft says email spammers are adopting ASCII smuggling

(arstechnica.com)

14 points | by utiiiD 4 days ago

2 comments

  • rkagerer 40 minutes ago
    Whoever thought it was acceptable to have a string of text that renders something unreadable or not immediately obvious to the human eye, was a complete moron.

    I realize ASCII was limited, but one thing I like about it is I can understand every single character code, and program to handle all the edge cases with certainty.

    • kevin_thibedeau 26 minutes ago
      The tags were needed for language indication to control CJK glyph variants. Flag emoji were grafted onto this scheme. The key is that tag sequences have to start with a valid introductory codepoint. Simple enough to strip out anything that isn't a flag.
    • SoftTalker 9 minutes ago
      Even classic ASCII has "unreadable" control codes, but to be fair they would not be confused with text even by an LLM. Well probably not.
  • gschizas 24 minutes ago
    Why not sanitize and denormalize (or whatever it's called) the text before feeding it to the spam filter? Or the LLM prompt?