Doesn’t sound half bad. Here’s an AppleScript to achieve this:
tell application "iTunes"
tell EQ preset 1
set band 1 to 3
set band 2 to 6
set band 3 to 9
set band 4 to 7
set band 5 to 6
set band 6 to 5
set band 7 to 7
set band 8 to 9
set band 9 to 11
set band 10 to 8
set preamp to 0
end tell
end tell